UNPKG

@spark-ui/icons

Version:
64 lines (63 loc) 3 kB
"use strict"; 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/UserCheckFill.tsx var UserCheckFill_exports = {}; __export(UserCheckFill_exports, { UserCheckFill: () => UserCheckFill, tags: () => tags }); module.exports = __toCommonJS(UserCheckFill_exports); var import_react = __toESM(require("react")); var UserCheckFill = ({ 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": "UserCheckFill", ...{ ...title && { "data-title": title }, fill, stroke, ...props }, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m9.23,2c-2.27,0-4.12,1.84-4.12,4.12s1.84,4.12,4.12,4.12,4.12-1.84,4.12-4.12-1.84-4.12-4.12-4.12Zm3.13,19.72l-2.27-1.7c-1.03-.77-1.24-2.24-.47-3.27.77-1.03,2.24-1.24,3.27-.47l1.27.95c.37.28.89.2,1.17-.17l.14-.19c.32-.43.43-.99.22-1.49-.05-.13-.11-.25-.17-.37-.29-.58-.68-1.15-1.24-1.55-1-.97-2.26-1.64-3.64-1.91-1.4-.28-2.85-.14-4.18.41-1.32.55-2.45,1.47-3.24,2.66-.79,1.19-1.22,2.58-1.22,4.01v2.08c0,.55.45,1,1,1h9.36Z"/><path fill-rule="evenodd" d="m21.6,12.58c.44.33.53.96.2,1.4l-5.71,7.62c-.16.21-.4.35-.66.39-.26.04-.53-.03-.74-.19l-3.81-2.85c-.44-.33-.53-.96-.2-1.4.33-.44.96-.53,1.4-.2l3.01,2.25,5.11-6.81c.33-.44.96-.53,1.4-.2Z"/>' } } ); UserCheckFill.displayName = "UserCheckFill"; var tags = ["UserCheckFill", ""]; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { UserCheckFill, tags }); //# sourceMappingURL=UserCheckFill.js.map