@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 2.99 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/AddImageFill.tsx
var AddImageFill_exports = {};
__export(AddImageFill_exports, {
AddImageFill: () => AddImageFill,
tags: () => tags
});
module.exports = __toCommonJS(AddImageFill_exports);
var import_react = __toESM(require("react"));
var AddImageFill = ({
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": "AddImageFill",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m6.5,11.72c-.42,0-.85-.34-.85-.84v-2.68h-2.8c-.42,0-.85-.42-.85-.84s.34-.84.85-.84h2.8v-2.85c0-.42.34-.84.85-.84.42,0,.85.34.85.84v2.85h2.8c.42,0,.85.42.85.84s-.34.84-.85.84h-2.8v2.68c0,.42-.34.84-.85.84Z"/><path fill-rule="evenodd" d="m19.95,9.72c.5,0,1.07.23,1.44.6h0c.36.35.6.84.6,1.43v7.39c0,.5-.23,1.07-.6,1.43-.35.35-.84.6-1.44.6H6.23c-.5,0-1.07-.23-1.44-.6-.36-.35-.6-.84-.6-1.43v-7.73c.25,1.13,1.3,1.83,2.32,1.83,1.45,0,2.38-1.19,2.38-2.35v-1.17h1.27c1.45,0,2.38-1.19,2.38-2.35,0-.03,0-.08,0-.08h3c.25,0,.49.12.64.32l1.65,2.12h2.14Zm-10.55,5.04c0,2.04,1.69,3.61,3.65,3.61s3.65-1.57,3.65-3.61-1.59-3.61-3.65-3.61-3.65,1.57-3.65,3.61Z"/>'
}
}
);
AddImageFill.displayName = "AddImageFill";
var tags = ["AddImageFill", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
AddImageFill,
tags
});
//# sourceMappingURL=AddImageFill.js.map