UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 1.03 kB
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.851 11.683V7.621a.76.76 0 0 0-.23-.558.76.76 0 0 0-.557-.23.77.77 0 0 0-.567.23.76.76 0 0 0-.229.558v4.375q0 .158.056.296a1 1 0 0 0 .161.258l3.482 3.572a.72.72 0 0 0 .576.249.83.83 0 0 0 .588-.25.78.78 0 0 0 .233-.571.8.8 0 0 0-.233-.578zm-.849 10.15a9.5 9.5 0 0 1-3.819-.777 10 10 0 0 1-3.128-2.113 10 10 0 0 1-2.11-3.128 9.5 9.5 0 0 1-.777-3.814q0-2.024.777-3.82a10 10 0 0 1 2.113-3.127 10 10 0 0 1 3.128-2.11A9.5 9.5 0 0 1 12 2.167q2.025 0 3.82.777a10 10 0 0 1 3.128 2.113q1.333 1.335 2.11 3.127A9.5 9.5 0 0 1 21.834 12a9.5 9.5 0 0 1-.777 3.82 10 10 0 0 1-2.112 3.127 10 10 0 0 1-3.128 2.11 9.5 9.5 0 0 1-3.815.777m-.005-1.583q3.401 0 5.827-2.423t2.427-5.823-2.427-5.827Q15.4 3.75 12.002 3.75q-3.405 0-5.827 2.427T3.751 12q0 3.405 2.423 5.827t5.823 2.423'/> </Svg>); export default SvgComponent; //# sourceMappingURL=schedule.js.map