@spark-ui/icons
Version:
spark-ui icons
23 lines (22 loc) • 2.92 kB
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
require("../chunk-8l464Juk.js");
require("react");
let react_jsx_runtime = require("react/jsx-runtime");
//#region src/icons/WheelOutline.tsx
var WheelOutline = ({ title, fill = "currentColor", stroke = "none", ref, ...props } = {}) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", {
ref,
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
"data-title": "WheelOutline",
...title && { "data-title": title },
fill,
stroke,
...props,
dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path d=\"m20.6,13.85l-.8-1.05v-1.61l.8-1.05c.32-.4.48-.81.48-1.29s-.08-.97-.32-1.37l-.56-.97c-.24-.4-.56-.73-.96-.97-.4-.24-.88-.24-1.37-.24l-1.29.16-1.45-.81-.48-1.21c-.16-.4-.48-.81-.88-1.05-.4-.24-.88-.4-1.29-.4h-1.13c-.48,0-.96.16-1.29.4-.32.32-.64.73-.8,1.21l-.48,1.21-1.45.81-1.29-.24c-.48-.08-.96,0-1.37.24-.4.24-.72.56-.96.97l-.56.89c-.24.48-.32.89-.32,1.37s.24.89.48,1.29l.8,1.05v1.61l-.8,1.05c-.32.4-.48.81-.48,1.29s.08.97.32,1.37l.56.97c.24.4.56.73.96.97.4.24.88.24,1.37.24l1.29-.16,1.45.81.48,1.21c.16.4.48.81.88,1.05.4.24.88.4,1.29.4h1.13c.48,0,.96-.16,1.29-.4.4-.24.72-.65.88-1.05l.48-1.21,1.45-.81,1.29.16c.48.08.96,0,1.37-.24.4-.24.72-.56.96-.97l.56-.97c.24-.4.32-.89.32-1.37-.08-.48-.24-.97-.56-1.29Zm-15.76,1.21l1.05-1.29c.16-.16.24-.4.24-.56v-2.34c0-.24-.08-.4-.24-.65l-1.05-1.29q-.08-.08-.08-.24c0-.08,0-.16.08-.24l.56-.97s.08-.08.16-.08.16-.08.24,0l1.61.24c.24,0,.4,0,.64-.08l2.01-1.13c.16-.08.32-.32.4-.48l.56-1.53c0-.08.08-.16.16-.16.08-.08.16-.08.24-.08h1.13c.08,0,.16,0,.24.08q.08.08.16.16l.56,1.37c.08.24.24.4.4.48l2.01,1.21c.16.08.4.16.64.08l1.61-.24h.24c.08,0,.16.08.16.16l.56,1.05s.08.08,0,.16c0,.08,0,.16-.08.24l-1.05,1.29c-.16.16-.24.4-.24.56v2.34c0,.24.08.4.24.65l1.05,1.29c.08.08.08.16.08.24s0,.16-.08.24l-.56.97c0,.08-.08.16-.16.16s-.16.08-.24,0l-1.61-.24c-.24,0-.4,0-.64.08l-2.01,1.13c-.16.08-.32.32-.4.48l-.56,1.53c0,.08-.08.16-.16.16s-.16.08-.24.08h-1.13c-.08,0-.16,0-.24-.08q-.08-.08-.16-.16l-.56-1.53c-.08-.24-.24-.4-.4-.48l-2.01-1.13c-.16-.08-.32-.16-.48-.16h-.16l-1.61.24h-.24c-.08,0-.16-.08-.16-.16l-.56-.97c-.08-.08-.08-.16-.08-.24.08-.08.16-.08.16-.16Z\"/><path d=\"m10.55,15.47c.48.16.97.32,1.45.32.24,0,.48,0,.72-.08.72-.16,1.37-.48,1.93-1.05.48-.48.88-1.21,1.05-1.94.16-.73.08-1.45-.24-2.18-.24-.65-.72-1.29-1.37-1.69-.64-.4-1.29-.65-2.09-.65-.96,0-1.93.4-2.65,1.13-.72.73-1.13,1.61-1.13,2.66,0,.73.24,1.45.64,2.1.48.56,1.05,1.05,1.69,1.37Zm-.32-3.47c0-.48.16-.89.48-1.29.32-.4.8-.48,1.29-.48.32,0,.72.08.96.32.32.16.48.48.64.81.16.32.16.65.08,1.05-.08.32-.24.65-.48.89-.24.24-.56.4-.88.48-.32.08-.72,0-1.05-.08-.32-.08-.64-.4-.8-.65-.16-.32-.24-.73-.24-1.05Z\"/>" }
});
WheelOutline.displayName = "WheelOutline";
var tags = ["WheelOutline", ""];
//#endregion
exports.WheelOutline = WheelOutline;
exports.tags = tags;
//# sourceMappingURL=WheelOutline.js.map