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 d="M14.351 11.236 12 9.528l-2.351 1.708.898 2.764h2.906l.898-2.764Z" /><path fillRule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2ZM6 14a1 1 0 1 0 0 2h6.803l-.874 2.691a1 1 0 0 0 1.902.618l2.221-6.837 2.36 1.715a1 1 0 0 0 1.176-1.618L13.7 8.292l2.041-1.483a1 1 0 1 0-1.175-1.618L8.999 9.236l-.827-2.545a1 1 0 0 0-1.902.618L8.444 14H6Z" clipRule="evenodd" /></svg>;
export default SvgComponent;