UNPKG

@spark-ui/icons

Version:
29 lines (28 loc) 1.19 kB
// src/icons/CalendarDotFill.tsx import React from "react"; var CalendarDotFill = ({ title, fill = "currentColor", stroke = "none", ref, ...props }) => /* @__PURE__ */ React.createElement( "svg", { ref, viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", "data-title": "CalendarDotFill", ...{ ...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="m7.58,2c.64,0,1.16.5,1.16,1.11v.58h6.51v-.58c0-.61.52-1.11,1.16-1.11s1.16.5,1.16,1.11v.58h.61c2.1,0,3.81,1.63,3.81,3.65v11.01c0,2.02-1.7,3.65-3.81,3.65H5.81c-2.11,0-3.81-1.64-3.81-3.65V7.34c0-2.02,1.71-3.65,3.81-3.65h.61v-.58c0-.61.52-1.11,1.16-1.11Zm12.09,9H4.32v7.35c0,.79.66,1.43,1.48,1.43h12.38c.82,0,1.48-.63,1.48-1.42v-7.36Z"/>' } } ); CalendarDotFill.displayName = "CalendarDotFill"; var tags = ["CalendarDotFill", ""]; export { CalendarDotFill, tags }; //# sourceMappingURL=chunk-B2Q22757.mjs.map