@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines • 867 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='M5.734 21.833q-.653 0-1.119-.465a1.53 1.53 0 0 1-.465-1.118V9.783q0-.653.465-1.118T5.734 8.2h9.4V5.96q0-1.305-.91-2.215-.911-.912-2.227-.912a3.03 3.03 0 0 0-1.985.707A3.06 3.06 0 0 0 8.93 5.313a.8.8 0 0 1-.302.472.86.86 0 0 1-.539.182.71.71 0 0 1-.574-.259.71.71 0 0 1-.158-.597q.297-1.648 1.59-2.755T12 1.25q1.97 0 3.344 1.375t1.374 3.347V8.2h1.55q.654 0 1.118.465t.465 1.118V20.25q0 .654-.465 1.118t-1.118.465zm0-1.583h12.533V9.783H5.734zm6.268-3.333q.784 0 1.341-.548t.557-1.317q0-.754-.558-1.345a1.78 1.78 0 0 0-1.343-.59q-.784 0-1.341.589-.558.59-.558 1.351 0 .762.559 1.31.558.55 1.343.55'/>
</Svg>);
export default SvgComponent;
//# sourceMappingURL=lock-open.js.map