UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

13 lines 1.18 kB
import Svg, { Mask, Path, G } from "react-native-svg"; const SvgComponent = ({ height, width, color }) => (<Svg width={width} height={height} fill='none' viewBox='0 0 24 24'> <Mask id='prefix__a' width={24} height={24} x={0} y={0} maskUnits='userSpaceOnUse' style={{ maskType: "alpha", }}> <Path fill='#D9D9D9' d='M0 0h24v24H0z'/> </Mask> <G mask='url(#prefix__a)'> <Path fill={color} fillRule='evenodd' d='M3.265 18.975q.525.525 1.283.525h11.385q.757 0 1.282-.525t.525-1.283v-4.577l2.746 2.746q.221.222.497.111.276-.11.276-.422v-7.1q0-.311-.276-.422t-.497.11l-2.746 2.747V6.308q0-.758-.525-1.283a1.75 1.75 0 0 0-1.283-.525H4.548q-.758 0-1.283.525T2.74 6.308v11.384q0 .758.525 1.283m7.485-5.005H8.554l4.704-4.703a.72.72 0 0 0 .217-.527.72.72 0 0 0-.217-.527.7.7 0 0 0-.532-.213.73.73 0 0 0-.522.213L7.5 12.917V10.72a.73.73 0 0 0-.215-.534.73.73 0 0 0-.535-.216.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534v3.847q0 .384.26.643.26.26.644.26h3.846q.319 0 .534-.215a.73.73 0 0 0 .216-.534.73.73 0 0 0-.216-.535.73.73 0 0 0-.534-.216' clipRule='evenodd'/> </G> </Svg>); export default SvgComponent; //# sourceMappingURL=incoming-video-fill.js.map