UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 856 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 MicVocal = (props) => React.createElement("svg", { className: "lucide lucide-mic-vocal", 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: "M11 7.601l-5.994 8.19a1 1 0 00.1 1.298l.817.818a1 1 0 001.314.087L15.09 12" }), React.createElement("path", { d: "M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5" }), React.createElement("circle", { cx: "16", cy: "7", r: "5" })); exports.default = MicVocal;