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.53 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 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: "M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m83.13 96h-3.12a172.6 172.6 0 0 0-41.39 5.06A171 171 0 0 0 156 97.39a172.3 172.3 0 0 0 32.9-27.15A83.7 83.7 0 0 1 211.13 116M170 55.3a148.5 148.5 0 0 1-27 21.88 173.3 173.3 0 0 0-30.58-31.71A83.52 83.52 0 0 1 170 55.3m-84.46.27a149.2 149.2 0 0 1 35.9 32.87A147.7 147.7 0 0 1 64 100c-5 0-10-.26-14.94-.75a84.5 84.5 0 0 1 36.47-43.68ZM44 128c0-1.73.07-3.44.17-5.14A175 175 0 0 0 64 124a171.8 171.8 0 0 0 70.84-15.22 146 146 0 0 1 8.92 19.65 171 171 0 0 0-21.52 10.44 173 173 0 0 0-53.68 48.44A83.77 83.77 0 0 1 44 128m43.77 73.72a149 149 0 0 1 46.46-42.06 147 147 0 0 1 16-7.94 148.5 148.5 0 0 1 2.67 28 148.7 148.7 0 0 1-2.9 29.34 83.8 83.8 0 0 1-62.22-7.34Zm88.29-4.89c.56-5.68.86-11.4.86-17.14a172.6 172.6 0 0 0-3.72-35.54A148.9 148.9 0 0 1 208 140h3.11a84.07 84.07 0 0 1-35.05 56.83" })); export default DribbbleLogo; //# sourceMappingURL=DribbbleLogo.js.map