@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.12 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 Asclepius = 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 79v1a40 40 0 0 1-40 40h-40v80h8a16 16 0 0 0 10.67-27.93 8 8 0 0 1 10.66-11.92A32 32 0 0 1 144 216h-8v16a8 8 0 0 1-16 0v-16H96a8 8 0 0 1 0-16h24v-80H96a16 16 0 0 0 0 32 8 8 0 0 1 0 16 32 32 0 0 1 0-64h24V24a8 8 0 0 1 16 0v80h40a24 24 0 0 0 24-24v-1a23 23 0 0 0-23-23h-17a8 8 0 0 1 0-16h17a39 39 0 0 1 39 39M56 96H32a8 8 0 0 1-8-8v-8a40 40 0 0 1 40-40h32a8 8 0 0 1 0 16 40 40 0 0 1-40 40m24-40H64a24 24 0 0 0-24 24h16a24 24 0 0 0 24-24"
}));
export default Asclepius;
//# sourceMappingURL=Asclepius.js.map