UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

7 lines 1.31 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='M19.468 4h.772a1.92 1.92 0 0 1 1.86 1.441l-5.408 5.408a.24.24 0 0 1-.136.068l-1.98.283a.24.24 0 0 1-.272-.272l.283-1.98a.24.24 0 0 1 .068-.135z'/> <Path fill={color} d='m17.347 4-3.753 3.752a1.74 1.74 0 0 0-.492.984l-.283 1.98a1.74 1.74 0 0 0 1.97 1.969l1.979-.283a1.74 1.74 0 0 0 .984-.492l4.408-4.408V17.92c0 1.06-.86 1.92-1.92 1.92H3.92A1.92 1.92 0 0 1 2 17.92v-3.89a.75.75 0 0 0 .403-.117l.183-.117c1-.637 3.135-1.996 3.746-2.345.102-.058.298-.127.542-.153.24-.026.464-.004.628.056.151.056.229.132.272.228.05.109.103.354-.02.83-.24.928-.487 1.997-.415 2.892.038.461.165.946.483 1.35.331.42.804.67 1.375.766 1.137.19 2.18-.482 2.91-1.116.768-.668 1.408-1.487 1.773-1.974a.75.75 0 1 0-1.2-.9c-.354.473-.915 1.184-1.557 1.741-.68.59-1.257.84-1.68.77-.27-.046-.382-.139-.443-.216-.072-.092-.142-.255-.165-.543-.05-.604.123-1.434.371-2.394.177-.684.17-1.304-.065-1.825-.242-.534-.674-.853-1.123-1.017a2.9 2.9 0 0 0-1.306-.14c-.402.044-.806.161-1.124.343-.604.345-2.53 1.569-3.588 2.242V5.92C2 4.86 2.86 4 3.92 4z'/> </Svg>); export default SvgComponent; //# sourceMappingURL=collaborative-whiteboard-fill.js.map