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="M12.89 3.706c.336-1.093 1.883-1.093 2.22 0l1.553 5.049a1 1 0 0 0 .614.645l4.065 1.478c1.047.381 1.047 1.863 0 2.244L17.277 14.6a1 1 0 0 0-.614.645l-1.553 5.05c-.337 1.092-1.883 1.092-2.22 0l-1.553-5.05a1 1 0 0 0-.614-.645l-4.065-1.478c-1.047-.381-1.047-1.863 0-2.244L10.723 9.4a1 1 0 0 0 .614-.645l1.553-5.05ZM3.801 3.434c.384-1.152 2.014-1.152 2.398 0 .058.173.194.31.367.367 1.152.384 1.152 2.014 0 2.398a.581.581 0 0 0-.367.367c-.384 1.152-2.014 1.152-2.398 0a.581.581 0 0 0-.367-.367c-1.152-.384-1.152-2.014 0-2.398a.581.581 0 0 0 .367-.367ZM4.801 17.434c.384-1.152 2.014-1.152 2.398 0 .058.173.194.31.367.367 1.152.384 1.152 2.014 0 2.398a.581.581 0 0 0-.367.367c-.384 1.152-2.014 1.152-2.398 0a.581.581 0 0 0-.367-.367c-1.152-.384-1.152-2.014 0-2.398a.581.581 0 0 0 .367-.367Z" clipRule="evenodd" /></svg>;
export default SvgComponent;