UNPKG

@spark-ui/icons

Version:
64 lines (63 loc) 2.8 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/UnlockFill.tsx var UnlockFill_exports = {}; __export(UnlockFill_exports, { UnlockFill: () => UnlockFill, tags: () => tags }); module.exports = __toCommonJS(UnlockFill_exports); var import_react = __toESM(require("react")); var UnlockFill = ({ 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": "UnlockFill", ...{ ...title && { "data-title": title }, fill, stroke, ...props }, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m17.59,8.92h-9.48v-1.07c0-1.03.4-1.99,1.14-2.72.73-.72,1.73-1.12,2.75-1.12.51.02,1.01.09,1.48.29.47.2.89.48,1.25.83.39.39,1.03.4,1.43.02.4-.38.4-1.02.02-1.42-.55-.55-1.2-.98-1.91-1.28-.72-.3-1.46-.43-2.26-.44-1.57,0-3.06.61-4.17,1.72-1.12,1.1-1.73,2.57-1.73,4.13v1.11c-1.18.15-2.1,1.14-2.1,2.35v8.31c0,1.32,1.08,2.38,2.41,2.38h11.19c1.33,0,2.41-1.07,2.41-2.38v-8.31c0-1.32-1.08-2.38-2.41-2.38h0Zm-5.68,8.85c-1.11,0-2.02-.9-2.02-2s.91-2,2.02-2,2.02.9,2.02,2-.91,2-2.02,2Z"/>' } } ); UnlockFill.displayName = "UnlockFill"; var tags = ["UnlockFill", ""]; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { UnlockFill, tags }); //# sourceMappingURL=UnlockFill.js.map