@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 570 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPage16 = 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: "M3.5 3.5c0-.55228.44772-1 1-1H8a.5.5 0 0 1 .35355.14645l4.00005 4A.5002.5002 0 0 1 12.5 7v5.5c0 .5523-.4477 1-1 1h-7c-.55228 0-1-.4477-1-1zm4 0h-3v9h7v-5h-3c-.55228 0-1-.44772-1-1zm1 .70711L10.7929 6.5H8.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-page-16.js.map