@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.18 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconBorderBottomSmall24 = 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: "M8 7c-.55229 0-1 .44771-1 1 0 .27614.22386.5.5.5S8 8.27614 8 8c.27614 0 .5-.22386.5-.5S8.27614 7 8 7m2 0c-.27614 0-.5.22386-.5.5s.22386.5.5.5h1c.2761 0 .5-.22386.5-.5S11.2761 7 11 7zm3 0c-.2761 0-.5.22386-.5.5s.2239.5.5.5h1c.2761 0 .5-.22386.5-.5S14.2761 7 14 7zm3 0c-.2761 0-.5.22386-.5.5s.2239.5.5.5c0 .27614.2239.5.5.5s.5-.22386.5-.5c0-.55229-.4477-1-1-1m-8 3c0-.27614-.22386-.5-.5-.5s-.5.22386-.5.5v1c0 .2761.22386.5.5.5s.5-.2239.5-.5zm9 0c0-.27614-.2239-.5-.5-.5s-.5.22386-.5.5v1c0 .2761.2239.5.5.5s.5-.2239.5-.5zm-9 3c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5v1c0 .2761.22386.5.5.5s.5-.2239.5-.5zm9 0c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5v1c0 .2761.2239.5.5.5s.5-.2239.5-.5zM7 15c-.55229 0-1 .4477-1 1v1c0 .5523.44771 1 1 1h10c.5523 0 1-.4477 1-1v-1c0-.5523-.4477-1-1-1H7m0 1h10v1H7z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-border-bottom-small-24.js.map