UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.49 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconVariableMode16 = 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: "M7.50743 3.26842 10.039 4.76324c.6092.35975.9831 1.01463.9831 1.72218v3.0289c0 .70758-.3739 1.36238-.9831 1.72218l-2.53157 1.4948c-.62734.3704-1.40648.3704-2.03382 0l-2.53153-1.4948c-.60926-.3598-.9831-1.0146-.9831-1.72218v-3.0289c0-.70754.37384-1.36243.9831-1.72218l2.53153-1.49482c.62734-.37043 1.40648-.37043 2.03382 0m-.50846.86109c-.31367-.18521-.70324-.18521-1.01691 0L3.45053 5.62433a1 1 0 0 0-.49155.86109v3.0289c0 .35377.18692.68118.49155.86108l2.53153 1.4948c.31367.1852.70324.1852 1.01691 0l2.53154-1.4948c.30462-.1799.49159-.50731.49159-.86108v-3.0289c0-.35377-.18697-.68122-.49159-.86109zm3.50843 8.60199c-.62444.3687-1.39933.3704-2.02517.0051l1.31104-.7742a.997.997 0 0 0 .2057-.092l2.53153-1.4948c.3046-.1799.4916-.50733.4916-.8611V6.4856c0-.35377-.187-.68121-.4916-.86109L9.99897 4.1297a1 1 0 0 0-.2057-.09201l-1.31104-.77414c.62584-.36536 1.40073-.36367 2.02517.00506l2.5316 1.49481c.6092.35976.9831 1.01464.9831 1.72218v3.0289c0 .7075-.3739 1.3624-.9831 1.7222zM7.99036 4.71528l.00016-.0001-.98337-.58066-.00016.0001zm-1.49012 4.2846c.55229 0 1-.44772 1-1s-.44771-1-1-1-1 .44771-1 1 .44772 1 1 1", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-variable-mode-16.js.map