In my case it comes with Unyson, a framework that comes sometimes with themes.
If someone want to be free, go to
Unyson-folder/framework/core/components/theme.php > line 214 replace:
$isBrizy = ! defined( 'BRIZY_VERSION' ) && ! get_option( 'brizy' );
with
$isBrizy = 0
and save the file for next update.