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.02 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 BluetoothSlash = 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: "m221.92 210.62-160-176a8 8 0 0 0-11.84 10.76l70.84 77.93L59.2 169.6a8 8 0 1 0 9.6 12.8L120 144v80a8 8 0 0 0 12.8 6.4l50.83-38.12 26.45 29.1a8 8 0 1 0 11.84-10.76M136 208v-64l11.73 8.8 25.08 27.59ZM120 71.63V32a8 8 0 0 1 12.8-6.4l64 48a8 8 0 0 1 0 12.8l-33.53 25.15a8 8 0 0 1-9.6-12.8l25-18.75L136 48v23.63a8 8 0 0 1-16 0" })); export default BluetoothSlash; //# sourceMappingURL=BluetoothSlash.js.map