UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 874 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='M12.013 19.85q-3.28 0-5.573-2.292Q4.146 15.268 4.146 12T6.44 6.442Q8.734 4.15 12.013 4.15q1.97 0 3.55.806a8.1 8.1 0 0 1 2.717 2.26V4.938q0-.33.225-.558a.76.76 0 0 1 .563-.23.77.77 0 0 1 .566.23.76.76 0 0 1 .23.558v4.8a.77.77 0 0 1-.23.567.77.77 0 0 1-.567.23h-4.8a.778.778 0 0 1-.787-.796q0-.33.225-.559a.76.76 0 0 1 .563-.23h3.328A7 7 0 0 0 15.27 6.61q-1.432-.876-3.257-.877-2.63 0-4.456 1.819T5.73 12t1.827 4.448 4.456 1.819q1.8 0 3.336-.94a6.04 6.04 0 0 0 2.319-2.535.83.83 0 0 1 .435-.421.77.77 0 0 1 .598-.009.74.74 0 0 1 .437.423q.12.299-.02.602a7.67 7.67 0 0 1-2.882 3.255q-1.91 1.208-4.223 1.208'/> </Svg>); export default SvgComponent; //# sourceMappingURL=refresh.js.map