@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.19 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconVariableColor16 = createIcon(h("svg", { fill: "none", height: "16", viewBox: "0 0 16 16", width: "16", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M8 2c3.3137 0 6 2.68629 6 6 0 1.26533-1.1052 2-2.1067 2H10.5c-.2761 0-.5.2239-.5.5v1.3933C10 12.8948 9.26533 14 8 14c-3.31371 0-6-2.6863-6-6 0-3.31371 2.68629-6 6-6m5 6c0 .58572-.521 1-1.1067 1H10.5C9.67157 9 9 9.67157 9 10.5v1.3933C9 12.479 8.58572 13 8 13c-2.76142 0-5-2.2386-5-5 0-2.76142 2.23858-5 5-5 2.7614 0 5 2.23858 5 5M9 5c0 .55228-.44772 1-1 1s-1-.44772-1-1 .44772-1 1-1 1 .44772 1 1m.73205 2c.27615.47829.88775.64217 1.36605.36603.4783-.27615.6421-.88774.366-1.36603s-.8877-.64217-1.366-.36603c-.47832.27615-.64219.88774-.36605 1.36603m-3.73188 3.3662c-.4783.2761-1.08989.1123-1.36603-.366-.27614-.47833-.11227-1.08992.36603-1.36606.47829-.27614 1.08988-.11227 1.36602.36603.27614.47829.11227 1.08983-.36602 1.36603m-.50011-2.86626c.55228 0 1-.44771 1-1s-.44772-1-1-1-1 .44772-1 1 .44771 1 1 1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-variable-color-16.js.map