@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 974 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconFigjamPagesNew24 = 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: "M20 16c0 1.1046-.8954 2-2 2v.0001c0 1.1046-.8954 2-2 2H6c-1.10457 0-2-.8954-2-2V8.00012c0-1.10457.89543-2 2-2h10c1.1046 0 2 .89543 2 2V17c.5523 0 1-.4477 1-1V6c0-.55228-.4477-1-1-1H8.00001c-.55229 0-1 .44772-1 1h-1c0-1.10457.89543-2 2-2H18c1.1046 0 2 .89543 2 2v10M6 19.0001h10c.5523 0 1-.4477 1-1V8.00012c0-.55228-.4477-1-1-1H6c-.55228 0-1 .44772-1 1v9.99998c0 .5523.44772 1 1 1m5-9.00015c.2761 0 .5.22385.5.49995v2h2c.2761 0 .5.2239.5.5 0 .2762-.2239.5-.5.5h-2v2c0 .2762-.2239.5-.5.5s-.5-.2238-.5-.5v-2h-2c-.27614 0-.5-.2238-.5-.5 0-.2761.22386-.5.5-.5h2v-2c0-.2761.2239-.49995.5-.49995", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-figjam-pages-new-24.js.map