@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.08 kB
JavaScript
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='M13.906 11.792 11.284 9.17h1.884V7.888q0-.146.117-.194.116-.048.229.056l1.931 1.932a.4.4 0 0 1 .123.289q0 .16-.121.279zm6.228 6.241-1.566-1.566h1.583v-11.6H6.968L5.384 3.283h14.767q.64 0 1.112.472.471.471.471 1.112v11.6q0 .649-.464 1.103-.464.455-1.136.463m-1.833 2.684H1.964a.77.77 0 0 1-.565-.232.77.77 0 0 1-.231-.563q0-.33.231-.56a.77.77 0 0 1 .565-.229h14.758l-1.083-1.083H3.868q-.64 0-1.112-.471a1.52 1.52 0 0 1-.472-1.112V4.79q0-.061.013-.086l-.82-.816a.77.77 0 0 1-.243-.566q0-.327.246-.568a.77.77 0 0 1 .563-.233q.33 0 .567.23l18.707 18.707a.78.78 0 0 1 .23.559.76.76 0 0 1-.233.554.78.78 0 0 1-.571.241.75.75 0 0 1-.562-.241zM9.884 12.3v1.104q0 .333-.232.565a.76.76 0 0 1-.558.231.76.76 0 0 1-.564-.231.77.77 0 0 1-.229-.565V12.05q0-.258.048-.55.048-.29.173-.559L3.868 6.279v10.188h10.183z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=stop-screen-share.js.map