UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 952 B
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 stroke={color} strokeWidth={1.5} 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-.192ZM16.013 6.51c-.003-.015-.024-.015-.027 0a1.89 1.89 0 0 1-1.476 1.476c-.014.003-.014.023 0 .026a1.89 1.89 0 0 1 1.476 1.476c.003.015.024.015.027 0a1.89 1.89 0 0 1 1.476-1.476c.014-.003.014-.023 0-.026a1.89 1.89 0 0 1-1.476-1.476Zm-5.314 2.151c-.044-.216-.354-.216-.398 0a3.39 3.39 0 0 1-2.639 2.639c-.216.044-.216.354 0 .398a3.39 3.39 0 0 1 2.639 2.639c.044.216.354.216.398 0a3.39 3.39 0 0 1 2.639-2.639c.216-.044.216-.354 0-.398a3.39 3.39 0 0 1-2.64-2.639Z' clipRule='evenodd'/> </Svg>); export default SvgComponent; //# sourceMappingURL=ai-conversation-summary.js.map