UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.15 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconCollapseLayersSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" }, h("path", { "clip-rule": "evenodd", d: "M6.5 7c-.27614 0-.5.22386-.5.5s.22386.5.5.5h5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5zm0 3c-.27614 0-.5.2239-.5.5s.22386.5.5.5h5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zM6 13.5c0-.2761.22386-.5.5-.5h5c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-5c-.27614 0-.5-.2239-.5-.5m.5 2.5c-.27614 0-.5.2239-.5.5s.22386.5.5.5h5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5zm6.6464.1464 2-2c.1953-.1952.5119-.1952.7072 0l2 2c.1952.1953.1952.5119 0 .7072-.1953.1952-.5119.1952-.7072 0L15.5 15.2071l-1.6464 1.6465c-.1953.1952-.5119.1952-.7072 0-.1952-.1953-.1952-.5119 0-.7072m2.7072-6.29285c-.1953.19525-.5119.19525-.7072 0l-2-2c-.1952-.19526-.1952-.51184 0-.7071.1953-.19527.5119-.19527.7072 0L15.5 8.79289l1.6464-1.64644c.1953-.19527.5119-.19527.7072 0 .1952.19526.1952.51184 0 .7071z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-collapse-layers-small-24.js.map