@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 974 B
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconWand16 = 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: "M6.5 3c-.27614 0-.5.22386-.5.5V6H3.5c-.27614 0-.5.22386-.5.5s.22386.5.5.5H6v2.5c0 .27614.22386.5.5.5s.5-.22386.5-.5V7h2.5c.27614 0 .5-.22386.5-.5S9.77614 6 9.5 6H7V3.5c0-.27614-.22386-.5-.5-.5m3.5.75c0 .41421-.33579.75-.75.75s-.75-.33579-.75-.75.33579-.75.75-.75.75.33579.75.75m-6.25.75c.41421 0 .75-.33579.75-.75S4.16421 3 3.75 3 3 3.33579 3 3.75s.33579.75.75.75m.75 4.75c0 .41421-.33579.75-.75.75S3 9.66421 3 9.25s.33579-.75.75-.75.75.33579.75.75m4.85355-.60355c-.19526-.19527-.51184-.19527-.7071 0-.19527.19526-.19527.51184 0 .7071l3.49995 3.50005c.1953.1952.5119.1952.7072 0 .1952-.1953.1952-.5119 0-.7072z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-wand-16.js.map