@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 637 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconStrokeCircleArrow24 = 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: "M11 11.5c0 1.3807-1.11929 2.5-2.5 2.5S6 12.8807 6 11.5 7.11929 9 8.5 9s2.5 1.1193 2.5 2.5m.9646-.5C11.7219 9.30385 10.2632 8 8.5 8 6.567 8 5 9.567 5 11.5S6.567 15 8.5 15c1.7632 0 3.2219-1.3038 3.4646-3H18.5c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-stroke-circle-arrow-24.js.map