@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.31 kB
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='M15.515 9.539h2.197q.318 0 .534.215a.73.73 0 0 1 .216.535q0 .318-.216.534a.73.73 0 0 1-.534.216h-3.847a.87.87 0 0 1-.643-.26.87.87 0 0 1-.26-.644V6.289q0-.32.215-.535a.73.73 0 0 1 .535-.215q.318 0 .534.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.527zM19.44 20.5q-2.827 0-5.68-1.314t-5.242-3.709-3.704-5.242T3.5 4.56A1.03 1.03 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-.303.75t-.757.3M6.073 9.327l1.785-1.708a.18.18 0 0 0 .062-.106.23.23 0 0 0-.005-.125l-.434-2.234a.2.2 0 0 0-.067-.115A.2.2 0 0 0 7.289 5H5.15a.13.13 0 0 0-.135.135 12.8 12.8 0 0 0 1.058 4.192m8.7 8.642q.994.465 2.074.709t2.018.291a.13.13 0 0 0 .135-.135v-2.103a.2.2 0 0 0-.038-.125.2.2 0 0 0-.116-.068l-2.1-.427a.16.16 0 0 0-.1-.004.25.25 0 0 0-.092.062z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=phone-incoming.js.map