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.18 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 ShieldSlash = 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: "M56.88 31.93A12 12 0 0 0 36 40a20 20 0 0 0-8 16v56c0 54.29 26.32 87.22 48.4 105.29 23.71 19.39 47.44 26 48.44 26.29a12.1 12.1 0 0 0 6.32 0c1.35-.37 30-8.42 55.86-32.82l12.1 13.31a12 12 0 0 0 17.76-16.14ZM128 219.38a126.4 126.4 0 0 1-37.09-21.23C65.09 176.69 52 147.71 52 112V62.24L170.87 193A126 126 0 0 1 128 219.38M228 56v56a144 144 0 0 1-8.23 49.16 12 12 0 0 1-11.28 7.92 11.9 11.9 0 0 1-4.08-.72 12 12 0 0 1-7.2-15.37A120.3 120.3 0 0 0 204 112V60h-94.67a12 12 0 1 1 0-24H208a20 20 0 0 1 20 20" })); export default ShieldSlash; //# sourceMappingURL=ShieldSlash.js.map