@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.36 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='M18.75 21.833q-2.893 0-5.863-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-.457.31-.768.31-.31.773-.31h3.567q.35 0 .598.235T7.749 5l.666 3.194q.043.335-.026.616a1 1 0 0 1-.26.477L5.704 11.75q.603 1.041 1.304 1.953.702.91 1.546 1.735a17 17 0 0 0 1.818 1.626A16 16 0 0 0 12.4 18.4l2.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.31M4.92 10.283l1.9-1.916-.537-2.617H3.77q.059 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-.521zm-.842-15.4a.77.77 0 0 1-.565-.232.77.77 0 0 1-.23-.562q0-.33.23-.56a.77.77 0 0 1 .565-.23h8q.324 0 .556.234.232.232.232.557a.76.76 0 0 1-.232.564.76.76 0 0 1-.556.229zm0 3.5a.77.77 0 0 1-.565-.232.77.77 0 0 1-.23-.562q0-.33.23-.56a.77.77 0 0 1 .565-.23h8q.324 0 .556.233a.76.76 0 0 1 .232.558.76.76 0 0 1-.232.564.76.76 0 0 1-.556.229zm0 3.5a.77.77 0 0 1-.565-.232.77.77 0 0 1-.23-.562q0-.33.23-.56a.77.77 0 0 1 .565-.23h8q.324 0 .556.233a.76.76 0 0 1 .232.558.76.76 0 0 1-.232.564.76.76 0 0 1-.556.229z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=call-log.js.map