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.763 10.761.107-.163a.128.128 0 0 0-.107-.198H13.5a.214.214 0 0 1-.214-.214V4.213c0-.063-.082-.088-.117-.035l-5.98 9.134-.086.13a.102.102 0 0 0 .086.158h4.314c.117 0 .211.095.211.212v5.79c0 .119.154.163.219.064l5.83-8.905Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="m17.763 10.761.107-.163a.128.128 0 0 0-.107-.198H13.5a.214.214 0 0 1-.214-.214V4.213c0-.063-.082-.088-.117-.035l-5.98 9.134-.086.13a.102.102 0 0 0 .086.158h4.314c.117 0 .211.095.211.212v5.79c0 .119.154.163.219.064l5.83-8.905Z" /></svg>;
export default SvgComponent;