@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.06 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconStyles24 = 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.5 10C7.67157 10 7 9.32843 7 8.5S7.67157 7 8.5 7s1.5.67157 1.5 1.5S9.32843 10 8.5 10m0 1C7.11929 11 6 9.88071 6 8.5S7.11929 6 8.5 6 11 7.11929 11 8.5 9.88071 11 8.5 11m7-1c-.8284 0-1.5-.67157-1.5-1.5S14.6716 7 15.5 7s1.5.67157 1.5 1.5-.6716 1.5-1.5 1.5m0 1C14.1193 11 13 9.88071 13 8.5S14.1193 6 15.5 6 18 7.11929 18 8.5 16.8807 11 15.5 11M14 15.5c0 .8284.6716 1.5 1.5 1.5s1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5-1.5.6716-1.5 1.5m-1 0c0 1.3807 1.1193 2.5 2.5 2.5s2.5-1.1193 2.5-2.5-1.1193-2.5-2.5-2.5-2.5 1.1193-2.5 2.5M8.5 17c-.82843 0-1.5-.6716-1.5-1.5S7.67157 14 8.5 14s1.5.6716 1.5 1.5S9.32843 17 8.5 17m0 1C7.11929 18 6 16.8807 6 15.5S7.11929 13 8.5 13s2.5 1.1193 2.5 2.5S9.88071 18 8.5 18", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-styles-24.js.map