@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.16 kB
JavaScript
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 Log = 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 136a16 16 0 1 1-16-16 16 16 0 0 1 16 16m36 0c0 42.62-22.84 76-52 76H56c-29.16 0-52-33.38-52-76s22.84-76 52-76h35l36.48-36.49A12 12 0 0 1 136 20h32a12 12 0 0 1 0 24h-27l-16 16h75c29.16 0 52 33.38 52 76M56 188h105.77a83.3 83.3 0 0 1-9.09-20H80a12 12 0 0 1 0-24h68.27c-.18-2.63-.27-5.29-.27-8 0-20.3 5.19-38.5 13.77-52H56c-7.85 0-16.23 7.51-21.76 20H104a12 12 0 0 1 0 24H28.35a90 90 0 0 0-.35 8c0 30.64 14.76 52 28 52m172-52c0-30.64-14.76-52-28-52s-28 21.36-28 52 14.76 52 28 52 28-21.36 28-52"
}));
export default Log;
//# sourceMappingURL=Log.js.map