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.002 4.002 0 0 0 3 3.874v4.252A4.002 4.002 0 0 0 6 22a4 4 0 0 0 1-7.874V9.874A4.007 4.007 0 0 0 9.874 7h2.134c1.212 0 2.121.063 2.812.208.682.144 1.084.354 1.347.603.535.507.833 1.497.833 3.865v2.45A4.002 4.002 0 0 0 18 22a4 4 0 0 0 1-7.874v-2.45c0-2.306-.23-4.155-1.458-5.317-.619-.586-1.406-.918-2.31-1.108C14.337 5.063 13.263 5 12.008 5H9.874A4.002 4.002 0 0 0 2 6Z" clipRule="evenodd" /></svg>;
export default SvgComponent;