UNPKG

@spark-ui/icons

Version:
64 lines (63 loc) 3.16 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/FavoriteOutline.tsx var FavoriteOutline_exports = {}; __export(FavoriteOutline_exports, { FavoriteOutline: () => FavoriteOutline, tags: () => tags }); module.exports = __toCommonJS(FavoriteOutline_exports); var import_react = __toESM(require("react")); var FavoriteOutline = ({ 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": "FavoriteOutline", ...{ ...title && { "data-title": title }, fill, stroke, ...props }, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m21.92,10.54c-.08-.32-.24-.63-.49-.95-.24-.24-.49-.48-.81-.63-.32-.16-.65-.24-1.05-.24h-5.1v-3.01c0-.32-.08-.63-.24-.95-.16-.32-.32-.55-.57-.79-.24-.24-.57-.4-.81-.55-.4-.08-.73-.16-1.05-.16-.4,0-.89.08-1.21.32-.4.24-.73.48-.89.87l-3.24,5.07h-2.75c-.4,0-.89.16-1.21.48-.32.32-.49.71-.49,1.19v7.13c0,.4.16.87.49,1.19.32.32.73.48,1.21.48h3l.89.4c.49.24,1.13.4,1.7.4h9.07c.65,0,1.21-.24,1.7-.63.49-.4.73-.95.81-1.5l1.13-7.05c0-.32,0-.63-.08-1.03Zm-15.95,7.52h-2.02v-6.65h2.02v6.65Zm12.96.32c0,.16-.08.32-.16.4-.08.08-.24.16-.4.16h-9.15c-.24,0-.57-.08-.81-.16l-.49-.24v-7.76l3.4-5.31c.08-.08.08-.16.16-.16.08-.08.16,0,.32-.08h.24c.08,0,.16.08.16.08q.08.08.16.16c0,.08.08.16.08.24v3.96c0,.55.4.95.97.95h6.07c.08,0,.16,0,.24.08.08,0,.16.08.24.16.08.08.08.16.16.24v.24l-1.21,7.05Z"/>' } } ); FavoriteOutline.displayName = "FavoriteOutline"; var tags = ["FavoriteOutline", ""]; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { FavoriteOutline, tags }); //# sourceMappingURL=FavoriteOutline.js.map