@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.53 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconVariableColorSmall24 = 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: "M16.9497 7.05025c1.1624 1.16234 1.8314 2.63438 2.0048 4.15055.2001 1.7497-1.3603 2.7993-2.7297 2.7993H15c-.5523 0-1 .4477-1 1v1.2247c0 1.3694-1.0495 2.9298-2.7993 2.7296-1.51613-.1734-2.98813-.8423-4.15045-2.0047-2.73367-2.7336-2.73367-7.16578 0-9.89945s7.16585-2.73367 9.89945 0m1.0112 4.26415c.111.9702-.7595 1.6857-1.7361 1.6857H15c-1.1046 0-2 .8954-2 2v1.2247c0 .9766-.7154 1.8471-1.6857 1.7361-1.2997-.1486-2.56007-.7214-3.55694-1.7183-2.34315-2.3431-2.34315-6.1421 0-8.48524 2.34314-2.34315 6.14214-2.34315 8.48524 0 .9969.99689 1.5697 2.25734 1.7183 3.55704M13 8.00007c0 .55229-.4477 1-1 1s-1-.44771-1-1 .4477-1 1-1 1 .44772 1 1M9.86621 10.5002c.27609-.4783.11226-1.08984-.36603-1.36599-.47829-.27614-1.08988-.11226-1.36603.36603-.27614.47829-.11226 1.08986.36603 1.36606.47829.2761 1.08988.1122 1.36603-.3661m5.63399.3661c-.4783.2761-1.0899.1122-1.366-.3661-.2762-.4783-.1123-1.08984.366-1.36599.4783-.27614 1.0899-.11226 1.366.36603s.1123 1.08986-.366 1.36606m-7.36605 3.6339c.27615.4783.88774.6422 1.36603.3661.47829-.2762.64212-.8878.36603-1.3661-.27615-.4783-.88774-.6421-1.36603-.366-.47829.2762-.64217.8877-.36603 1.366", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-variable-color-small-24.js.map