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="m12 5.6 1.064 2.554A3 3 0 0 0 15.834 10h2.752l-1.793 1.793a1 1 0 1 0 1.414 1.414l3.424-3.424C22.29 9.125 21.823 8 20.893 8h-5.06a1 1 0 0 1-.923-.615l-1.924-4.618c-.365-.877-1.607-.877-1.972 0L9.827 5.615a1 1 0 0 0 1.846.77L12 5.6ZM3.707 2.293a1 1 0 0 0-1.414 1.414L6.586 8h-3.45c-.941 0-1.413 1.138-.747 1.803l4.072 4.072a1 1 0 0 1 .254.982l-1.62 5.67c-.275.963.798 1.746 1.63 1.191l4.72-3.146a1 1 0 0 1 1.11 0l4.727 3.152c.83.553 1.9-.228 1.626-1.187l-.086-.301 1.47 1.471a1 1 0 0 0 1.415-1.414l-18-18Z" clipRule="evenodd" /></svg>;
export default SvgComponent;