@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 821 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconFigjam16 = 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: "M2.51944 3.69613a1 1 0 0 1 .27347-.90322 1 1 0 0 1 .90322-.27347l2.5.5a1 1 0 0 1 .51099.27347l6.14648 6.14645c.5858.58574.5858 1.53554 0 2.12134l-1.2929 1.2929c-.5858.5858-1.5356.5858-2.12134 0L3.29291 6.70712a1 1 0 0 1-.27347-.51099zm8.33416 8.45037 1.2929-1.2929c.1952-.1953.1952-.5119 0-.7071L7.35355 5.35355l-2 2 4.79295 4.79295c.1952.1952.5118.1952.7071 0M4.64645 6.64645l2-2-.64643-.64643-1.43771-.28754-1.06229-.21246.21246 1.06229.28754 1.43771z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-figjam-16.js.map