UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 1.01 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='M10.762 15.408a.8.8 0 0 0 .298-.056.8.8 0 0 0 .259-.178l3.22-3.24a.73.73 0 0 0 .233-.555.77.77 0 0 0-.247-.562.77.77 0 0 0-.559-.23q-.323 0-.552.23l-2.65 2.65-2.833-2.817h1.237q.333 0 .565-.232a.77.77 0 0 0 .231-.563.76.76 0 0 0-.231-.56.77.77 0 0 0-.565-.228H5.935a.75.75 0 0 0-.56.231.77.77 0 0 0-.228.556v3.133q0 .334.228.565t.563.231.564-.231a.77.77 0 0 0 .229-.565v-1.304l3.47 3.488a.71.71 0 0 0 .561.237M3.781 19.85q-.64 0-1.112-.471a1.52 1.52 0 0 1-.472-1.112V5.733q0-.64.472-1.112A1.52 1.52 0 0 1 3.78 4.15h12.536q.629 0 1.105.471.475.471.475 1.112v5.1L21.131 7.6a.38.38 0 0 1 .433-.09q.25.095.25.357v8.27q0 .257-.25.352a.38.38 0 0 1-.433-.09l-3.234-3.232v5.1q0 .64-.475 1.112-.477.47-1.105.47zm0-1.583h12.533V5.733H3.781z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=missed-video-call.js.map