UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.53 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconBorderNoneSmall24 = 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: "M7 8c0-.55228.44772-1 1-1 .27614 0 .5.22386.5.5S8.27614 8 8 8c0 .27614-.22386.5-.5.5S7 8.27614 7 8m2.5-.5c0-.27614.22386-.5.5-.5h1c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-1c-.27614 0-.5-.22386-.5-.5m3 0c0-.27614.2239-.5.5-.5h1c.2761 0 .5.22386.5.5s-.2239.5-.5.5h-1c-.2761 0-.5-.22386-.5-.5m3 0c0-.27614.2239-.5.5-.5.5523 0 1 .44772 1 1 0 .27614-.2239.5-.5.5S16 8.27614 16 8c-.2761 0-.5-.22386-.5-.5m-8 2c.27614 0 .5.22386.5.5v1c0 .2761-.22386.5-.5.5S7 11.2761 7 11v-1c0-.27614.22386-.5.5-.5m9 0c.2761 0 .5.22386.5.5v1c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-1c0-.27614.2239-.5.5-.5m-9 3c.27614 0 .5.2239.5.5v1c0 .2761-.22386.5-.5.5S7 14.2761 7 14v-1c0-.2761.22386-.5.5-.5m9 0c.2761 0 .5.2239.5.5v1c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5v-1c0-.2761.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.2761 0 .5.2239.5.5s-.2239.5-.5.5h-1c-.27614 0-.5-.2239-.5-.5m3 0c0-.2761.2239-.5.5-.5h1c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-1c-.2761 0-.5-.2239-.5-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-border-none-small-24.js.map