@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 915 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='M2.101 12.933a.77.77 0 0 1-.237-.591.86.86 0 0 1 .262-.592.84.84 0 0 1 .592-.246.8.8 0 0 1 .592.246l3.833 3.85.3.3.3.3a.78.78 0 0 1 .246.583.82.82 0 0 1-.254.584l-.017.016a.83.83 0 0 1-.583.246.79.79 0 0 1-.584-.246zm9.75 2.659 8.884-8.884a.8.8 0 0 1 .591-.246.82.82 0 0 1 .592.255.84.84 0 0 1 .246.591.8.8 0 0 1-.246.592l-9.483 9.483a.8.8 0 0 1-.584.25.8.8 0 0 1-.583-.25l-4.45-4.45a.77.77 0 0 1-.233-.587.86.86 0 0 1 .25-.596.81.81 0 0 1 .596-.25q.346 0 .595.25zm5.342-7.684-4.758 4.759a.76.76 0 0 1-.58.233.85.85 0 0 1-.587-.25.81.81 0 0 1-.25-.596q0-.346.25-.596l4.742-4.741a.8.8 0 0 1 .587-.242q.346 0 .596.242.25.25.25.595 0 .347-.25.596'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=done-all.js.map