@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 890 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconWand24 = 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: "M9.5 4c-.27614 0-.5.22386-.5.5V9H4.5c-.27614 0-.5.22386-.5.5s.22386.5.5.5H9v4.5c0 .2761.22386.5.5.5s.5-.2239.5-.5V10h4.5c.2761 0 .5-.22386.5-.5s-.2239-.5-.5-.5H10V4.5c0-.27614-.22386-.5-.5-.5M15 5c0 .55228-.4477 1-1 1s-1-.44772-1-1 .4477-1 1-1 1 .44772 1 1M5 6c.55228 0 1-.44772 1-1s-.44772-1-1-1-1 .44772-1 1 .44772 1 1 1m1 8c0 .5523-.44772 1-1 1s-1-.4477-1-1 .44772-1 1-1 1 .4477 1 1m6.8536-1.8536c-.1953-.1952-.5119-.1952-.7072 0-.1952.1953-.1952.5119 0 .7072l7 7c.1953.1952.5119.1952.7072 0 .1952-.1953.1952-.5119 0-.7072z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-wand-24.js.map