@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 840 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='M19.751 20.833q-2.892 0-5.862-1.368-2.97-1.37-5.467-3.886-2.517-2.496-3.885-5.462-1.37-2.967-1.369-5.872 0-.458.31-.768t.773-.31h3.567q.35 0 .598.235T8.75 4l.666 3.194q.042.336-.026.617a1 1 0 0 1-.26.476L6.705 10.75q.605 1.041 1.305 1.953.702.91 1.545 1.735.859.882 1.82 1.626.96.742 2.026 1.336l2.384-2.417q.23-.246.523-.337t.593-.046l3.081.649q.37.089.611.38a1 1 0 0 1 .241.654v3.467q0 .464-.309.774a1.05 1.05 0 0 1-.774.31M5.922 9.283l1.9-1.916-.538-2.617H4.772q.058 1.025.33 2.142.27 1.116.82 2.391m8.967 8.867q.987.459 2.128.742 1.14.283 2.234.341v-2.516l-2.466-.521z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=call.js.map