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.

14 lines 1.54 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; const EarSlash = props => /*#__PURE__*/React.createElement(Svg, _extends({ fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size }, props), /*#__PURE__*/React.createElement(Path, { d: "M216.88 207.93a12 12 0 1 1-17.76 16.14l-33.35-36.68a28.4 28.4 0 0 1-5.77.61 28 28 0 0 1-28-28 46 46 0 0 1 .85-8.82l-35.77-39.35A12 12 0 0 1 76 104a52 52 0 0 1 1.75-13.43L65.52 77.11A67.7 67.7 0 0 0 60 104c0 25 7.58 32.3 16.35 40.76S96 163.71 96 188a32 32 0 0 0 32 32c9 0 16.19-3.7 22.75-11.64a12 12 0 0 1 18.5 15.28C158.09 237.15 144.21 244 128 244a56.06 56.06 0 0 1-56-56c0-14.09-4.63-18.56-12.31-26C49.13 151.86 36 139.19 36 104a91.3 91.3 0 0 1 12.25-45.88l-9.13-10a12 12 0 1 1 17.76-16.19ZM99.34 42.31A67.4 67.4 0 0 1 128 36a68.07 68.07 0 0 1 68 68 12 12 0 0 0 24 0A92 92 0 0 0 89.21 20.56a12 12 0 0 0 10.13 21.75m65.09 81a11.5 11.5 0 0 0 2.72.32 12 12 0 0 0 11.68-9.29A45.3 45.3 0 0 0 180 104a52.06 52.06 0 0 0-52-52c-1.7 0-3.42.08-5.11.25a12 12 0 0 0 2.33 23.89c.92-.09 1.86-.14 2.78-.14a28 28 0 0 1 28 28 21.7 21.7 0 0 1-.54 4.88 12 12 0 0 0 8.97 14.4Z" })); export default EarSlash; //# sourceMappingURL=EarSlash.js.map