+ {tokens.map((line, i) => (
+
+ {line.map((token, key) => (
+
+ ))}
+
+ ))}
+
+ )}
+ Placeholder
+} + +const StyledSVG = styled.svg` + fill: currentColor; + height: 16px; + width: 16px; +` + +export default { + label: 'Theme Editor', + icon: ( +