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="m7.236 14.123 2.954-6.278c.72-1.53 2.9-1.53 3.62 0l2.954 6.279c.875 1.86-1.288 3.671-2.966 2.483l-.642-.455a2 2 0 0 0-2.312 0l-.642.455c-1.678 1.188-3.841-.623-2.966-2.483Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="m7.236 14.123 2.954-6.278c.72-1.53 2.9-1.53 3.62 0l2.954 6.279c.875 1.86-1.288 3.671-2.966 2.483l-.642-.455a2 2 0 0 0-2.312 0l-.642.455c-1.678 1.188-3.841-.623-2.966-2.483Z" /></svg>;
export default SvgComponent;