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 d="M2.002 10a29.14 29.14 0 0 0-.002.312v5.376c0 1.116.059 2.082.239 2.892.182.822.503 1.545 1.07 2.112.566.566 1.289.887 2.11 1.07.811.18 1.777.238 2.893.238h7.376c1.116 0 2.082-.058 2.892-.239.822-.182 1.545-.503 2.112-1.07.566-.566.887-1.289 1.07-2.11.18-.811.238-1.777.238-2.893v-5.376c0-.105 0-.21-.002-.312H2.002ZM5 4.347V3a1 1 0 1 1 2 0v1.035C7.41 4.01 7.848 4 8.312 4h7.376c.463 0 .9.01 1.312.035V3a1 1 0 1 1 2 0v1.347c.649.193 1.224.494 1.691.961.567.567.888 1.29 1.07 2.112.041.185.076.378.105.58H2.133c.03-.202.064-.395.106-.58.182-.822.503-1.545 1.07-2.112.467-.467 1.042-.768 1.69-.96Z" /></svg>;
export default SvgComponent;