@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 3.12 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/CalendarDotOutline.tsx
var CalendarDotOutline_exports = {};
__export(CalendarDotOutline_exports, {
CalendarDotOutline: () => CalendarDotOutline,
tags: () => tags
});
module.exports = __toCommonJS(CalendarDotOutline_exports);
var import_react = __toESM(require("react"));
var CalendarDotOutline = ({
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": "CalendarDotOutline",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m15.25,14.14c-.8,0-1.45.62-1.45,1.39v1.46c0,.77.65,1.39,1.45,1.39h1.52c.8,0,1.45-.62,1.45-1.39v-1.46c0-.77-.65-1.39-1.45-1.39h-1.52Z"/><path fill-rule="evenodd" d="m8.74,3.11c0-.61-.52-1.11-1.16-1.11s-1.16.5-1.16,1.11v.58h-.61c-2.11,0-3.81,1.64-3.81,3.65v11c0,2.01,1.7,3.65,3.81,3.65h12.38c2.11,0,3.81-1.63,3.81-3.65V7.34c0-2.02-1.71-3.65-3.81-3.65h-.61v-.58c0-.61-.52-1.11-1.16-1.11s-1.16.5-1.16,1.11v.58h-6.51v-.58Zm-2.93,2.81h.61v.58c0,.61.52,1.11,1.16,1.11s1.16-.5,1.16-1.11v-.58h6.51v.58c0,.61.52,1.11,1.16,1.11s1.16-.5,1.16-1.11v-.58h.61c.83,0,1.49.64,1.49,1.42v1.43H4.32v-1.43c0-.79.67-1.43,1.49-1.43Zm-1.49,5.08h15.35v7.36c0,.79-.66,1.42-1.48,1.42H5.81c-.82,0-1.48-.64-1.48-1.43v-7.35Z"/>'
}
}
);
CalendarDotOutline.displayName = "CalendarDotOutline";
var tags = ["CalendarDotOutline", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
CalendarDotOutline,
tags
});
//# sourceMappingURL=CalendarDotOutline.js.map