UNPKG

@spark-ui/icons

Version:
64 lines (63 loc) 3.28 kB
"use strict"; var __create = Object.create; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __getProtoOf = Object.getPrototypeOf; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( // If the importer is in node compatibility mode or this is not an ESM // file that has been converted to a CommonJS file using a Babel- // compatible transform (i.e. "__esModule" has not been set), then set // "default" to the CommonJS "module.exports" for node compatibility. isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod )); var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/icons/WheelFill.tsx var WheelFill_exports = {}; __export(WheelFill_exports, { WheelFill: () => WheelFill, tags: () => tags }); module.exports = __toCommonJS(WheelFill_exports); var import_react = __toESM(require("react")); var WheelFill = ({ title, fill = "currentColor", stroke = "none", ref, ...props }) => /* @__PURE__ */ import_react.default.createElement( "svg", { ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "WheelFill", ...{ ...title && { "data-title": title }, fill, stroke, ...props }, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m20.67,14.18l-.9-1.09v-1.93l.9-1.09c.25-.34.41-.76.49-1.18,0-.42-.08-.92-.25-1.26l-.57-1.01c-.25-.34-.49-.67-.9-.84-.41-.17-.82-.25-1.23-.17l-1.4.25-1.64-.92-.49-1.34c-.16-.42-.41-.76-.82-1.01-.49-.5-.9-.59-1.31-.59h-1.15c-.41,0-.82.17-1.23.42-.33.25-.66.59-.82,1.01l-.49,1.26-1.64.92-1.4-.17c-.41-.08-.82,0-1.23.17-.41.17-.74.5-.9.84l-.57,1.09c-.16.34-.33.84-.25,1.26,0,.42.16.84.49,1.18l.9,1.09v1.93l-.9,1.09c-.25.34-.41.76-.49,1.18,0,.42.08.92.25,1.26l.57,1.01c.25.34.49.67.9.84.41.17.82.25,1.23.17l1.4-.25,1.64.92.49,1.34c.16.42.41.76.82,1.01.33.25.74.42,1.23.42h1.15c.41,0,.82-.17,1.23-.42.33-.25.66-.59.82-1.01l.49-1.34,1.64-.92,1.4.25c.41.08.82,0,1.23-.17.41-.17.66-.5.9-.84l.57-1.01c.25-.42.33-.84.33-1.26-.08-.34-.25-.76-.49-1.09Zm-6.65-1.68c-.08.42-.25.76-.57,1.09-.33.34-.66.5-1.07.59s-.82,0-1.23-.08c-.41-.17-.74-.42-.9-.76-.25-.42-.33-.84-.33-1.26,0-.59.25-1.09.57-1.51.41-.42.9-.59,1.48-.59.41,0,.82.08,1.15.34.33.25.57.59.74.92.16.42.25.84.16,1.26Z"/>' } } ); WheelFill.displayName = "WheelFill"; var tags = ["WheelFill", ""]; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { WheelFill, tags }); //# sourceMappingURL=WheelFill.js.map