@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 IconMaskSmall24 = 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: "M13 13.9646V12c0-.5523-.4477-1-1-1h-1.9646c.2193 1.5329 1.4317 2.7453 2.9646 2.9646M10.0354 10c.2427-1.69615 1.7014-3 3.4646-3 1.933 0 3.5 1.567 3.5 3.5 0 1.7632-1.3038 3.2219-3 3.4646V12c0-1.1046-.8954-2-2-2zM18 10.5c0 2.4853-2.0147 4.5-4.5 4.5S9 12.9853 9 10.5C9 8.01472 11.0147 6 13.5 6S18 8.01472 18 10.5m-11 1c0-.2761.22386-.5.5-.5s.5-.2239.5-.5-.22386-.5-.5-.5c-.82843 0-1.5.6716-1.5 1.5 0 .2761.22386.5.5.5s.5-.2239.5-.5m0 2c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5v1c0 .2761.22386.5.5.5s.5-.2239.5-.5zm0 3c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5c0 .8284.67157 1.5 1.5 1.5.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5-.5-.2239-.5-.5m7 0c0-.2761-.2239-.5-.5-.5s-.5.2239-.5.5-.2239.5-.5.5-.5.2239-.5.5.2239.5.5.5c.8284 0 1.5-.6716 1.5-1.5m-4.5.5c-.27614 0-.5.2239-.5.5s.22386.5.5.5h1c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-mask-small-24.js.map