@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.71 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 DribbbleLogo = 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: "M93.27 36.86a4 4 0 0 1 .82-7.19 103.94 103.94 0 0 1 88.66 9.95 4 4 0 0 1 1 5.87 153.3 153.3 0 0 1-41.89 37 169.4 169.4 0 0 0-48.59-45.63M127.58 90a153 153 0 0 0-56-46.91 3.94 3.94 0 0 0-4 .33 104.4 104.4 0 0 0-38.34 52 4 4 0 0 0 3 5.16A152.3 152.3 0 0 0 64 104a151 151 0 0 0 63.58-14m103.8 26.69a103.8 103.8 0 0 0-29.19-61.49 4 4 0 0 0-6 .34 169.2 169.2 0 0 1-45.69 40.4 167.7 167.7 0 0 1 13.55 29.9A167.6 167.6 0 0 1 208 120a169 169 0 0 1 19 1.07 4 4 0 0 0 4.38-4.35Zm-62.91 24.5a167.7 167.7 0 0 1 4.45 38.47 168 168 0 0 1-4.11 36.85 4 4 0 0 0 5.69 4.49 104.25 104.25 0 0 0 56.57-79.25 4 4 0 0 0-3.49-4.49 152.4 152.4 0 0 0-59.11 4Zm-19.64-10.45a151.8 151.8 0 0 0-12.39-27.21A167 167 0 0 1 64 120a168.4 168.4 0 0 1-34.88-3.65 4 4 0 0 0-4.81 3.56q-.31 4-.32 8.09a103.72 103.72 0 0 0 33 75.91 4 4 0 0 0 6.15-.92 169 169 0 0 1 85.69-72.22Zm-73.14 82.51a4 4 0 0 0 1.52 5.48 103.88 103.88 0 0 0 68.85 11.69 3.93 3.93 0 0 0 3.06-2.65 152.6 152.6 0 0 0 7.8-48.08 151.3 151.3 0 0 0-3.74-33.46 152.94 152.94 0 0 0-77.49 67.02"
}));
export default DribbbleLogo;
//# sourceMappingURL=DribbbleLogo.js.map