@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.42 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconMagicNoodle24 = 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: "m20.8535 6.85355-3 3c-.1952.19525-.5118.19525-.7071 0-.1952-.19526-.1952-.51184 0-.7071L19.2929 7H15.5C14.1193 7 13 8.11929 13 9.5v5c0 1.933-1.567 3.5-3.50003 3.5h-.55001c-.23163 1.1411-1.24051 2-2.44999 2-1.38071 0-2.5-1.1193-2.5-2.5s1.11929-2.5 2.5-2.5c1.20948 0 2.21836.8589 2.44999 2h.55001C10.8807 17 12 15.8807 12 14.5v-5C12 7.567 13.567 6 15.5 6h3.7929l-2.1465-2.14645c-.1952-.19526-.1952-.51184 0-.7071.1953-.19527.5119-.19527.7071 0l3 3c.1953.19526.1953.51184 0 .7071M7.99997 17.5c0-.8284-.67157-1.5-1.5-1.5s-1.5.6716-1.5 1.5.67157 1.5 1.5 1.5 1.5-.6716 1.5-1.5M16.7 16.7l.3149-1.2597c.1262-.505.8439-.505.9701 0L18.3 16.7l1.2597.3149c.505.1263.505.8439 0 .9702L18.3 18.3l-.315 1.2597c-.1262.505-.8439.505-.9701 0L16.7 18.3l-1.2597-.3149c-.505-.1263-.505-.8439 0-.9702zM6.0149 3.44029 5.49997 5.5l-2.05971.51493c-.50498.12624-.50498.8439 0 .97014L5.49997 7.5l.51493 2.05971c.12624.50499.8439.50499.97014.00001L7.49997 7.5l2.05972-.51493c.50501-.12624.50501-.8439 0-.97014L7.49997 5.5l-.51493-2.05971c-.12624-.50498-.8439-.50498-.97014 0", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-magic-noodle-24.js.map