UNPKG

@spark-ui/icons

Version:
64 lines (63 loc) 2.95 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/UnlockOutline.tsx var UnlockOutline_exports = {}; __export(UnlockOutline_exports, { UnlockOutline: () => UnlockOutline, tags: () => tags }); module.exports = __toCommonJS(UnlockOutline_exports); var import_react = __toESM(require("react")); var UnlockOutline = ({ 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": "UnlockOutline", ...{ ...title && { "data-title": title }, fill, stroke, ...props }, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m17.59,22H6.41c-1.33,0-2.41-1.07-2.41-2.38v-8.31c0-1.21.92-2.22,2.1-2.37v-1.1c0-1.56.61-3.03,1.73-4.13,1.12-1.11,2.59-1.74,4.2-1.71.77,0,1.52.15,2.24.44.72.3,1.36.73,1.91,1.28.39.39.39,1.02-.02,1.42-.4.38-1.04.38-1.43-.02-.36-.36-.77-.64-1.25-.83-.47-.19-.96-.27-1.48-.29-1.03,0-2.03.41-2.75,1.12-.72.72-1.14,1.69-1.14,2.72v1.07h9.48c1.33,0,2.41,1.07,2.41,2.38v8.31c0,1.32-1.08,2.38-2.41,2.38h0ZM6.41,10.93c-.21,0-.39.18-.39.38v8.31c0,.21.18.38.39.38h11.19c.21,0,.39-.17.39-.38v-8.31c0-.21-.18-.38-.39-.38H6.41Zm5.5,6.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"/>' } } ); UnlockOutline.displayName = "UnlockOutline"; var tags = ["UnlockOutline", ""]; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { UnlockOutline, tags }); //# sourceMappingURL=UnlockOutline.js.map