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.263 17.006c-.519 3.04-4.735 3.412-5.78.51l-2.35-6.527c-.86-2.389 1.45-4.699 3.839-3.84L17.5 9.5c2.901 1.044 2.528 5.26-.511 5.78l-.776.132a1 1 0 0 0-.818.818l-.132.776Z" clipRule="evenodd" /></svg>;
export default SvgComponent;