@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.14 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='M11.998 16.917q.37 0 .612-.239a.82.82 0 0 0 .241-.608q0-.37-.239-.612a.82.82 0 0 0-.608-.241q-.37 0-.611.239a.82.82 0 0 0-.242.608q0 .37.239.611.24.242.608.242m.065-3.8q.33 0 .559-.232a.77.77 0 0 0 .23-.564V7.754a.76.76 0 0 0-.234-.555.76.76 0 0 0-.557-.232.76.76 0 0 0-.564.232.76.76 0 0 0-.229.555v4.567q0 .333.232.565a.77.77 0 0 0 .563.23m-.056 8.716a9.5 9.5 0 0 1-3.828-.777 10 10 0 0 1-3.124-2.113 10 10 0 0 1-2.11-3.125 9.5 9.5 0 0 1-.777-3.825q0-2.038.777-3.83A9.9 9.9 0 0 1 5.058 5.04a10 10 0 0 1 3.125-2.102 9.55 9.55 0 0 1 3.826-.772q2.037 0 3.83.775a9.9 9.9 0 0 1 3.121 2.104 9.9 9.9 0 0 1 2.102 3.122 9.6 9.6 0 0 1 .772 3.827 9.6 9.6 0 0 1-.773 3.827 9.9 9.9 0 0 1-2.104 3.122 10 10 0 0 1-3.123 2.11q-1.793.78-3.827.78m.002-1.583q3.43 0 5.836-2.414t2.406-5.844-2.402-5.836-5.847-2.406q-3.421 0-5.836 2.403T3.75 12q0 3.42 2.414 5.836Q8.58 20.25 12.01 20.25'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=error.js.map