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.286 17.011c-.52 3.04-4.736 3.413-5.78.512l-2.35-6.529c-.86-2.388 1.45-4.698 3.838-3.838l6.529 2.35c2.9 1.044 2.528 5.26-.512 5.78l-.776.132a1 1 0 0 0-.817.817l-.132.776Z" clipRule="evenodd" /></svg>;
export default SvgComponent;