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.448 17.184-2.35-6.528c-.573-1.593.967-3.133 2.559-2.56l6.528 2.35c1.934.697 1.686 3.508-.34 3.854l-.776.132a2 2 0 0 0-1.635 1.635l-.133.776c-.346 2.026-3.157 2.275-3.853.341Z" opacity={0.1} stroke="none" fill="currentColor" /><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.34ZM10 4V3M4 10H3M4 4l2 2" /></svg>;
export default SvgComponent;