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="M17 3a2 2 0 0 1 2 2v14.054c0 1.535-1.659 2.498-2.992 1.736l-3.016-1.723a2 2 0 0 0-1.984 0L7.992 20.79C6.66 21.552 5 20.59 5 19.054V5a2 2 0 0 1 2-2h10Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M17 3a2 2 0 0 1 2 2v14.054c0 1.535-1.659 2.498-2.992 1.736l-3.016-1.723a2 2 0 0 0-1.984 0L7.992 20.79C6.66 21.552 5 20.59 5 19.054V5a2 2 0 0 1 2-2h10Z" /></svg>;
export default SvgComponent;