@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.2 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 WebhooksLogo = 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: "M192 180h-73.29a56 56 0 1 1-104.6-37.46 12 12 0 1 1 21.37 10.92A31.64 31.64 0 0 0 32 168a32 32 0 0 0 64 0 12 12 0 0 1 12-12h84a12 12 0 0 1 0 24m0-68a55.9 55.9 0 0 0-18.45 3.12l-35.33-57.41a12 12 0 0 0-20.44 12.58l40.94 66.52a12 12 0 0 0 16.52 3.93 32 32 0 1 1 19.68 59.13 12 12 0 0 0 1.08 23.95 10 10 0 0 0 1.09 0A56 56 0 0 0 192 112M57.71 178.22a12 12 0 0 0 16.51-3.93l40.94-66.52a12 12 0 0 0-3.92-16.51 32 32 0 1 1 45.28-41.8 12 12 0 1 0 21.37-10.92 56 56 0 1 0-88.79 65.78l-35.32 57.39a12 12 0 0 0 3.93 16.51"
}));
export default WebhooksLogo;
//# sourceMappingURL=WebhooksLogo.js.map