Twig components allows to provide an integer as attibute values and casts it, while `UX:Icon` doesn't allow it. Valid example: ```twig <twig:Test a="1" b="{{ 2 }}"> test </twig:Test> ``` Currently invalid: ```twig <twig:UX:Icon a="1" b="{{ 2 }}" /> ```