@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.36 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconVariableModeSmall24 = 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: "m10.5145 7.47491 2.9999 1.79998c.3012.18073.4855.50623.4855.85751v3.7352c0 .3513-.1843.6768-.4855.8575l-2.9999 1.8c-.3167.19-.71232.19-1.029 0l-3-1.8A1 1 0 0 1 6 13.8676v-3.7352a1 1 0 0 1 .4855-.8575l2.99999-1.8c.31669-.19001.71231-.19 1.02901.00001m-1.5435-.8575c.63337-.38002 1.4246-.38002 2.058.00001l2.9999 1.79998c.6024.36145.971 1.01246.971 1.715v3.7352c0 .7026-.3686 1.3536-.971 1.715l-2.9999 1.8c-.6334.38-1.42463.38-2.058 0l-2.99999-1.8C5.3686 15.2212 5 14.5702 5 13.8676v-3.7352c0-.70253.3686-1.35355.97101-1.71499zm4.0004 10.76549c.6333.3797 1.4243.3796 2.0576-.0003l2.9999-1.8c.6024-.3614.971-1.0124.971-1.715v-3.7352c0-.70254-.3686-1.35355-.971-1.715L15.029 6.61742c-.633-.37979-1.4237-.38003-2.0568-.00072l1.2257.73547a.999.999 0 0 1 .3166.12274l2.9999 1.79998c.3012.18073.4855.50623.4855.85751v3.7352c0 .3513-.1843.6768-.4855.8575l-2.9999 1.8a.999.999 0 0 1-.3189.1232zM9 12c0-.5523.44772-1 1-1 .5523 0 1 .4477 1 1s-.4477 1-1 1c-.55228 0-1-.4477-1-1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-variable-mode-small-24.js.map