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='M9 15.788h6q.332 0 .564-.228a.76.76 0 0 0 .231-.56V9a.77.77 0 0 0-.231-.565.77.77 0 0 0-.565-.23H9a.76.76 0 0 0-.56.23.78.78 0 0 0-.227.565v6q0 .333.227.56a.76.76 0 0 0 .56.227m3.005 6.045a9.5 9.5 0 0 1-3.828-.777 10 10 0 0 1-3.124-2.113 10 10 0 0 1-2.11-3.125 9.5 9.5 0 0 1-.777-3.825q0-2.038.777-3.83A9.9 9.9 0 0 1 5.056 5.04 10 10 0 0 1 8.18 2.939a9.55 9.55 0 0 1 3.826-.772q2.037 0 3.83.775a9.9 9.9 0 0 1 3.122 2.104 9.9 9.9 0 0 1 2.1 3.122 9.6 9.6 0 0 1 .773 3.827 9.6 9.6 0 0 1-.773 3.827 9.9 9.9 0 0 1-2.104 3.122 10 10 0 0 1-3.123 2.11q-1.793.78-3.827.78m.002-1.583q3.43 0 5.836-2.414t2.406-5.844-2.402-5.836T12 3.75q-3.421 0-5.836 2.403T3.749 12q0 3.42 2.414 5.836 2.415 2.415 5.844 2.414'/> </Svg>); export default SvgComponent; //# sourceMappingURL=stop-circle.js.map