@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.73 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconHand24 = 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: "M12.9971 8.62H13V10c0 .2761.2239.5.5.5s.5-.2239.5-.5V5.92288C14.0394 5.40663 14.4707 5 14.9971 5c.5523 0 1 .44772 1 1v2.62H16V10c0 .2761.2239.5.5.5s.5-.2239.5-.5V8c0-.55228.4477-1 1-1s1 .44772 1 1v.62h.0098l.0005 4.7427v.0001c0 .0492-.0035.097-.0101.1433a.97.97 0 0 0-.0074.0702c-.2487 3.513-3.1787 6.2864-6.7556 6.2864-.1622 0-.319-.0036-.4706-.0105-1.5343-.0697-2.88413-.7855-4.10647-1.9194-1.23019-1.1412-2.2796-2.6599-3.18855-4.2185-.28858-.4948-.48557-.8802-.55488-1.1934-.0313-.1414-.02479-.2217-.01535-.2626.00674-.0293.02119-.0715.08671-.1351.16224-.1574.32482-.1992.51709-.1732.22426.0303.5177.1646.80655.4343l.00167.0016.99962.9451c.2902.2743.71581.3497 1.0826.1917.36678-.158.60439-.519.60439-.9184V8.62H8V6c0-.55228.44772-1 1-1s1 .44772 1 1v4c0 .2761.2239.5.5.5s.5-.2239.5-.5V5c0-.55228.4477-1 1-1s1 .44772 1 1v.89082A2.1 2.1 0 0 0 12.9971 6zM7 8.5V6c0-1.10457.89543-2 2-2 .41166 0 .79427.12437 1.1123.33759C10.3857 3.55857 11.1276 3 12 3c.8718 0 1.6133.55781 1.8871 1.336.3176-.21224.6993-.336 1.11-.336 1.1045 0 2 .89543 2 2v.26926C17.2919 6.09804 17.6345 6 18 6c1.1046 0 2 .89543 2 2v.5h.0098l.0005 4.8627c0 .0965-.0068.1914-.02.2842-.2855 4.0328-3.6476 7.2158-7.7531 7.2158-.1771 0-.349-.004-.5159-.0115-3.68224-.1673-6.2566-3.449-8.11355-6.6331-.56514-.969-1.10932-2.043-.31601-2.8126.79311-.7695 1.89839-.5045 2.7049.2502l.00334.0032 1 .9454V8.5z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-hand-24.js.map