UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.33 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconQwand24 = 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: "M19.9999 5.5c0 1.38071-1.1193 2.5-2.5 2.5s-2.5-1.11929-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.11929 2.5 2.5m-2.5 1.5c.8284 0 1.5-.67157 1.5-1.5s-.6716-1.5-1.5-1.5-1.5.67157-1.5 1.5.6716 1.5 1.5 1.5m0 9c.2761 0 .5.2239.5.5V18h1.5c.2761 0 .5.2239.5.5s-.2239.5-.5.5h-1.5v1.5c0 .2761-.2239.5-.5.5-.2762 0-.5-.2239-.5-.5V19h-1.5c-.2762 0-.5-.2239-.5-.5s.2238-.5.5-.5h1.5v-1.5c0-.2761.2238-.5.5-.5M8.82966 5.26071l-1.11701 3.9095L3.7873 10.3008l.27676.9609-.27676-.9609c-1.70242.4903-1.69529 2.9051.01001 3.3853l3.91641 1.103 1.11594 3.9057c.48629 1.702 2.89824 1.702 3.38454 0l1.1166-3.9081 3.9082-1.1166c1.702-.4863 1.702-2.8983 0-3.3846l-3.9082-1.11662-1.1166-3.90817c-.4863-1.70199-2.89825-1.70199-3.38454 0M4.06839 12.7236c-.73638-.2074-.73946-1.2502-.00433-1.4619l4.45787-1.28392 1.26926-4.44235c.21001-.73495 1.25151-.73495 1.46151 0l1.2692 4.44235 4.4424 1.26922c.7349.21.7349 1.2515 0 1.4615l-4.4424 1.2693-1.2692 4.4423c-.21.735-1.2515.735-1.46151 0l-1.26926-4.4423z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-qwand-24.js.map