@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.51 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconGroup16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M3 4c0-.55228.44772-1 1-1 .27614 0 .5.22386.5.5S4.27614 4 4 4c0 .27614-.22386.5-.5.5S3 4.27614 3 4m2.5-.5c0-.27614.22386-.5.5-.5h1c.27614 0 .5.22386.5.5S7.27614 4 7 4H6c-.27614 0-.5-.22386-.5-.5m3 0c0-.27614.22386-.5.5-.5h1c.2761 0 .5.22386.5.5s-.2239.5-.5.5H9c-.27614 0-.5-.22386-.5-.5m3 0c0-.27614.2239-.5.5-.5.5523 0 1 .44772 1 1 0 .27614-.2239.5-.5.5S12 4.27614 12 4c-.2761 0-.5-.22386-.5-.5m-8 2c.27614 0 .5.22386.5.5v1c0 .27614-.22386.5-.5.5S3 7.27614 3 7V6c0-.27614.22386-.5.5-.5m9 0c.2761 0 .5.22386.5.5v1c0 .27614-.2239.5-.5.5S12 7.27614 12 7V6c0-.27614.2239-.5.5-.5m-9 3c.27614 0 .5.22386.5.5v1c0 .2761-.22386.5-.5.5S3 10.2761 3 10V9c0-.27614.22386-.5.5-.5m9 0c.2761 0 .5.22386.5.5v1c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5V9c0-.27614.2239-.5.5-.5m-9 3c.27614 0 .5.2239.5.5.27614 0 .5.2239.5.5s-.22386.5-.5.5c-.55228 0-1-.4477-1-1 0-.2761.22386-.5.5-.5m9 0c.2761 0 .5.2239.5.5 0 .5523-.4477 1-1 1-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5c0-.2761.2239-.5.5-.5m-7 1c0-.2761.22386-.5.5-.5h1c.27614 0 .5.2239.5.5s-.22386.5-.5.5H6c-.27614 0-.5-.2239-.5-.5m3 0c0-.2761.22386-.5.5-.5h1c.2761 0 .5.2239.5.5s-.2239.5-.5.5H9c-.27614 0-.5-.2239-.5-.5", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-group-16.js.map