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="M2.601 17.57c-1.022 1.996.428 4.367 2.67 4.367H18.87c2.191 0 3.643-2.273 2.722-4.261L15.132 3.739C14.081 1.47 10.88 1.407 9.74 3.632L2.601 17.57Zm12.512-9.116L13.318 4.58a1 1 0 0 0-1.798-.036l-2.985 5.828 1.68-.56a2.273 2.273 0 0 1 2.668.987c.1.167.337.179.454.023l1.776-2.368Z" clipRule="evenodd" /></svg>;
export default SvgComponent;