@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.25 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconUiKit24 = 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: "M17.5 6h-3c-.2761 0-.5.22386-.5.5v3c0 .27614.2239.5.5.5h3c.2761 0 .5-.22386.5-.5v-3c0-.27614-.2239-.5-.5-.5m-3-1c-.8284 0-1.5.67157-1.5 1.5v3c0 .8284.6716 1.5 1.5 1.5h3c.8284 0 1.5-.6716 1.5-1.5v-3c0-.82843-.6716-1.5-1.5-1.5zm-7 3h3c.2761 0 .5.22386.5.5v3c0 .2761-.2239.5-.5.5h-3c-.27614 0-.5-.2239-.5-.5v-3c0-.27614.22386-.5.5-.5m-1.11806 4.5C6.14442 12.2346 6 11.8842 6 11.5v-3C6 7.67157 6.67157 7 7.5 7h3c.8284 0 1.5.67157 1.5 1.5v3c0 .2312-.0523.4502-.1457.6457.1956-.0934.4145-.1457.6457-.1457h3c.8284 0 1.5.6716 1.5 1.5v3c0 .8284-.6716 1.5-1.5 1.5h-3c-.3842 0-.7346-.1444-1-.3819-.2654.2375-.6158.3819-1 .3819h-3c-.82843 0-1.5-.6716-1.5-1.5v-3c0-.3842.14442-.7346.38194-1M12 13.5v3c0 .2761.2239.5.5.5h3c.2761 0 .5-.2239.5-.5v-3c0-.2761-.2239-.5-.5-.5h-3c-.2761 0-.5.2239-.5.5m-1 0c0-.2761-.2239-.5-.5-.5h-3c-.27614 0-.5.2239-.5.5v3c0 .2761.22386.5.5.5h3c.2761 0 .5-.2239.5-.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-ui-kit-24.js.map