@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.55 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconVariableColor24 = 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: "M18.364 5.63604c1.4123 1.41231 2.2581 3.17993 2.5349 5.01546C21.206 12.6876 19.4006 14 17.7313 14H15.5c-.8284 0-1.5.6716-1.5 1.5v2.2313c0 1.6693-1.3123 3.4747-3.3484 3.1676-1.83557-.2768-3.60323-1.1226-5.01556-2.5349-3.51472-3.5148-3.51472-9.21324 0-12.72796s9.21316-3.51472 12.72796 0m1.5461 5.16456C20.0981 12.0471 18.9918 13 17.7313 13H15.5c-1.3807 0-2.5 1.1193-2.5 2.5v2.2313c0 1.2605-.9528 2.3668-2.1993 2.1788-1.63142-.246-3.20139-.9971-4.45755-2.2532-3.1242-3.1242-3.1242-8.18956 0-11.31375 3.12419-3.1242 8.18955-3.1242 11.31375 0 1.2561 1.25614 2.0072 2.82608 2.2532 4.45745M13 6.99998c0 .55228-.4477 1-1 1-.5522 0-1-.44772-1-1s.4478-1 1-1c.5523 0 1 .44771 1 1M8.86623 10.5001c.27614-.4782.11227-1.08984-.36603-1.36598-.47829-.27614-1.08988-.11227-1.36602.36603-.27614.47829-.11227 1.08985.36602 1.36605.4783.2761 1.08989.1122 1.36603-.3661m7.63397.3661c-.4783.2761-1.0899.1122-1.366-.3661-.2762-.4782-.1123-1.08984.366-1.36598s1.0899-.11227 1.366.36603c.2762.47829.1123 1.08985-.366 1.36605m-9.36602 4.6339c.27614.4783.88773.6422 1.36602.3661.4783-.2762.64217-.8878.36603-1.3661-.27614-.4782-.88773-.6421-1.36603-.366-.47829.2762-.64216.8878-.36602 1.366", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-variable-color-24.js.map