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.23 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 HandSwipeLeft = 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: "M256 56a12 12 0 0 1-12 12h-43l11.51 11.51a12 12 0 1 1-17 17l-32-32a12 12 0 0 1 0-17l32-32a12 12 0 1 1 17 17L201 44h43a12 12 0 0 1 12 12m-68 60a31.9 31.9 0 0 0-11.22 2A32 32 0 0 0 140 101V76a32 32 0 0 0-64 0v66.83A32 32 0 0 0 24.28 180l.12.2 25.31 42a12 12 0 0 0 20.56-12.4L45 167.92A8 8 0 0 1 58.92 160l.21.34 18.68 30A12 12 0 0 0 100 184V76a8 8 0 0 1 16 0v68a12 12 0 0 0 24 0v-12a8 8 0 0 1 16 0v20a12 12 0 0 0 24 0v-4a8 8 0 0 1 16 0v36c0 11.08-1.28 21.67-3.42 28.32a12 12 0 1 0 22.84 7.36c3-9.16 4.58-21.83 4.58-35.68v-36a32 32 0 0 0-32-32" })); export default HandSwipeLeft; //# sourceMappingURL=HandSwipeLeft.js.map