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.11 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 SubtitlesSlash = 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: "M48 128a12 12 0 0 1 12-12h16a12 12 0 0 1 0 24H60a12 12 0 0 1-12-12m168.88 79.93a12 12 0 1 1-17.76 16.14l-11-12.07H32a20 20 0 0 1-20-20V64a20 20 0 0 1 20-20h4.68a12 12 0 0 1 20.2-12.07ZM166.33 188l-10.91-12H60a12 12 0 0 1 0-24h73.6l-10.91-12H116a12 12 0 0 1-10.1-18.47L57.24 68H36v120ZM224 44H116.6a12 12 0 0 0 0 24H220v114.94a12 12 0 0 0 24 0V64a20 20 0 0 0-20-20m-28 96a12 12 0 0 0 0-24h-13.94a12 12 0 0 0 0 24Z" })); export default SubtitlesSlash; //# sourceMappingURL=SubtitlesSlash.js.map