@spark-ui/icons
Version:
spark-ui icons
64 lines (63 loc) • 3.09 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/QuestionFill.tsx
var QuestionFill_exports = {};
__export(QuestionFill_exports, {
QuestionFill: () => QuestionFill,
tags: () => tags
});
module.exports = __toCommonJS(QuestionFill_exports);
var import_react = __toESM(require("react"));
var QuestionFill = ({
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": "QuestionFill",
...{ ...title && { "data-title": title }, fill, stroke, ...props },
dangerouslySetInnerHTML: {
__html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path fill-rule="evenodd" d="m12,2C6.48,2,2,6.48,2,12s4.48,10,10,10,10-4.48,10-10S17.52,2,12,2Zm.21,6.87c-.21-.04-.43-.02-.62.06-.2.08-.36.22-.48.4-.12.18-.18.39-.18.6,0,.55-.45,1-1,1s-1-.45-1-1c0-.61.18-1.2.52-1.71.34-.51.82-.9,1.38-1.13.56-.23,1.18-.29,1.78-.18.6.12,1.15.41,1.58.84.43.43.72.98.84,1.58.12.6.06,1.22-.18,1.78-.23.56-.63,1.04-1.13,1.38-.22.15-.46.27-.71.35v.55c0,.55-.45,1-1,1s-1-.45-1-1v-1.38c0-.55.45-1,1-1,.21,0,.42-.06.6-.18.18-.12.32-.29.4-.48s.1-.41.06-.62c-.04-.21-.14-.4-.29-.55-.15-.15-.34-.25-.55-.29Zm-.8,6.77c.17-.12.38-.18.59-.18.28,0,.55.12.75.32.2.2.31.47.32.75,0,.21-.06.42-.18.59-.12.17-.28.31-.48.39-.19.08-.41.1-.61.06-.21-.04-.4-.14-.54-.29-.15-.15-.25-.34-.29-.54-.04-.21-.02-.42.06-.61.08-.19.22-.36.39-.48Z"/>'
}
}
);
QuestionFill.displayName = "QuestionFill";
var tags = ["QuestionFill", ""];
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
QuestionFill,
tags
});
//# sourceMappingURL=QuestionFill.js.map