@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 917 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='M11.999 15.713a.8.8 0 0 1-.296-.056.75.75 0 0 1-.256-.186l-3.633-3.633a.73.73 0 0 1-.227-.557.79.79 0 0 1 .795-.787.76.76 0 0 1 .561.231l2.27 2.28v-8.05q0-.326.229-.557a.76.76 0 0 1 .562-.231q.335 0 .564.231.23.231.229.556v8.05l2.28-2.279a.71.71 0 0 1 .55-.223q.32.01.56.236a.78.78 0 0 1 .22.562.76.76 0 0 1-.227.554l-3.616 3.617a.8.8 0 0 1-.267.185.8.8 0 0 1-.298.057m-6.248 4.12a1.52 1.52 0 0 1-1.112-.47 1.52 1.52 0 0 1-.471-1.113V15.7q0-.333.232-.564a.77.77 0 0 1 .567-.231q.325 0 .555.23.23.232.23.565v2.55h12.5V15.7q0-.333.231-.564a.77.77 0 0 1 .567-.231q.326 0 .555.23a.77.77 0 0 1 .23.565v2.55q0 .642-.471 1.113a1.52 1.52 0 0 1-1.113.47z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=download.js.map