UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 695 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='M4.732 21.833q-.64 0-1.112-.471a1.52 1.52 0 0 1-.472-1.112V5.383q0-.64.472-1.112A1.52 1.52 0 0 1 4.732 3.8h1.5v-.846q0-.337.24-.58a.8.8 0 0 1 .585-.24q.35 0 .596.24a.78.78 0 0 1 .245.58V3.8h8.2v-.846q0-.337.241-.58a.8.8 0 0 1 .584-.24q.351 0 .596.24a.78.78 0 0 1 .246.58V3.8h1.5q.64 0 1.112.471.471.472.471 1.112V20.25q0 .64-.47 1.112a1.52 1.52 0 0 1-1.113.471zm0-1.583h14.533V9.867H4.732zm0-11.967h14.533v-2.9H4.732z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=calendar-today.js.map