UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 972 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 fill={color} d='M8.85 17.7h6.313a.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-.23H8.85a.75.75 0 0 0-.56.235.78.78 0 0 0-.227.56q0 .327.227.558a.76.76 0 0 0 .56.231m0-4.133h6.313a.76.76 0 0 0 .556-.232.77.77 0 0 0 .231-.563.76.76 0 0 0-.231-.56.76.76 0 0 0-.556-.229H8.85a.75.75 0 0 0-.56.234.78.78 0 0 0-.227.561q0 .327.227.558a.76.76 0 0 0 .56.23m-3.116 8.266q-.64 0-1.112-.471a1.52 1.52 0 0 1-.472-1.112V3.75q0-.64.472-1.112a1.52 1.52 0 0 1 1.112-.471h7.958q.323 0 .616.125.293.124.516.34l4.548 4.545q.225.223.351.517.127.294.127.619V20.25q0 .64-.47 1.112a1.52 1.52 0 0 1-1.113.471zm7.833-14.229V3.75H5.734v16.5h12.533V8.4h-3.904a.77.77 0 0 1-.565-.231.77.77 0 0 1-.23-.565'/> </Svg>); export default SvgComponent; //# sourceMappingURL=description.js.map