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.88 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 FlowerLotus = 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: "M249.3 119.63a19.5 19.5 0 0 0-12-9.2 76 76 0 0 0-18.38-2.43 92.2 92.2 0 0 0-3-42 20.15 20.15 0 0 0-23.44-13.57A88.4 88.4 0 0 0 166.3 62.8 98 98 0 0 0 140 32a20.07 20.07 0 0 0-24 0 98 98 0 0 0-26.3 30.8 88.4 88.4 0 0 0-26.15-10.38A20.15 20.15 0 0 0 40.11 66a92.2 92.2 0 0 0-3 42 76 76 0 0 0-18.41 2.43 19.5 19.5 0 0 0-12 9.2 20 20 0 0 0-2 15.31c3.55 13.16 14.4 38.16 47.14 57.72C84.16 212 112.76 212 128.08 212s43.76 0 76.07-19.34c32.74-19.56 43.59-44.56 47.14-57.72a20 20 0 0 0-1.99-15.31M64.16 172.05c-22.29-13.32-31.35-29.13-35-39.35a57.5 57.5 0 0 1 14.54-.46 134 134 0 0 0 8.55 17.69 142.5 142.5 0 0 0 19.59 26.32q-3.81-1.875-7.68-4.2M79 147.27c-2.1-3-4.12-6-6-9.29-15.63-27.28-14.16-49.04-11-61.22a69 69 0 0 1 18.5 8.57 124.2 124.2 0 0 0-4.5 33.84 127.6 127.6 0 0 0 3 28.1m49 38c-9.72-8.07-28-28.28-28-66.13 0-37.42 18-57.7 28-66.08 10 8.38 28 28.66 28 66.08 0 37.86-18.28 58.09-28 66.16Zm49-38a127.6 127.6 0 0 0 3-28.1 124.2 124.2 0 0 0-4.5-33.84 69 69 0 0 1 18.5-8.58c3.13 12.19 4.6 34-11.06 61.23-1.84 3.25-3.86 6.34-5.94 9.29m14.86 24.78c-2.56 1.53-5.09 2.91-7.58 4.16a142.5 142.5 0 0 0 19.51-26.28 134 134 0 0 0 8.55-17.69 57.5 57.5 0 0 1 14.54.46c-3.69 10.22-12.75 26.03-35.04 39.35Z" })); export default FlowerLotus; //# sourceMappingURL=FlowerLotus.js.map