UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

6 lines 980 B
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='M12.001 19.75q3.188-2.938 4.719-5.323 1.53-2.385 1.531-4.206 0-2.843-1.806-4.655t-4.446-1.812-4.443 1.812-1.805 4.655q0 1.821 1.556 4.206t4.694 5.323m-.004 1.542q-.284 0-.56-.098a1.4 1.4 0 0 1-.494-.302 48 48 0 0 1-2.213-2.136 23.6 23.6 0 0 1-2.202-2.608 16 16 0 0 1-1.687-2.906q-.673-1.513-.673-3.021 0-3.68 2.364-5.866 2.365-2.184 5.47-2.184t5.468 2.184q2.364 2.185 2.364 5.866 0 1.508-.672 3.02a16 16 0 0 1-1.688 2.907q-1.014 1.393-2.202 2.608a48 48 0 0 1-2.213 2.136q-.216.203-.497.302a1.7 1.7 0 0 1-.565.098m.006-9.505a1.73 1.73 0 0 0 1.267-.525 1.72 1.72 0 0 0 .527-1.264q0-.74-.529-1.267a1.74 1.74 0 0 0-1.269-.527 1.7 1.7 0 0 0-1.262.53 1.74 1.74 0 0 0-.523 1.268q0 .74.525 1.262.525.523 1.264.523'/> </Svg>); export default SvgComponent; //# sourceMappingURL=location-on.js.map