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.21 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 FootballHelmet = 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 156h-47.21l-4.73-16H216a12 12 0 0 0 12-12v-4A104 104 0 0 0 122.52 20C66 20.8 20 67.43 20 124a104 104 0 0 0 45.37 85.94 12 12 0 0 0 6.77 2.06H116a20 20 0 0 0 19.52-24.34q-.09-.41-.21-.81l-2-6.85h17.58l10 33.67A20.11 20.11 0 0 0 180 228h36a20 20 0 0 0 20-20v-32a20 20 0 0 0-20-20m-115.6-32.52a19.94 19.94 0 0 0-3.92 16.86q.09.41.21.81L110.61 188H76a80 80 0 0 1-32-64c0-43.48 35.39-79.36 78.86-80H124a80 80 0 0 1 79.61 72H116a19.94 19.94 0 0 0-15.6 7.48M126.14 156l-4.75-16H139l4.73 16ZM212 204h-29l-7.09-24H212Z" })); export default FootballHelmet; //# sourceMappingURL=FootballHelmet.js.map