@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 944 B
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} fillRule='evenodd' d='M4.537 20.002 6.539 18h13.653q.758 0 1.283-.525T22 16.192V4.808q0-.758-.525-1.283A1.75 1.75 0 0 0 20.192 3H4.808q-.758 0-1.283.525T3 4.808v14.546q0 .605.555.84t.982-.192M15.64 5.513c-.004-.017-.03-.017-.033 0a2.37 2.37 0 0 1-1.845 1.846c-.018.003-.018.029 0 .032.929.19 1.655.916 1.845 1.846.004.017.03.017.033 0 .19-.93.916-1.656 1.845-1.846.018-.003.018-.029 0-.032a2.37 2.37 0 0 1-1.845-1.846m-4.142 2.69c-.056-.27-.442-.27-.498 0a4.23 4.23 0 0 1-3.298 3.298c-.27.056-.27.442 0 .498a4.23 4.23 0 0 1 3.298 3.298c.056.27.442.27.498 0a4.23 4.23 0 0 1 3.298-3.298c.27-.056.27-.442 0-.498a4.23 4.23 0 0 1-3.298-3.298' clipRule='evenodd'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=ai-conversation-summary-fill.js.map