@spark-ui/icons
Version:
spark-ui icons
23 lines (22 loc) • 1.12 kB
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
require("../chunk-8l464Juk.js");
require("react");
let react_jsx_runtime = require("react/jsx-runtime");
//#region src/icons/FlashOutline.tsx
var FlashOutline = ({ title, fill = "currentColor", stroke = "none", ref, ...props } = {}) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", {
ref,
viewBox: "0 0 24 24",
xmlns: "http://www.w3.org/2000/svg",
"data-title": "FlashOutline",
...title && { "data-title": title },
fill,
stroke,
...props,
dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path fill-rule=\"evenodd\" d=\"m12.7,2.56c.86-1.13,2.63-.4,2.48,1.02l-.54,5.12h3.48c1.15,0,1.8,1.35,1.1,2.28l-7.91,10.47c-.86,1.13-2.63.4-2.48-1.02l.54-5.12h-3.48c-1.15,0-1.8-1.35-1.1-2.28L12.7,2.56Zm.31,2.86l-5.96,7.89h2.95c.83,0,1.47.73,1.38,1.57l-.39,3.7,5.96-7.89h-2.95c-.83,0-1.47-.73-1.38-1.57l.39-3.7Z\"/>" }
});
FlashOutline.displayName = "FlashOutline";
var tags = ["FlashOutline", ""];
//#endregion
exports.FlashOutline = FlashOutline;
exports.tags = tags;
//# sourceMappingURL=FlashOutline.js.map