UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 1.18 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='M4.734 21.833q-.64 0-1.112-.47a1.52 1.52 0 0 1-.472-1.113V5.383q0-.64.472-1.112a1.52 1.52 0 0 1 1.112-.47h1.5v-.847q0-.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.112v4.509a.75.75 0 0 1-.234.56.78.78 0 0 1-.56.227.77.77 0 0 1-.558-.228.76.76 0 0 1-.23-.564v-.02H4.733V20.25h6.812q.324 0 .556.233a.76.76 0 0 1 .232.558q0 .334-.232.563a.76.76 0 0 1-.556.23zm0-13.55h14.533v-2.9H4.734zm9.183 12.755v-1.9q0-.146.056-.287a.9.9 0 0 1 .177-.272l5.269-5.246q.223-.214.492-.315.27-.102.538-.101a1.438 1.438 0 0 1 1.047.433l.925.93q.21.217.312.483.1.267.1.537t-.105.549-.325.49L17.171 21.6a.9.9 0 0 1-.27.177.8.8 0 0 1-.288.056h-1.9a.77.77 0 0 1-.565-.23.77.77 0 0 1-.23-.566m1.463-.667h.946l3.062-3.083-.448-.475-.473-.45-3.087 3.058zm3.558-3.558-.475-.45.925.925z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=edit-calendar.js.map