UNPKG

@spark-ui/icons

Version:
64 lines (63 loc) 3.02 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/IdentityFill.tsx var IdentityFill_exports = {}; __export(IdentityFill_exports, { IdentityFill: () => IdentityFill, tags: () => tags }); module.exports = __toCommonJS(IdentityFill_exports); var import_react = __toESM(require("react")); var IdentityFill = ({ 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": "IdentityFill", ...{ ...title && { "data-title": title }, fill, stroke, ...props }, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m21.5,5c-.33-.33-.67-.5-1.17-.5H3.67c-.5,0-.83.17-1.17.5s-.5.75-.5,1.17v11.67c0,.5.17.83.5,1.17s.67.5,1.17.5h16.67c.42,0,.83-.17,1.17-.5s.5-.75.5-1.17V6.17c0-.42-.17-.83-.5-1.17Zm-13.67,5.17c.25-.25.58-.42.92-.42s.67.17.92.42.42.58.42,1-.17.67-.42,1c-.25.25-.58.42-.92.42s-.67-.17-.92-.42-.42-.58-.42-1,.17-.75.42-1Zm3.92,5.17h-6v-.25c0-.25.08-.5.25-.75s.33-.42.58-.5c.42-.17.75-.25,1.17-.33.33-.08.75-.08,1.08-.08s.67,0,1,.08c.33.08.75.17,1.17.33.25.08.42.25.58.5.17.25.25.5.25.75v.25h-.08Zm6.25-1.67h-4c-.33,0-.58-.25-.58-.58s.25-.58.58-.58h4c.33,0,.58.25.58.58s-.25.58-.58.58Zm0-2.83h-4c-.33,0-.58-.25-.58-.58s.25-.58.58-.58h4c.33,0,.58.25.58.58s-.25.58-.58.58Z"/>' } } ); IdentityFill.displayName = "IdentityFill"; var tags = ["IdentityFill", ""]; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { IdentityFill, tags }); //# sourceMappingURL=IdentityFill.js.map