import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M2 6a4 4 0 1 1 5 3.874v4.252A4.007 4.007 0 0 1 9.874 17h2.134c1.212 0 2.121-.063 2.812-.208.682-.144 1.084-.354 1.347-.603.535-.507.833-1.497.833-3.865v-2.45A4.002 4.002 0 0 1 18 2a4 4 0 0 1 1 7.874v2.45c0 2.306-.23 4.155-1.458 5.317-.619.586-1.406.918-2.31 1.108-.895.189-1.969.251-3.224.251H9.874A4.002 4.002 0 0 1 2 18a4.002 4.002 0 0 1 3-3.874V9.874A4.002 4.002 0 0 1 2 6Z" clipRule="evenodd" /></svg>;
export default SvgComponent;