@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 3.38 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/FireOutline.tsx
var FireOutline_exports = {};
__export(FireOutline_exports, {
FireOutline: () => FireOutline,
tags: () => tags
});
module.exports = __toCommonJS(FireOutline_exports);
var import_react = __toESM(require("react"));
var FireOutline = ({
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": "FireOutline",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m16.5,14.77c0-.55-.45-1-1.01-1s-1.01.45-1.01,1c0,.47-.19.92-.52,1.25-.33.33-.79.52-1.26.52-.56,0-1.01.45-1.01,1s.45,1,1.01,1c1.01,0,1.98-.4,2.69-1.1.71-.71,1.11-1.66,1.11-2.66Z"/><path fill-rule="evenodd" d="m10.53,2c-.28,0-.56.08-.8.22-.04.02-.07.05-.11.07-.26.21-.44.5-.5.83-.06.32,0,.65.17.93.78,1.34,1.24,2.9,1.25,4.35,0,1.07-.23,2.04-.73,2.82-.45-.5-.81-1.07-1.09-1.69-.11-.26-.33-.45-.6-.54-.27-.09-.56-.06-.81.07-1.03.57-1.88,1.4-2.47,2.41-.58,1.01-.88,2.16-.85,3.32h0c.04,1.01.28,1.99.71,2.9.43.9,1.04,1.71,1.79,2.38.75.67,1.63,1.18,2.58,1.51.94.32,1.94.46,2.94.4,2.45,0,4.42-.77,5.79-2.1,1.38-1.33,2.08-3.14,2.17-5.07.2-4.59-3.04-10.02-8.72-12.63-.23-.12-.48-.19-.74-.19Zm2.04,6.39c0-1.21-.26-2.46-.71-3.62,4.1,2.49,6.25,6.65,6.11,9.96-.07,1.52-.61,2.81-1.56,3.73-.94.91-2.38,1.53-4.41,1.53-.02,0-.04,0-.07,0-.74.05-1.48-.05-2.18-.29-.7-.24-1.34-.62-1.89-1.11-.55-.49-1-1.08-1.31-1.75-.31-.66-.49-1.38-.52-2.1-.02-.8.18-1.58.58-2.27.23-.39.51-.75.85-1.05.48.77,1.09,1.46,1.8,2.05.39.33.98.31,1.35-.04,1.43-1.34,1.98-3.19,1.97-5.03Z"/>'
}
}
);
FireOutline.displayName = "FireOutline";
var tags = ["FireOutline", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
FireOutline,
tags
});
//# sourceMappingURL=FireOutline.js.map