UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.24 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconQwandSmall24 = 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: "M17.9999 7c0 1.10457-.8954 2-2 2-1.1045 0-2-.89543-2-2s.8955-2 2-2c1.1046 0 2 .89543 2 2m-2 1c.5523 0 1-.44771 1-1s-.4477-1-1-1-1 .44771-1 1 .4477 1 1 1m0 7c.2762 0 .5.2239.5.5v1h1c.2762 0 .5.2239.5.5s-.2238.5-.5.5h-1v1c0 .2761-.2238.5-.5.5-.2761 0-.5-.2239-.5-.5v-1h-1c-.2761 0-.5-.2239-.5-.5s.2239-.5.5-.5h1v-1c0-.2761.2239-.5.5-.5M8.56412 7.61991l-.58881 2.35524-2.35524.58885c-1.49474.3736-1.49472 2.4979 0 2.8716l2.35524.5888.58881 2.3552c.37369 1.4948 2.49798 1.4948 2.87158 0l.5889-2.3552 2.3552-.5888c1.4947-.3737 1.4947-2.498 0-2.8716l-2.3552-.58885-.5889-2.35524c-.3736-1.49473-2.4979-1.49473-2.87158 0m.97014.24254-.73433 2.93735-2.93732.7343c-.48478.1212-.48478.8101 0 .9313l2.93732.7344.73433 2.9373c.1212.4848.81014.4848.93134 0l.7343-2.9373 2.9374-.7344c.4847-.1212.4847-.8101 0-.9313l-2.9374-.7343-.7343-2.93735c-.1212-.48478-.81014-.48478-.93134 0", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-qwand-small-24.js.map