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='M17.38 18.954h-2.213a.76.76 0 0 1-.56-.228.77.77 0 0 1-.227-.562.77.77 0 0 1 .227-.564.76.76 0 0 1 .56-.23h2.213v-2.203q0-.334.227-.565a.76.76 0 0 1 .563-.231q.334 0 .564.231.229.23.229.565v2.204h2.204q.333 0 .565.232a.77.77 0 0 1 .23.566.75.75 0 0 1-.23.56.78.78 0 0 1-.565.225h-2.204v2.213a.75.75 0 0 1-.232.56.78.78 0 0 1-.567.227.76.76 0 0 1-.56-.227.77.77 0 0 1-.224-.56zm-12.646.88q-.64 0-1.112-.472a1.52 1.52 0 0 1-.472-1.112V5.383q0-.64.472-1.112A1.52 1.52 0 0 1 4.734 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.8h6.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.112v6.138q0 .333-.232.564a.76.76 0 0 1-.558.232.76.76 0 0 1-.564-.232.77.77 0 0 1-.229-.564V9.867H4.734v8.383h6.846q.323 0 .555.233a.76.76 0 0 1 .232.558q0 .334-.232.563a.76.76 0 0 1-.555.23zm0-11.55h12.533v-2.9H4.734z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=calendar-add-on.js.map