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) 1.17 kB
"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 PhoneTransfer = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(Path, { d: "M136 72a8 8 0 0 1 8-8h52.69l-18.35-18.34a8 8 0 0 1 11.32-11.32l32 32a8 8 0 0 1 0 11.32l-32 32a8 8 0 0 1-11.32-11.32L196.69 80H144a8 8 0 0 1-8-8m87.87 111.08A56.24 56.24 0 0 1 168 232C88.6 232 24 167.4 24 88a56.24 56.24 0 0 1 48.92-55.87 16 16 0 0 1 16.62 9.51l21.12 47.15v.12a16 16 0 0 1-1.27 15.09c-.18.27-.37.52-.57.77L88 129.45c7.49 15.22 23.41 31 38.83 38.51l24.34-20.71a8 8 0 0 1 .75-.56 16 16 0 0 1 15.18-1.4l.11.06 47.11 21.11a16 16 0 0 1 9.55 16.62m-15.87-2h-.11l-47-21.05-24.35 20.71a8 8 0 0 1-.74.56 16 16 0 0 1-15.75 1.14c-18.73-9-37.4-27.58-46.46-46.11a16 16 0 0 1 1-15.7 7 7 0 0 1 .57-.77L96 95.15l-21-47a.6.6 0 0 1 0-.12A40.2 40.2 0 0 0 40 88a128.14 128.14 0 0 0 128 128 40.21 40.21 0 0 0 40-34.93Z" }) }); export default PhoneTransfer; //# sourceMappingURL=PhoneTransfer.js.map