@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.05 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconLibrary16 = 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.41091 5.14527c-.94722-.84197-2.3746-.84197-3.32182 0L4 5.22446v5.75774c1.08026-.6245 2.41974-.6245 3.5 0V5.22446zM8.5 5.22446v5.75774c1.08026-.6245 2.4197-.6245 3.5 0V5.22446l-.0891-.07919c-.9472-.84197-2.37459-.84197-3.32181 0zM8 4.33282c-1.32551-1.1133-3.27403-1.09162-4.57527.06504l-.25691.22836A.5.5 0 0 0 3 4.99993v6.99997c0 .1969.11556.3755.29517.4561a.4999.4999 0 0 0 .53701-.0824l.25691-.2283c.94722-.842 2.3746-.842 3.32182 0l.25691.2283c.18944.1684.47492.1684.66436 0l.25691-.2283c.94722-.842 2.37461-.842 3.32181 0l.2569.2283c.1472.1308.3574.1631.537.0824A.5.5 0 0 0 13 11.9999V4.99993a.5002.5002 0 0 0-.1678-.37371l-.2569-.22836C11.274 3.2412 9.32551 3.21952 8 4.33282", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-library-16.js.map