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="M10.78 17.423c-2.517 1.783-5.762-.935-4.449-3.725L9.286 7.42c1.08-2.297 4.348-2.297 5.428 0l2.955 6.278c1.313 2.79-1.932 5.508-4.449 3.725l-.642-.455a1 1 0 0 0-1.156 0l-.642.455Z" clipRule="evenodd" /></svg>;
export default SvgComponent;