import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="m10.447 17.184-2.35-6.528c-.574-1.593.966-3.133 2.559-2.56l6.528 2.35c1.934.697 1.685 3.508-.341 3.854l-.776.132a2 2 0 0 0-1.635 1.635l-.132.776c-.346 2.026-3.157 2.275-3.854.341Z" /></svg>;
export default SvgComponent;