UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.67 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconSizeSmall24 = 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: "M9.5 5.00006c.27614 0 .5.22386.5.5v.5h7v-.5c0-.27614.2239-.5.5-.5s.5.22386.5.5v2c0 .27614-.2239.5-.5.5s-.5-.22386-.5-.5v-.5h-7v.5c0 .27614-.22386.5-.5.5s-.5-.22386-.5-.5v-2c0-.27614.22386-.5.5-.5m-1.5 4.5c0 .27614-.22386.50004-.5.50004H7v7h.5c.27614 0 .5.2238.5.5 0 .2761-.22386.5-.5.5h-2c-.27614 0-.5-.2239-.5-.5 0-.2762.22386-.5.5-.5H6v-7h-.5c-.27614 0-.5-.2239-.5-.50004s.22386-.5.5-.5h2c.27614 0 .5.22386.5.5m8 0c0 .27614.2239.50004.5.50004s.5.2238.5.5c0 .2761.2239.5.5.5s.5-.2239.5-.5c0-.82847-.6716-1.50004-1.5-1.50004-.2761 0-.5.22386-.5.5m-1 0c0-.27614-.2239-.5-.5-.5h-2c-.2761 0-.5.22386-.5.5s.2239.50004.5.50004h2c.2761 0 .5-.2239.5-.50004m0 8.00004c0 .2761-.2239.5-.5.5h-2c-.2761 0-.5-.2239-.5-.5 0-.2762.2239-.5.5-.5h2c.2761 0 .5.2238.5.5m1 0c0 .2761.2239.5.5.5.8284 0 1.5-.6716 1.5-1.5 0-.2762-.2239-.5-.5-.5s-.5.2238-.5.5c0 .2761-.2239.5-.5.5s-.5.2238-.5.5m2-3c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-2c0-.2762.2239-.5.5-.5s.5.2238.5.5zm-8-4c0 .2761-.22386.5-.5.5s-.5-.2239-.5-.5c0-.82847.67157-1.50004 1.5-1.50004.2761 0 .5.22386.5.5s-.2239.50004-.5.50004-.5.2238-.5.5m-1 6c0-.2762.22386-.5.5-.5s.5.2238.5.5c0 .2761.2239.5.5.5s.5.2238.5.5c0 .2761-.2239.5-.5.5-.82843 0-1.5-.6716-1.5-1.5m.5-1.5c-.27614 0-.5-.2239-.5-.5v-2c0-.2762.22386-.5.5-.5s.5.2238.5.5v2c0 .2761-.22386.5-.5.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-size-small-24.js.map