@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 911 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='M5.751 19.833q-.642 0-1.113-.47a1.52 1.52 0 0 1-.47-1.113V15.7q0-.333.232-.564a.77.77 0 0 1 .562-.232q.33 0 .56.232.23.231.23.564v2.55h12.5V15.7q0-.333.231-.564a.77.77 0 0 1 .563-.232q.33 0 .56.232a.77.77 0 0 1 .228.564v2.55q0 .643-.47 1.113-.471.47-1.113.47zm5.463-12.645L8.926 9.474a.71.71 0 0 1-.55.223.8.8 0 0 1-.552-.244.74.74 0 0 1-.229-.554.78.78 0 0 1 .235-.562l3.615-3.615a.9.9 0 0 1 .26-.183.7.7 0 0 1 .299-.06.7.7 0 0 1 .295.06q.136.06.265.18l3.633 3.634q.225.234.227.555a.74.74 0 0 1-.22.545.8.8 0 0 1-.567.236.76.76 0 0 1-.56-.232l-2.28-2.27v8.05q0 .333-.232.564a.77.77 0 0 1-.567.231.75.75 0 0 1-.56-.231.78.78 0 0 1-.224-.564z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=upload.js.map