@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 851 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconFirstDraft24 = 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: "M18 4c1.1046 0 2 .89543 2 2v8c0 .2761-.2239.5-.5.5s-.5-.2239-.5-.5V9h-9v10h4c.2761 0 .5.2239.5.5s-.2239.5-.5.5H6c-1.10457 0-2-.8954-2-2V6c0-1.10457.89543-2 2-2zm1 2v2H5V6c0-.55228.44772-1 1-1h12c.5523 0 1 .44772 1 1M5 18V9h4v10H6c-.55228 0-1-.4477-1-1m14.0149-1.5597L18.5 18.5l-2.0597.5149c-.505.1263-.505.8439 0 .9702L18.5 20.5l.5149 2.0597c.1263.505.8439.505.9702 0L20.5 20.5l2.0597-.5149c.505-.1263.505-.8439 0-.9702L20.5 18.5l-.5149-2.0597c-.1263-.505-.8439-.505-.9702 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-first-draft-24.js.map