@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 991 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='m19.626 10.933-4.142-4.158a.81.81 0 0 1-.25-.596q0-.346.25-.596a.82.82 0 0 1 .588-.241.8.8 0 0 1 .579.241l4.767 4.767q.132.133.187.275a.9.9 0 0 1 .054.308.9.9 0 0 1-.054.309.8.8 0 0 1-.187.275l-4.75 4.75a.8.8 0 0 1-.592.245.84.84 0 0 1-.592-.245.85.85 0 0 1-.262-.584.76.76 0 0 1 .237-.583zm-5.5.834H6.984q-1.416 0-2.358.941-.942.942-.942 2.359v3.1a.81.81 0 0 1-.833.833.81.81 0 0 1-.833-.833v-3.1q0-2.109 1.429-3.538Q4.876 10.1 6.984 10.1h7.142l-3.308-3.325a.81.81 0 0 1-.25-.596q0-.346.25-.596a.82.82 0 0 1 .587-.241.8.8 0 0 1 .58.241l4.766 4.767q.133.133.187.275a.9.9 0 0 1 .055.308.9.9 0 0 1-.055.309.8.8 0 0 1-.187.275L12 16.267a.8.8 0 0 1-.592.245.84.84 0 0 1-.591-.245.85.85 0 0 1-.263-.584.76.76 0 0 1 .238-.583z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=forward.js.map