@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
6 lines • 798 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconFillSolidSmall24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("rect", { fill: "currentColor", fillOpacity: "0.3", height: "6", width: "6", x: "9", y: "9" }),
h("path", { "clip-rule": "evenodd", d: "M8 7h8c.5523 0 1 .44771 1 1v8c0 .5523-.4477 1-1 1H8c-.55229 0-1-.4477-1-1V8c0-.55229.44771-1 1-1M6 8c0-1.10457.89543-2 2-2h8c1.1046 0 2 .89543 2 2v8c0 1.1046-.8954 2-2 2H8c-1.10457 0-2-.8954-2-2zm3 7V9h6v6zM8 8.5c0-.27614.22386-.5.5-.5h7c.2761 0 .5.22386.5.5v7c0 .2761-.2239.5-.5.5h-7c-.27614 0-.5-.2239-.5-.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-fill-solid-small-24.js.map