@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.23 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconMask16 = 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: "M9 9.48878V7.5c0-.27614-.22386-.5-.5-.5H6.51122C6.6301 8.31929 7.68071 9.3699 9 9.48878M6.60352 6C6.92998 4.84575 7.99123 4 9.25 4 10.7688 4 12 5.23122 12 6.75c0 1.25877-.8457 2.32002-2 2.64648V7.5C10 6.67157 9.32843 6 8.5 6zM13 6.75c0 2.07108-1.6789 3.75-3.75 3.75-2.07108 0-3.75-1.67892-3.75-3.75S7.17892 3 9.25 3C11.3211 3 13 4.67892 13 6.75M4 7.5c0-.27614.22386-.5.5-.5s.5-.22386.5-.5-.22386-.5-.5-.5C3.67157 6 3 6.67157 3 7.5c0 .27614.22386.5.5.5s.5-.22386.5-.5M4 9c0-.27614-.22386-.5-.5-.5S3 8.72386 3 9v1c0 .2761.22386.5.5.5s.5-.2239.5-.5zm0 2.5c0-.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-.5m6 0c0-.2761-.22386-.5-.5-.5s-.5.2239-.5.5-.22386.5-.5.5-.5.2239-.5.5.22386.5.5.5c.82843 0 1.5-.6716 1.5-1.5M6 12c-.27614 0-.5.2239-.5.5s.22386.5.5.5h1c.27614 0 .5-.2239.5-.5S7.27614 12 7 12z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-mask-16.js.map