@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 1.4 kB
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.236 21.342-3.52-3.488a9 9 0 0 1-1.818.494 12 12 0 0 1-1.897.152q-3.158 0-5.784-1.68a12.3 12.3 0 0 1-4.162-4.428 1.74 1.74 0 0 1 .01-1.784q.598-.994 1.27-1.924.674-.93 1.566-1.645L2.643 4.765a.72.72 0 0 1-.212-.514.72.72 0 0 1 .228-.54.72.72 0 0 1 .527-.217q.31 0 .526.218L20.29 20.289q.207.207.22.514a.7.7 0 0 1-.22.54.72.72 0 0 1-.527.216.72.72 0 0 1-.527-.217M12 15.577q.333 0 .636-.04.302-.039.591-.172l-5.092-5.092q-.123.289-.168.591-.045.303-.044.636 0 1.702 1.187 2.89 1.188 1.187 2.89 1.187m0-11.077q3.168 0 5.81 1.688a12.2 12.2 0 0 1 4.17 4.454 1.68 1.68 0 0 1 .186 1.307 1.5 1.5 0 0 1-.17.409 13 13 0 0 1-1.019 1.634 11.5 11.5 0 0 1-1.26 1.444.93.93 0 0 1-.738.287 1.1 1.1 0 0 1-.739-.337L16.145 13.3a.76.76 0 0 1-.205-.36.9.9 0 0 1 .005-.425 3.6 3.6 0 0 0 .133-1.015q0-1.702-1.187-2.89Q13.702 7.424 12 7.424a3.4 3.4 0 0 0-.996.143.86.86 0 0 1-.443.015.76.76 0 0 1-.376-.206l-.931-.93q-.428-.428-.284-.995.144-.568.72-.723.568-.116 1.143-.171Q11.408 4.5 12 4.5m1.937 5.112q.304.335.5.75.198.417.247.87.025.182-.135.252t-.301-.07l-2.146-2.137q-.14-.14-.062-.301a.27.27 0 0 1 .258-.16q.485.039.894.243t.745.553'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=visibility-off-fill.js.map