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.13 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 Moped = 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: "M212 124c-1.22 0-2.43.06-3.62.16l-33.14-88.37A12 12 0 0 0 164 28h-32a12 12 0 0 0 0 24h23.68l30.23 80.6A44.3 44.3 0 0 0 171 152h-29.2l-22.56-60.21A12 12 0 0 0 108 84H28a12 12 0 0 0 0 24h4v2.92A60.14 60.14 0 0 0 0 164a12 12 0 0 0 12 12h4.74a44 44 0 0 0 86.52 0h65.48A44 44 0 1 0 212 124m-164 6.05a12 12 0 0 0 8-11.32V108h43.68l16.5 44H26.06A36 36 0 0 1 48 130.05M60 188a20 20 0 0 1-18.32-12h36.64A20 20 0 0 1 60 188m152 0a20 20 0 1 1 20-20 20 20 0 0 1-20 20" })); export default Moped; //# sourceMappingURL=Moped.js.map