@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.14 kB
JavaScript
import Svg, { Path } from "react-native-svg";
const SvgComponent = ({ height, width, color }) => (<Svg width={width} height={height} fill={color ?? "#none"} viewBox="0 0 24 24">
<Path fill={color ?? "#000"} d="m18.777 20.6-2.108-2.092H6.622q-.552 0-.937-.385a1.27 1.27 0 0 1-.385-.935v-.404q0-.529.274-.982a2.1 2.1 0 0 1 .766-.74q1.171-.68 2.449-1.07 1.275-.39 2.61-.448h.158q.081 0 .159.01L3.385 5.223a.6.6 0 0 1-.195-.45.66.66 0 0 1 .21-.47.64.64 0 0 1 .464-.207q.255 0 .455.208l15.375 15.39a.65.65 0 0 1 .205.454.6.6 0 0 1-.203.452.62.62 0 0 1-.455.208.64.64 0 0 1-.464-.208M6.6 17.208h8.77l-2.328-2.352q-.27-.02-.52-.034a9.93 9.93 0 0 0-3.109.326 9.5 9.5 0 0 0-2.384 1.002.9.9 0 0 0-.315.278.6.6 0 0 0-.114.356zm11.296-2.04q.222.14.358.34.136.202.177.46l-1.187-1.187.33.18q.165.09.322.206m-4.18-4.009-.975-.95q.481-.22.77-.662.29-.44.289-.964 0-.741-.526-1.266a1.73 1.73 0 0 0-1.264-.525q-.522 0-.963.29-.442.288-.664.77l-.95-.975a2.85 2.85 0 0 1 1.112-1.027q.69-.358 1.455-.358 1.298 0 2.199.901.9.9.901 2.2 0 .764-.358 1.454-.357.69-1.027 1.112"/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=person-off.js.map