@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 935 B
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='M18.084 15.77q0 2.532-1.768 4.298-1.767 1.765-4.3 1.765T7.71 20.068t-1.775-4.301V6.483q0-1.806 1.266-3.061 1.268-1.255 3.05-1.255 1.787 0 3.05 1.26t1.263 3.056v8.788q0 1.058-.745 1.804a2.46 2.46 0 0 1-1.807.746 2.46 2.46 0 0 1-1.804-.74 2.46 2.46 0 0 1-.744-1.81v-8.3q0-.324.228-.556a.76.76 0 0 1 .562-.232q.335 0 .564.232.23.232.23.556v8.3q0 .4.28.683a.94.94 0 0 0 .694.284.9.9 0 0 0 .686-.284.95.95 0 0 0 .273-.683V6.483q-.004-1.15-.796-1.941-.79-.792-1.937-.792-1.146 0-1.938.793-.792.792-.792 1.94v9.28q-.004 1.878 1.31 3.183t3.192 1.304q1.867 0 3.174-1.304 1.308-1.305 1.307-3.18V6.972q0-.324.232-.556a.77.77 0 0 1 .563-.232q.33 0 .56.232.228.232.229.556z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=attach-file.js.map