UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

7 lines 948 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='M3.78 19.85q-.64 0-1.111-.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.534V5.733H3.781z'/> <Path fill={color} d='M10.922 9.5H8.726a.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534q0-.32.215-.534A.73.73 0 0 1 8.726 8h3.846q.383 0 .644.26.26.26.26.644v3.846q0 .319-.216.534a.73.73 0 0 1-.534.216.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534v-2.196l-4.704 4.704a.73.73 0 0 1-.522.212.7.7 0 0 1-.532-.212.72.72 0 0 1-.217-.527q0-.31.217-.527z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=outgoing-video.js.map