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.091 6.417C3 6.761 3 7.215 3 8v8c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 19 5.068 19 6 19h12c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C21 17.398 21 16.932 21 16V8c0-.785 0-1.24-.091-1.583a.995.995 0 0 1-.25.336L13.976 12.6a3 3 0 0 1-3.952 0L3.342 6.753a.996.996 0 0 1-.251-.336Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 8c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C4.602 5 5.068 5 6 5h12c.932 0 1.398 0 1.765.152a2 2 0 0 1 1.083 1.083C21 6.602 21 7.068 21 8v8c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C19.398 19 18.932 19 18 19H6c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C3 17.398 3 16.932 3 16V8Z" /><path d="m4 6 6.683 5.848a2 2 0 0 0 2.634 0L20 6" /></svg>;
export default SvgComponent;