UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.59 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconGroupSmall24 = 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 7.5C6 6.67157 6.67157 6 7.5 6c.27614 0 .5.22386.5.5s-.22386.5-.5.5-.5.22386-.5.5-.22386.5-.5.5-.5-.22386-.5-.5m3-1c0-.27614.22386-.5.5-.5H11c.2761 0 .5.22386.5.5s-.2239.5-.5.5H9.5c-.27614 0-.5-.22386-.5-.5m3.5 0c0-.27614.2239-.5.5-.5h1.5c.2761 0 .5.22386.5.5s-.2239.5-.5.5H13c-.2761 0-.5-.22386-.5-.5m3.5 0c0-.27614.2239-.5.5-.5.8284 0 1.5.67157 1.5 1.5 0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5-.2239-.5-.5-.5-.5-.22386-.5-.5M6.5 9c.27614 0 .5.22386.5.5V11c0 .2761-.22386.5-.5.5S6 11.2761 6 11V9.5c0-.27614.22386-.5.5-.5m11 0c.2761 0 .5.22386.5.5V11c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5V9.5c0-.27614.2239-.5.5-.5m-11 3.5c.27614 0 .5.2239.5.5v1.5c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5V13c0-.2761.22386-.5.5-.5m11 0c.2761 0 .5.2239.5.5v1.5c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5V13c0-.2761.2239-.5.5-.5M6.5 16c.27614 0 .5.2239.5.5s.22386.5.5.5.5.2239.5.5-.22386.5-.5.5c-.82843 0-1.5-.6716-1.5-1.5 0-.2761.22386-.5.5-.5m11 0c.2761 0 .5.2239.5.5 0 .8284-.6716 1.5-1.5 1.5-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5.5-.2239.5-.5.2239-.5.5-.5M9 17.5c0-.2761.22386-.5.5-.5H11c.2761 0 .5.2239.5.5s-.2239.5-.5.5H9.5c-.27614 0-.5-.2239-.5-.5m3.5 0c0-.2761.2239-.5.5-.5h1.5c.2761 0 .5.2239.5.5s-.2239.5-.5.5H13c-.2761 0-.5-.2239-.5-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-group-small-24.js.map