UNPKG

@spark-ui/icons

Version:
64 lines (63 loc) 3.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/VoiceOutline.tsx var VoiceOutline_exports = {}; __export(VoiceOutline_exports, { VoiceOutline: () => VoiceOutline, tags: () => tags }); module.exports = __toCommonJS(VoiceOutline_exports); var import_react = __toESM(require("react")); var VoiceOutline = ({ 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": "VoiceOutline", ...{ ...title && { "data-title": title }, fill, stroke, ...props }, dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + '<path fill-rule="evenodd" d="m12,4c-.66,0-1.29.26-1.76.72-.47.46-.73,1.09-.73,1.74v4.85c0,.65.26,1.28.73,1.74.47.46,1.1.72,1.76.72s1.29-.26,1.76-.72c.47-.46.73-1.09.73-1.74v-4.85c0-.65-.26-1.28-.73-1.74-.47-.46-1.1-.72-1.76-.72Zm-3.19-.69c.84-.84,1.99-1.31,3.19-1.31s2.34.47,3.19,1.31c.84.84,1.32,1.97,1.32,3.15v4.85c0,1.18-.47,2.32-1.32,3.15-.84.84-1.99,1.31-3.19,1.31s-2.34-.47-3.19-1.31-1.32-1.97-1.32-3.15v-4.85c0-1.18.47-2.32,1.32-3.15Zm-3.8,7.69c.56,0,1.01.45,1.01,1,0,.69.13,1.37.4,2,.26.64.65,1.21,1.14,1.7.49.49,1.07.87,1.71,1.13.64.26,1.33.4,2.02.39h1.4c.69,0,1.38-.13,2.02-.39.64-.26,1.22-.65,1.71-1.13.49-.49.88-1.06,1.14-1.7.26-.64.4-1.32.4-2,0-.55.45-1,1.01-1,.56,0,1.01.45,1.01,1,0,.95-.19,1.89-.55,2.77-.37.88-.9,1.68-1.58,2.35s-1.48,1.2-2.37,1.57c-.79.32-1.63.51-2.48.54v1.78c0,.55-.45,1-1.01,1s-1.01-.45-1.01-1v-1.78c-.85-.03-1.69-.22-2.48-.54-.89-.36-1.69-.9-2.37-1.57-.68-.67-1.22-1.47-1.58-2.35-.37-.88-.55-1.82-.55-2.77,0-.55.45-1,1.01-1Z"/>' } } ); VoiceOutline.displayName = "VoiceOutline"; var tags = ["VoiceOutline", ""]; // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { VoiceOutline, tags }); //# sourceMappingURL=VoiceOutline.js.map