@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='M17.01 21.833a2.73 2.73 0 0 1-2-.825 2.73 2.73 0 0 1-.828-2.004q0-.215.121-.8l-7.274-4.25a3 3 0 0 1-.923.645 2.7 2.7 0 0 1-1.127.234 2.7 2.7 0 0 1-1.993-.823 2.73 2.73 0 0 1-.82-2.004q0-1.168.822-2.002a2.7 2.7 0 0 1 1.995-.833q.587 0 1.102.223.515.224.899.61l7.32-4.218a2.588 2.588 0 0 1-.121-.798q0-1.17.824-1.996a2.73 2.73 0 0 1 2.002-.825q1.17 0 1.997.825a2.72 2.72 0 0 1 .826 2q0 1.178-.825 2.003t-1.998.826q-.575 0-1.082-.217a2.9 2.9 0 0 1-.894-.6l-7.359 4.15a2.83 2.83 0 0 1 .046 1.595l7.328 4.222a2.9 2.9 0 0 1 .891-.588 2.7 2.7 0 0 1 1.075-.212q1.176 0 1.997.827a2.74 2.74 0 0 1 .822 2.005q0 1.176-.825 2.003a2.72 2.72 0 0 1-1.998.827m-.002-1.583q.534 0 .888-.354.353-.354.353-.888 0-.53-.356-.891a1.19 1.19 0 0 0-.882-.363 1.2 1.2 0 0 0-.892.365 1.23 1.23 0 0 0-.353.886 1.21 1.21 0 0 0 1.242 1.245m-12.025-7q.525 0 .885-.354t.36-.888q0-.53-.358-.891a1.2 1.2 0 0 0-.888-.363q-.524 0-.878.365a1.22 1.22 0 0 0-.355.886q0 .524.355.884t.88.361m12.025-7.012q.534 0 .888-.36.353-.359.353-.887t-.356-.885a1.2 1.2 0 0 0-.882-.356q-.538 0-.892.356a1.2 1.2 0 0 0-.353.882 1.22 1.22 0 0 0 1.242 1.25'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=share.js.map