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.

18 lines (17 loc) 688 B
"use strict"; /* Generated code. Do not edit.*/ import * as React from "react"; import Svg, { Path } from "react-native-svg"; import { jsx as _jsx } from "react/jsx-runtime"; const PaperPlane = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "m241.42 198.2-.06-.09L145.3 30.17a20 20 0 0 0-34.82 0L14.58 198.2a20 20 0 0 0 24.06 28.65L128 196.67l89.36 30.18a20 20 0 0 0 6.69 1.15 20 20 0 0 0 17.37-29.8M140 175.39V120a12 12 0 0 0-24 0v55.39l-75.28 25.43 87.17-152.76 87.37 152.75Z" }) }); export default PaperPlane; //# sourceMappingURL=PaperPlane.js.map