@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 955 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='M14.218 4.717H9.684v3.141L5.966 4.14a.54.54 0 0 1-.13-.188.6.6 0 0 1-.035-.221q0-.232.151-.415.15-.183.437-.183h9.458q.324 0 .556.232t.232.556a.54.54 0 0 1-.265.49q-.264.164-.523.306h-.046v7.5a.75.75 0 0 1-.234.56.78.78 0 0 1-.56.227.77.77 0 0 1-.558-.227.76.76 0 0 1-.231-.56zm-3.004 17.22v-5.904H6.95q-.459 0-.727-.313a1.03 1.03 0 0 1-.269-.686q0-.18.07-.363.071-.182.239-.35L8.1 12.546v-1.83l-5.97-5.978a.75.75 0 0 1 0-1.105.74.74 0 0 1 .547-.241q.315 0 .559.243L20.422 20.83a.78.78 0 0 1-.004 1.11.75.75 0 0 1-.552.234.77.77 0 0 1-.555-.242l-5.91-5.898h-.604v5.905q0 .333-.232.564a.77.77 0 0 1-.567.231.75.75 0 0 1-.56-.23.78.78 0 0 1-.224-.565M8.318 14.45h3.496l-2.13-2.13v.847z'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=keep-off.js.map