@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 745 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconBooleanSubtract16 = 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 10v2h5V7h-2v2c0 .55228-.44772 1-1 1z", fill: "currentColor", "fill-rule": "evenodd", fillOpacity: "0.3" }),
h("path", { "clip-rule": "evenodd", d: "M12 12H7v-2h2c.55229 0 1-.44771 1-1V7h2zM7 9h2V4H4v5h3m-3 1h2v2c0 .5523.44771 1 1 1h5c.5523 0 1-.4477 1-1V7c0-.55229-.4477-1-1-1h-2V4c0-.55229-.44771-1-1-1H4c-.55229 0-1 .44771-1 1v5c0 .55229.44771 1 1 1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-boolean-subtract-16.js.map