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="M13.554 4.076c-.14-.058-.312-.076-1.21-.076H8a1 1 0 0 1 0-2h4.482c.679-.001 1.281-.002 1.838.228.556.23.981.658 1.46 1.138l.099.099 2.656 2.656.099.098c.48.48.907.905 1.138 1.461.23.557.23 1.16.228 1.838V14a1 1 0 1 1-2 0V9.657c0-.9-.018-1.07-.076-1.211-.058-.141-.167-.275-.803-.91l-2.656-2.657c-.636-.636-.77-.744-.91-.803ZM3.707 2.293a1 1 0 0 0-1.414 1.414L4 5.414v11.652c0 .886 0 1.65.082 2.262.088.655.287 1.284.797 1.793.51.51 1.138.709 1.793.797C7.284 22 8.048 22 8.934 22H17c.978 0 1.846-.468 2.394-1.192l.899.9a1 1 0 0 0 1.414-1.415l-18-18Z" clipRule="evenodd" /></svg>;
export default SvgComponent;