UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 1.01 kB
import Svg, { Path } from "react-native-svg"; const SvgComponent = ({ height, width, color }) => (<Svg width={width} height={height} fill='none' viewBox='0 0 24 24'> <Path fill={color} d='M19.44 20.5q-2.827 0-5.68-1.314t-5.246-3.709q-2.385-2.395-3.7-5.242Q3.5 7.386 3.5 4.56A1.034 1.034 0 0 1 4.55 3.5h3.262q.378 0 .668.247t.368.61L9.421 7.3q.06.41-.025.704-.084.293-.304.494l-2.31 2.248q.558 1.02 1.275 1.932a19 19 0 0 0 1.55 1.74 17.2 17.2 0 0 0 3.753 2.842l2.244-2.264a1.27 1.27 0 0 1 .568-.342q.334-.099.694-.048l2.776.565q.38.1.619.387.24.285.239.65v3.242q0 .45-.305.75t-.755.3M15.515 9.539h2.197q.318 0 .534.215a.73.73 0 0 1 .216.535.73.73 0 0 1-.216.534.73.73 0 0 1-.534.216h-3.847a.88.88 0 0 1-.645-.26.88.88 0 0 1-.259-.644V6.289q0-.32.216-.535a.73.73 0 0 1 .534-.215q.32 0 .535.215a.73.73 0 0 1 .215.535v2.196l4.704-4.704a.73.73 0 0 1 .523-.213.7.7 0 0 1 .531.213q.217.217.217.527a.72.72 0 0 1-.217.527z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=phone-incoming-fill.js.map