@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.21 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='M16.151 7.85h-2.304a.77.77 0 0 1-.564-.232.77.77 0 0 1-.232-.563q0-.33.232-.56a.77.77 0 0 1 .564-.228h2.304V3.954q0-.323.232-.556a.77.77 0 0 1 .563-.231q.33 0 .56.231.229.232.229.556v2.313h2.312q.324 0 .556.232.231.233.231.558a.76.76 0 0 1-.231.564.76.76 0 0 1-.556.229h-2.312v2.304q0 .333-.233.565a.76.76 0 0 1-.558.231.76.76 0 0 1-.563-.231.77.77 0 0 1-.23-.565zm3.6 12.983q-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.335-.026.616a1 1 0 0 1-.26.477L6.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=add-call.js.map