UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.42 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconMask24 = 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: "M14 11v4c-2.7614 0-5-2.2386-5-5h4c.5523 0 1 .4477 1 1m0 5c-3.3137 0-6-2.6863-6-6h-.5c-.27614 0-.5-.22386-.5-.5s.22386-.5.5-.5h.58296C8.55904 6.16229 11.027 4 14 4c3.3137 0 6 2.68629 6 6 0 2.973-2.1623 5.441-5 5.917v.583c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5zm0-11c-2.419 0-4.43671 1.71776-4.89998 4H13c1.1046 0 2 .89543 2 2v3.9c2.2822-.4633 4-2.481 4-4.9 0-2.76143-2.2386-5-5-5m-8.5 5c-.27614 0-.5.2239-.5.5s-.22386.5-.5.5-.5-.2239-.5-.5C4 9.67157 4.67157 9 5.5 9c.27614 0 .5.22386.5.5s-.22386.5-.5.5m-1 8c.27614 0 .5.2239.5.5s.22386.5.5.5.5.2239.5.5-.22386.5-.5.5c-.82843 0-1.5-.6716-1.5-1.5 0-.2761.22386-.5.5-.5m10 0c.2761 0 .5.2239.5.5 0 .8284-.6716 1.5-1.5 1.5-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5.5-.2239.5-.5.2239-.5.5-.5M5 12.5c0-.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.5v1c0 .2761.22386.5.5.5s.5-.2239.5-.5zM7.5 19c-.27614 0-.5.2239-.5.5s.22386.5.5.5h1c.27614 0 .5-.2239.5-.5s-.22386-.5-.5-.5zm3 0c-.2761 0-.5.2239-.5.5s.2239.5.5.5h1c.2761 0 .5-.2239.5-.5s-.2239-.5-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-mask-24.js.map