@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 834 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconOutlineStrokeSmall24 = 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: "M15.5 10c-3.0376 0-5.5 2.4624-5.5 5.5 0 .8284-.67157 1.5-1.5 1.5S7 16.3284 7 15.5C7 10.8056 10.8056 7 15.5 7c.8284 0 1.5.67157 1.5 1.5s-.6716 1.5-1.5 1.5m0 1c-2.4853 0-4.5 2.0147-4.5 4.5 0 1.3807-1.11929 2.5-2.5 2.5S6 16.8807 6 15.5C6 10.2533 10.2533 6 15.5 6 16.8807 6 18 7.11929 18 8.5S16.8807 11 15.5 11M9 15.5C9 11.9102 11.9102 9 15.5 9c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5C11.3579 8 8 11.3579 8 15.5c0 .2761.22386.5.5.5s.5-.2239.5-.5", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-outline-stroke-small-24.js.map