@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 2.94 kB
JavaScript
;
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/MailCloseFill.tsx
var MailCloseFill_exports = {};
__export(MailCloseFill_exports, {
MailCloseFill: () => MailCloseFill,
tags: () => tags
});
module.exports = __toCommonJS(MailCloseFill_exports);
var import_react = __toESM(require("react"));
var MailCloseFill = ({
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": "MailCloseFill",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m7.74,17.33v-8.44c0-1.42-1.2-2.58-2.59-2.76h-.19c-1.67,0-2.96,1.24-2.96,2.76v8.44c0,.27.28.53.56.53h4.63c.37,0,.56-.27.56-.53Zm-1.48-7.38h-2.78c-.37,0-.65-.27-.65-.62s.28-.62.65-.62h2.78c.37,0,.65.27.65.62s-.28.62-.65.62Z"/><path d="m16.44,4H5.15c1.11.09,2.13.44,2.96,1.07.37.27.74.62,1.02,1.07.56.8.93,1.78.93,2.76v8.44c0,.18,0,.36-.09.53-.09.36-.28.71-.56,1.07-.46.62-1.3,1.07-2.22,1.07h12.04c1.57,0,2.78-1.16,2.78-2.67v-8c0-2.93-2.41-5.33-5.56-5.33Zm-3.7,9.07c-.65,0-1.11-.44-1.11-1.07s.46-1.07,1.11-1.07h5.28v3.29c0,.62-.46,1.07-1.11,1.07s-1.11-.44-1.11-1.07v-1.16h-3.06Z"/>'
}
}
);
MailCloseFill.displayName = "MailCloseFill";
var tags = ["MailCloseFill", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
MailCloseFill,
tags
});
//# sourceMappingURL=MailCloseFill.js.map