@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 3.07 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/TrashCloseFill.tsx
var TrashCloseFill_exports = {};
__export(TrashCloseFill_exports, {
TrashCloseFill: () => TrashCloseFill,
tags: () => tags
});
module.exports = __toCommonJS(TrashCloseFill_exports);
var import_react = __toESM(require("react"));
var TrashCloseFill = ({
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": "TrashCloseFill",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m19.9,6.15h-3.76c-.08-1.06-.47-2.11-1.25-2.85-.78-.81-1.88-1.3-3.05-1.3s-2.19.49-3.05,1.3c-.63.81-1.1,1.79-1.1,2.85h-3.76c-.55,0-.94.49-.94.98s.39.98.94.98h1.1v11.54c0,.65.23,1.22.7,1.71.31.41.86.65,1.49.65h9.39c.63,0,1.17-.24,1.64-.73.39-.41.7-1.06.7-1.71v-11.46h1.1c.55,0,.94-.41.94-.98s-.55-.98-1.1-.98Zm-9.7-1.46c.94-.98,2.5-.98,3.37,0,.39.41.63.89.7,1.46h-4.7c0-.57.23-1.06.63-1.46Zm4.77,11.54c.39.41.39.98,0,1.38-.16.16-.39.33-.63.33s-.47-.08-.63-.33l-1.72-1.79-1.72,1.79c-.16.16-.39.33-.63.33s-.47-.08-.63-.33c-.39-.41-.39-.98,0-1.38l1.72-1.79-1.72-1.79c-.39-.41-.39-.98,0-1.38.39-.41.94-.41,1.33,0l1.72,1.79,1.72-1.79c.39-.41.94-.41,1.33,0,.39.41.39.98,0,1.38l-1.88,1.79,1.72,1.79Z"/>'
}
}
);
TrashCloseFill.displayName = "TrashCloseFill";
var tags = ["TrashCloseFill", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
TrashCloseFill,
tags
});
//# sourceMappingURL=TrashCloseFill.js.map