UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 1.05 kB
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='M6.062 17.85 3.516 20.4q-.375.375-.862.175-.488-.2-.488-.73V3.734q0-.64.471-1.112A1.52 1.52 0 0 1 3.75 2.15h16.5q.64 0 1.112.471.471.472.471 1.112v12.534q0 .64-.47 1.112a1.52 1.52 0 0 1-1.113.471zm-.667-1.583h14.854V3.733H3.75v14.275zm1.5-2.334h6.15a.76.76 0 0 0 .556-.232.77.77 0 0 0 .231-.562.76.76 0 0 0-.231-.56.76.76 0 0 0-.556-.229h-6.15a.77.77 0 0 0-.564.233.76.76 0 0 0-.232.557q0 .335.232.564a.77.77 0 0 0 .564.23m0-3.133h10.217a.76.76 0 0 0 .556-.232.77.77 0 0 0 .231-.562.76.76 0 0 0-.232-.56.76.76 0 0 0-.555-.23H6.895a.77.77 0 0 0-.564.234.76.76 0 0 0-.232.557q0 .335.232.564.231.23.564.229m0-3.133h10.217a.76.76 0 0 0 .556-.232.77.77 0 0 0 .231-.563.76.76 0 0 0-.232-.56.76.76 0 0 0-.555-.229H6.895a.77.77 0 0 0-.564.233.76.76 0 0 0-.232.558q0 .334.232.564.231.229.564.229'/> </Svg>); export default SvgComponent; //# sourceMappingURL=chat.js.map