Skip to content

Commit b6b12f9

Browse files
committed
bump hugeicons
1 parent 08d9b13 commit b6b12f9

File tree

2 files changed

+359
-290
lines changed

2 files changed

+359
-290
lines changed

reflex_ui/components/icons/hugeicon.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class HugeIcon(CoreComponent):
1111
"""A HugeIcon component."""
1212

13-
library = "@hugeicons/react@1.0.5"
13+
library = "@hugeicons/react@1.1.1"
1414

1515
tag = "HugeiconsIcon"
1616

@@ -51,9 +51,7 @@ def create(cls, *children, **props) -> Component:
5151
icon_name,
5252
_var_data=VarData(
5353
imports={
54-
"@hugeicons/[email protected]": ImportVar(
55-
tag=icon_name
56-
)
54+
"@hugeicons/[email protected]": ImportVar(tag=icon_name)
5755
}
5856
),
5957
)

0 commit comments

Comments
 (0)