UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 1.02 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='M11.186 10.754h1.98v1.292q0 .146.117.193.116.048.231-.066l1.93-1.921a.4.4 0 0 0 .122-.29q0-.16-.121-.279L13.512 7.75q-.113-.105-.23-.06-.116.046-.116.192v1.289h-1.987q-1.204 0-2.042.84a2.79 2.79 0 0 0-.838 2.043V13.4a.75.75 0 0 0 .234.56.78.78 0 0 0 .56.227.77.77 0 0 0 .559-.227.76.76 0 0 0 .23-.56v-1.351q0-.54.375-.917.375-.378.928-.378M1.961 20.8a.77.77 0 0 1-.565-.232.77.77 0 0 1-.231-.563q0-.33.231-.56a.77.77 0 0 1 .565-.228h20.083q.324 0 .556.232.232.233.232.558a.76.76 0 0 1-.232.564.76.76 0 0 1-.556.229zm1.787-2.9a1.52 1.52 0 0 1-1.112-.471 1.52 1.52 0 0 1-.471-1.112V4.767q0-.641.471-1.112a1.52 1.52 0 0 1 1.112-.472h16.5q.64 0 1.112.472.471.47.471 1.112v11.55q0 .64-.47 1.112a1.52 1.52 0 0 1-1.113.47zm0-1.583h16.5V4.767H3.75z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=screen-share.js.map