@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.37 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='M1.21 17.381q0-.85.431-1.54.43-.69 1.2-1.04 1.72-.776 3.2-1.137 1.478-.36 3.024-.36t3.013.36q1.468.361 3.186 1.136.771.35 1.211 1.04t.44 1.541v.819q0 .653-.465 1.118t-1.118.465H2.794q-.66 0-1.122-.465a1.53 1.53 0 0 1-.461-1.118zm20 2.402h-3.1q.159-.383.274-.77.114-.386.114-.813v-.817q0-1.41-.654-2.384-.654-.975-1.979-1.628 1.537.191 2.89.535 1.351.344 2.29.831.82.463 1.285 1.121.464.66.464 1.473v.865q0 .66-.465 1.123-.465.464-1.118.464M9.066 12q-1.62 0-2.677-1.056T5.332 8.267 6.388 5.59t2.677-1.057q1.62 0 2.677 1.057t1.056 2.677-1.056 2.677Q10.685 12 9.065 12m9.033-3.743q0 1.61-1.056 2.67t-2.677 1.06q-.255 0-.596-.042a3 3 0 0 1-.604-.13 4.4 4.4 0 0 0 .944-1.565 5.9 5.9 0 0 0 .323-1.986q0-1.08-.323-1.962a5.2 5.2 0 0 0-.944-1.602q.271-.084.596-.126a5 5 0 0 1 .604-.04q1.62 0 2.677 1.059t1.056 2.664M2.794 18.2h12.538v-.815q0-.364-.209-.69a1.3 1.3 0 0 0-.512-.474q-1.655-.755-2.9-1.044-1.246-.29-2.642-.29-1.4 0-2.662.29-1.262.289-2.909 1.044-.312.15-.508.476-.195.327-.196.686zm6.27-7.783q.922 0 1.536-.613.615-.614.615-1.536t-.613-1.537-1.535-.614-1.537.613-.615 1.535q0 .922.613 1.537t1.535.615'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=group.js.map