UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

20 lines 1.17 kB
import Svg, { Path, G, Defs, LinearGradient, Stop } from "react-native-svg"; const SvgComponent = ({ height, width, color }) => (<Svg width={width} height={height} fill='none' viewBox='0 0 32 32'> <Path fill='#fff' d='M0 4a4 4 0 0 1 4-4h24a4 4 0 0 1 4 4v24a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z'/> <G filter='url(#prefix__a)'> <Path fill='#8289AD' fillRule='evenodd' d='M7.333 2.667A2.133 2.133 0 0 0 5.199 4.8v22.4c0 1.178.955 2.134 2.134 2.134h17.333a2.133 2.133 0 0 0 2.133-2.134V9.333l-6.666-6.666z' clipRule='evenodd'/> </G> <G filter='url(#prefix__b)'> <Path fill='#fff' d='M16.567 22.667v-9.006h3.518v-.994h-8.167v.994h3.518v9.006z'/> </G> <Path fill='url(#prefix__c)' d='M26.176 8.708H20.76L26.8 14.75V9.333z'/> <Path fill='#CDCFDE' d='M22.267 9.333h4.534l-6.667-6.667V7.2c0 1.178.955 2.133 2.133 2.133'/> <Defs> <LinearGradient id='prefix__c' x1={20.76} x2={28.156} y1={8.608} y2={13.396} gradientUnits='userSpaceOnUse'> <Stop stopOpacity={0.2}/> <Stop offset={1} stopOpacity={0}/> </LinearGradient> </Defs> </Svg>); export default SvgComponent; //# sourceMappingURL=text-file-type.js.map