UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 964 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='M5.308 20.5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V5.308q0-.758.525-1.283T5.308 3.5h5.952q.318 0 .534.216a.73.73 0 0 1 .215.534.73.73 0 0 1-.215.535.73.73 0 0 1-.534.215H5.308a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v13.384q0 .116.096.212a.3.3 0 0 0 .212.096h5.952q.318 0 .534.215a.73.73 0 0 1 .215.535.73.73 0 0 1-.215.535.73.73 0 0 1-.534.215zm12.31-7.75H9.845a.73.73 0 0 1-.534-.216.73.73 0 0 1-.216-.534q0-.32.216-.534a.73.73 0 0 1 .534-.216h7.771l-1.923-1.923a.7.7 0 0 1-.212-.507.74.74 0 0 1 .212-.531.72.72 0 0 1 .527-.241.72.72 0 0 1 .543.225l3.094 3.094q.27.271.27.633 0 .361-.27.633l-3.094 3.094a.71.71 0 0 1-.53.22.75.75 0 0 1-.54-.236.73.73 0 0 1-.21-.534.74.74 0 0 1 .226-.52z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=logout.js.map