@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 924 B
JavaScript
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='M3.517 16.3 1.2 14.001a.74.74 0 0 1-.234-.551.84.84 0 0 1 .233-.567 13.8 13.8 0 0 1 4.917-3.587A14.7 14.7 0 0 1 12 8.066q3.045 0 5.88 1.23 2.833 1.23 4.92 3.587.229.255.233.567a.74.74 0 0 1-.235.551L20.5 16.3a.86.86 0 0 1-.573.24.86.86 0 0 1-.595-.158L16.5 14.254a.8.8 0 0 1-.237-.275.8.8 0 0 1-.08-.358v-3.27a11.3 11.3 0 0 0-2.077-.534 13.4 13.4 0 0 0-2.09-.167q-1.05 0-2.11.167-1.059.165-2.073.533v3.267a.8.8 0 0 1-.077.352.74.74 0 0 1-.24.281l-2.852 2.137q-.286.21-.598.183a.84.84 0 0 1-.55-.27m2.65-5.3q-.887.442-1.715 1.063-.826.62-1.602 1.32l1.317 1.35 2-1.5zm11.6-.05v2.183l2.066 1.584 1.334-1.317a12 12 0 0 0-1.619-1.367 17 17 0 0 0-1.781-1.083'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=call-end.js.map