UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.14 kB
"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 Hearing = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, React.createElement("path", { d: "M10 2a9 9 0 0 0-9 9h2a7 7 0 1 1 10.5 6.13l-.5.29v3.08a3 3 0 0 1-.9 2.15 4.19 4.19 0 0 1-4.63 1A4.09 4.09 0 0 1 5 20H3a6.1 6.1 0 0 0 3.67 5.51A5.71 5.71 0 0 0 9 26a6.58 6.58 0 0 0 4.48-1.89A4.93 4.93 0 0 0 15 20.5v-1.95A9 9 0 0 0 10 2z" }), React.createElement("path", { d: "M9.28 8.08A3 3 0 0 1 13 11h2a5 5 0 0 0-1.88-3.91 5.06 5.06 0 0 0-4.29-1 5 5 0 0 0-3.7 3.7 5 5 0 0 0 2.31 5.46A3.08 3.08 0 0 1 9 17.92V20h2v-2.08a5.05 5.05 0 0 0-2.54-4.34 3 3 0 0 1 .82-5.5zM20 22h-1v-2h1a1 1 0 0 0 1-1v-1h2v1a3 3 0 0 1-3 3z" }), React.createElement("path", { d: "M20 26h-1v-2h1a5 5 0 0 0 5-5v-1h2v1a7 7 0 0 1-7 7z" }), React.createElement("path", { d: "M20 30h-1v-2h1a9 9 0 0 0 9-9v-1h2v1a11 11 0 0 1-11 11z" })); exports.default = Hearing;