import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M15.3 2c.634-.001 1.196-.002 1.723.201.526.204.942.582 1.411 1.01a889.47 889.47 0 0 0 2.036 1.846c.537.486 1.014.917 1.273 1.503.26.585.258 1.228.257 1.952-.002 1.518 0 3.036 0 4.554 0 .886 0 1.65-.082 2.262-.088.655-.287 1.284-.797 1.793-.51.51-1.138.709-1.793.797-.612.082-1.376.082-2.262.082h-4.132c-.886 0-1.65 0-2.262-.082-.655-.088-1.284-.287-1.793-.797-.51-.51-.709-1.138-.797-1.793C8 14.716 8 13.952 8 13.066V7c0-.915-.002-1.701.082-2.328.088-.655.287-1.284.797-1.793.51-.51 1.138-.709 1.793-.797C11.284 2 12.048 2 12.934 2H15.3Z" clipRule="evenodd" /><path d="M15.984 19h-3.103c-.844 0-1.663 0-2.342-.091-.766-.103-1.64-.354-2.367-1.08-.727-.727-.978-1.602-1.08-2.368C7 14.782 7 13.962 7 13.119V6.88c0-.298 0-.594.004-.881-.768 0-1.54-.025-2.303.07-.601.074-1.183.24-1.677.673a3 3 0 0 0-.281.281c-.433.494-.6 1.076-.674 1.677C2 9.264 2 9.96 2 10.77v6.295c0 .886 0 1.65.082 2.262.088.655.287 1.284.797 1.793.51.51 1.138.709 1.793.797C5.284 22 6.048 22 6.934 22h4.97c.497 0 .926 0 1.28-.027.373-.03.745-.093 1.107-.265a3 3 0 0 0 1.417-1.417c.192-.404.254-.849.276-1.291Z" /></svg>;
export default SvgComponent;