UNPKG

@vuduc0801/react-native-phosphor-icons

Version:

Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.

18 lines (17 loc) 919 B
"use strict"; /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; import { jsx as _jsx } from "react/jsx-runtime"; const UserSound = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M152.5 164.53a72 72 0 1 0-89 0 124.1 124.1 0 0 0-48.69 35.75 12 12 0 0 0 18.38 15.44C46.88 199.42 71 180 108 180s61.12 19.42 74.81 35.72a12 12 0 1 0 18.38-15.44 124 124 0 0 0-48.69-35.75M60 108a48 48 0 1 1 48 48 48.05 48.05 0 0 1-48-48m192 0a143.1 143.1 0 0 1-11.61 56.73 12 12 0 1 1-22-9.46 120.48 120.48 0 0 0 0-94.54 12 12 0 1 1 22-9.46A143.1 143.1 0 0 1 252 108m-45-43.24a108.26 108.26 0 0 1 0 86.48 12 12 0 0 1-22-9.62 84.35 84.35 0 0 0 0-67.24 12 12 0 1 1 22-9.62" }) }); export default UserSound; //# sourceMappingURL=UserSound.js.map