/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const PhoneOutgoing = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M143.52 112.48a12 12 0 0 1 0-17L171 68h-11a12 12 0 0 1 0-24h40a12 12 0 0 1 12 12v40a12 12 0 0 1-24 0V85l-27.51 27.51a12 12 0 0 1-17 0Zm84.33 71.1A60.27 60.27 0 0 1 168 236C86.39 236 20 169.61 20 88a60.27 60.27 0 0 1 52.42-59.85A20.05 20.05 0 0 1 93.2 40l21.11 47.13a1.4 1.4 0 0 0 .08.18 20 20 0 0 1-1.66 18.83 11 11 0 0 1-.85 1.15L92.82 130c7.06 12.84 20.5 26.16 33.49 33.21l22.31-19a13 13 0 0 1 1.12-.84 19.91 19.91 0 0 1 19-1.74l.18.08L216 162.8a20.06 20.06 0 0 1 11.85 20.78m-24.31-.06-42-18.81-22.43 19.07a12 12 0 0 1-1.11.85 20 20 0 0 1-19.69 1.37c-19.48-9.4-38.89-28.68-48.31-48a20 20 0 0 1 1.28-19.64 11 11 0 0 1 .86-1.15L91.3 94.5l-18.82-42A36.29 36.29 0 0 0 44 88a124.15 124.15 0 0 0 124 124 36.29 36.29 0 0 0 35.54-28.48" /></Svg>;
export default PhoneOutgoing;