@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.19 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconInteractive24 = 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 4c-3.86599 0-7 3.13401-7 7 0 .6343.08423 1.2481.24182 1.8312.07205.2666-.08565.5411-.35223.6131-.26658.0721-.54109-.0856-.61313-.3522C4.09608 12.4247 4 11.7232 4 11c0-4.41828 3.58172-8 8-8 4.0294 0 7.3622 2.97844 7.9185 6.85394.0392.27336-.1506.52676-.4239.56596-.2734.0392-.5268-.1505-.566-.42388C18.442 6.60583 15.5249 4 12 4m0 3c-2.20914 0-4 1.79086-4 4 0 .2761-.22386.5-.5.5S7 11.2761 7 11c0-2.76142 2.23858-5 5-5 2.0119 0 3.7451 1.18821 4.5383 2.89899.1162.25052.0073.54777-.2433.66393-.2505.11615-.5477.00723-.6639-.2433C14.9956 7.94897 13.6081 7 12 7m0 2c-1.1046 0-2 .89543-2 2v2.9744l-.09829-.0967c-.77526-.7621-2.01411-.7636-2.79128-.0125a2 2 0 0 0-.03704.0367c-.77435.7877-.76353 2.054.02417 2.8283.22561.2218.47694.4683.7387.7249l.00056.0006.00012.0001c.69654.6829 1.46678 1.4382 2.02256 1.9939.7007.7008 1.8654 1.2569 3.1743 1.4633 1.3352.2105 2.9062.0721 4.4304-.7268 1.2565-.6586 1.9254-1.5887 2.251-2.5456.3031-.8905.2922-1.7665.2855-2.3094l-.0004-.0362-.001-.0759a13 13 0 0 1-.0014-.1266C19.9993 15.0617 20 15.0309 20 15v-1c0-1.1046-.8954-2-2-2-.4116 0-.7942.1244-1.1123.3376C16.6144 11.5586 15.8724 11 15 11c-.3643 0-.7058.0974-1 .2676V11c0-1.10457-.8954-2-2-2m7 6c0 .0224-.0007.0446-.0022.0666L17 14.3521v-.356c.0022-.5505.4491-.9961 1-.9961.5523 0 1 .4477 1 1zm-2-.5231v-.1248l-1-.3577V13c0-.5523-.4477-1-1-1s-1 .4477-1 1v1.3755c0 .2829-.2346.5095-.5174.4997-.2692-.0094-.4826-.2304-.4826-.4997V11c0-.5523-.4477-1-1-1s-1 .4477-1 1v4.0077c-.0578.4937-.658.7052-1.01246.3567l-.78687-.7735c-.39385-.3872-1.02699-.3818-1.41416.012-.38717.3939-.38176 1.027.01209 1.4142.22346.2197.47337.4647.73429.7206l.00014.0001c.69769.6841 1.47407 1.4453 2.03357 2.0048 1.0366 1.0366 3.8136 1.931 6.4334.5579 2.0357-1.067 2.0137-2.8873 2.0004-3.9935l-.0009-.0675v-.0003c-.0009-.0599-.0017-.1177-.0017-.1726z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-interactive-24.js.map