UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 847 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 HandMic = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.09 4.909a5.66 5.66 0 00-9.602 4.823l.029.196-5.72 6.632a2.25 2.25 0 00.112 3.06l.469.47a2.25 2.25 0 003.06.112l6.633-5.72.196.028a5.66 5.66 0 004.823-9.602zm-6.943 1.06a4.16 4.16 0 112.574 7.085l-3.777-3.777a4.15 4.15 0 011.203-3.308zM4.932 17.54l5.628-6.524 2.424 2.423-6.525 5.628a.75.75 0 01-1.02-.037l-.47-.469a.75.75 0 01-.037-1.02z", fill: "#323544" })); exports.default = HandMic;