UNPKG

@spark-ui/icons

Version:
64 lines (63 loc) 2.69 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/MailFill.tsx var MailFill_exports = {}; __export(MailFill_exports, { MailFill: () => MailFill, tags: () => tags }); module.exports = __toCommonJS(MailFill_exports); var import_react = __toESM(require("react")); var MailFill = ({ 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": "MailFill", ...{ ...title && { "data-title": title }, fill, stroke, ...props }, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path fill-rule="evenodd" d="m21.99,12.74h0v3.81c0,1.9-1.52,3.45-3.38,3.45H5.38c-1.87,0-3.38-1.54-3.38-3.45V7.45c0-1.9,1.52-3.45,3.38-3.45h13.24c1.8,0,3.27,1.44,3.37,3.25v5.49Zm-11.51,1.3l-6.56-5.17c-.44-.35-.52-.99-.18-1.44.34-.45.97-.53,1.41-.19l6.56,5.17c.07.06.17.1.29.1s.22-.04.29-.1l6.56-5.17c.44-.35,1.07-.26,1.41.19.34.45.26,1.09-.18,1.44l-6.56,5.17c-.44.34-.97.52-1.52.52s-1.08-.18-1.52-.52Z"/>' } } ); MailFill.displayName = "MailFill"; var tags = ["MailFill", ""]; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { MailFill, tags }); //# sourceMappingURL=MailFill.js.map