You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @throws \LogicException the SvgIcon can not be customized
45
+
*/
46
+
publicfunctionwidth(int$width): never
47
+
{
48
+
thrownew \LogicException('Unable to configure the SvgIcon width, please configure it in the HTML with the "width" attribute on the root element instead.');
49
+
}
50
+
51
+
/**
52
+
* @throws \LogicException the SvgIcon can not be customized
53
+
*/
54
+
publicfunctionheight(int$height): never
55
+
{
56
+
thrownew \LogicException('Unable to configure the SvgIcon height, please configure it in the HTML with the "height" attribute on the root element instead.');
0 commit comments