UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 800 B
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconArc24 = 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 12c0-2.76142 2.23858-5 5-5 .2761 0 .5-.22386.5-.5S12.2761 6 12 6c-3.31371 0-6 2.68629-6 6 0 3.3137 2.68629 6 6 6 3.3137 0 6-2.6863 6-6 0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5c0 2.7614-2.2386 5-5 5-2.76142 0-5-2.2386-5-5m2.5 0c0-1.3807 1.1193-2.5 2.5-2.5.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5c-1.933 0-3.5 1.567-3.5 3.5s1.567 3.5 3.5 3.5 3.5-1.567 3.5-3.5c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5c0 1.3807-1.1193 2.5-2.5 2.5S9.5 13.3807 9.5 12", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-arc-24.js.map