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="M3.017 8c.15-4.088 1.382-5 5.96-5h6.047c4.578 0 5.81.913 5.96 5H3.017Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 8.976C3 4.055 4.055 3 8.976 3h6.048C19.945 3 21 4.055 21 8.976v6.048C21 19.945 19.945 21 15.024 21H8.976C4.055 21 3 19.945 3 15.024V8.976ZM21 8H3M9 8V3" /></svg>;
export default SvgComponent;