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.09 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 DropHalf = 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: "M134.88 6.17a12 12 0 0 0-13.76 0 259 259 0 0 0-42.18 39C50.85 77.43 36 111.63 36 144a92 92 0 0 0 184 0c0-77.36-81.64-135.4-85.12-137.83M194.08 160H140v-16h56a68 68 0 0 1-1.92 16M140 120v-16h47a115 115 0 0 1 5.68 16Zm19.3-58.71A197 197 0 0 1 173.68 80H140V41.46a244 244 0 0 1 19.3 19.83M60 144c0-33.31 20-63.37 36.7-82.71A244 244 0 0 1 116 41.46v169.46A68.1 68.1 0 0 1 60 144m80 66.92V184h42.94A68 68 0 0 1 140 210.92" })); export default DropHalf; //# sourceMappingURL=DropHalf.js.map