UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 753 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Speech = (props) => React.createElement("svg", { className: "lucide lucide-speech", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M8.8 20v-4.1l1.9.2a2.3 2.3 0 002.164-2.1V8.3A5.37 5.37 0 002 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 01.029 2.758L2 20M19.8 17.8a7.5 7.5 0 00.003-10.603M17 15a3.5 3.5 0 00-.025-4.975" })); exports.default = Speech;