@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.51 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconMagicNoodleSmall24 = 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: "m7.0149 5.44026-.31493 1.25971-1.25971.31493c-.50498.12624-.50498.8439 0 .97014l1.25971.31493.31493 1.25972c.12624.50501.8439.50501.97014 0l.31493-1.25972 1.25972-.31493c.50501-.12624.50501-.8439 0-.97014l-1.25972-.31493-.31493-1.25971c-.12624-.50498-.8439-.50498-.97014 0m10.8386 2.91323-2 2.00001c-.1952.1953-.5118.1953-.7071 0-.1952-.1953-.1952-.51185 0-.70711l1.1465-1.14645H14.5c-.8285 0-1.5.67157-1.5 1.5v3.99996c0 1.3808-1.1193 2.5-2.5 2.5h-.50003a.51.51 0 0 1-.06203-.0038c-.22069.8646-1.00468 1.5038-1.93797 1.5038-1.10457 0-2-.8954-2-2 0-1.1045.89543-2 2-2 .93329 0 1.71728.6393 1.93797 1.5039a.49.49 0 0 1 .06203-.0039H10.5c.8284 0 1.5-.6715 1.5-1.5V9.99994c0-1.38071 1.1193-2.5 2.5-2.5h1.7929l-1.1465-1.14645c-.1952-.19526-.1952-.51184 0-.7071.1953-.19526.5119-.19526.7071 0l2 2c.1953.19526.1953.51184 0 .7071M8.99997 15.9999c0 .5523-.44771 1-1 1s-1-.4477-1-1c0-.5522.44772-1 1-1s1 .4478 1 1M15.9 15.9l.2798-1.1194c.0833-.3333.557-.3333.6403 0L17.1 15.9l1.1194.2799c.3333.0833.3333.5569 0 .6402L17.1 17.1l-.2799 1.1194c-.0833.3333-.557.3333-.6403 0L15.9 17.1l-1.1194-.2799c-.3333-.0833-.3333-.5569 0-.6402z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-magic-noodle-small-24.js.map