import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M12 3h3.024C19.945 3 21 4.055 21 8.976v6.048C21 19.945 19.945 21 15.024 21H12V3Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M21 8.976C21 4.055 19.945 3 15.024 3H8.976C4.055 3 3 4.055 3 8.976v6.048C3 19.945 4.055 21 8.976 21h6.048C19.945 21 21 19.945 21 15.024V8.976ZM12 3v18M3 12h9" /></svg>;
export default SvgComponent;