@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.08 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconSwatchSmall24 = 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 8v7c0 1.1046-.8954 2-2 2-1.10457 0-2-.8954-2-2V8c0-1.10457.89543-2 2-2 1.1046 0 2 .89543 2 2M6 8c0-1.65685 1.34315-3 3-3 1.6569 0 3 1.34315 3 3v7c0 .7683-.2888 1.4691-.7637 1.9998H16c1.1046 0 2-.8954 2-2 0-1.1045-.8954-2-2-2h-.7569l-3.5967 3.5967a3.03 3.03 0 0 1-.2796.2472C11.7636 16.335 12 15.6951 12 15v-.1713l3.8891-3.8891c.781-.781.781-2.04737 0-2.82842-.7811-.78105-2.0474-.78105-2.8284 0L12 9.17182V8.00004c0-.07857-.003-.15644-.0089-.23349l.3625-.36248c1.1715-1.17157 3.071-1.17157 4.2426 0s1.1716 3.07103 0 4.24263l-.3621.3621C17.7815 12.1283 19 13.4217 19 14.9998c0 1.6569-1.3431 3-3 3H9.03234L9 18c-1.65685 0-3-1.3431-3-3zm3 8c.55228 0 1-.4477 1-1s-.44772-1-1-1-1 .4477-1 1 .44772 1 1 1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-swatch-small-24.js.map