UNPKG

@spark-ui/icons

Version:
64 lines (63 loc) 3.14 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/DownloadOutline.tsx var DownloadOutline_exports = {}; __export(DownloadOutline_exports, { DownloadOutline: () => DownloadOutline, tags: () => tags }); module.exports = __toCommonJS(DownloadOutline_exports); var import_react = __toESM(require("react")); var DownloadOutline = ({ 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": "DownloadOutline", ...{ ...title && { "data-title": title }, fill, stroke, ...props }, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path d="m11.36,15.89v-3.55c0-.54.44-.98.99-.98s.99.44.99.98v3.55l.42-.42c.39-.38,1.01-.38,1.4,0,.39.38.39,1,0,1.38l-2.12,2.08c-.1.1-.21.17-.33.21-.12.05-.24.07-.37.07-.26,0-.5-.1-.67-.26-.01,0-.02-.02-.03-.03l-2.11-2.08c-.39-.38-.39-1,0-1.38.39-.38,1.01-.38,1.4,0l.42.42Z"/><path fill-rule="evenodd" d="m13.33,2.22s.05.04.08.07l7.05,6.94s.05.06.08.09c.14.17.21.38.21.6v9.72c0,.63-.25,1.23-.7,1.67-.45.44-1.06.69-1.7.69H5.65c-.64,0-1.25-.25-1.7-.69-.45-.44-.7-1.04-.7-1.67V4.36c0-.63.25-1.23.7-1.67.45-.44,1.06-.69,1.7-.69h7.06c.23,0,.45.08.62.22Zm-7.97,1.86c.08-.08.19-.12.3-.12h6.06v5.97c0,.54.44.98.99.98h6.06v8.74c0,.11-.04.21-.12.29-.08.08-.19.12-.3.12H5.65c-.11,0-.22-.04-.3-.12s-.12-.18-.12-.29V4.36c0-.11.04-.21.12-.29Zm12.01,4.87h-3.67v-3.61l3.67,3.61Z"/>' } } ); DownloadOutline.displayName = "DownloadOutline"; var tags = ["DownloadOutline", ""]; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { DownloadOutline, tags }); //# sourceMappingURL=DownloadOutline.js.map