UNPKG

@spark-ui/icons

Version:
64 lines (63 loc) 2.67 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/BoxFill.tsx var BoxFill_exports = {}; __export(BoxFill_exports, { BoxFill: () => BoxFill, tags: () => tags }); module.exports = __toCommonJS(BoxFill_exports); var import_react = __toESM(require("react")); var BoxFill = ({ 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": "BoxFill", ...{ ...title && { "data-title": title }, fill, stroke, ...props }, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m2,9.69v9.87c0,.64.24,1.21.73,1.7.4.4,1.05.73,1.69.73h15.16c.64,0,1.21-.24,1.69-.73.4-.4.73-1.05.73-1.7v-9.87H2Zm12.01,6.88h3.46c.56,0,.96.4.96.97s-.4.97-.96.97h-3.46c-.56,0-.96-.4-.96-.97s.4-.97.96-.97Zm-3.06-14.58h-3.55c-.64.08-1.37.24-1.93.64-.56.32-.96.81-1.29,1.46l-1.78,3.36h8.56V2Zm8.79,2.11c-.32-.64-.81-1.13-1.37-1.54-.56-.4-1.29-.57-1.93-.57h-3.55v5.46h8.56l-1.71-3.36h0Z"/>' } } ); BoxFill.displayName = "BoxFill"; var tags = ["BoxFill", ""]; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { BoxFill, tags }); //# sourceMappingURL=BoxFill.js.map