Skip to content

Commit

Permalink
fix: Add missing icons (#29851)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored Aug 5, 2024
1 parent 6bc8567 commit e2eb9fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions superset-frontend/src/components/Icons/AntdEnhanced.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ import {
AlignLeftOutlined,
AlignRightOutlined,
ApartmentOutlined,
ArrowRightOutlined,
BarChartOutlined,
BellOutlined,
BookOutlined,
CalendarOutlined,
CheckOutlined,
CheckSquareOutlined,
CloseOutlined,
CommentOutlined,
ConsoleSqlOutlined,
CopyOutlined,
DashboardOutlined,
DatabaseOutlined,
DeleteFilled,
DownOutlined,
Expand All @@ -47,6 +51,8 @@ import {
FundProjectionScreenOutlined,
InfoCircleOutlined,
InsertRowBelowOutlined,
LineChartOutlined,
LoadingOutlined,
MonitorOutlined,
PlusCircleOutlined,
PlusOutlined,
Expand All @@ -56,6 +62,7 @@ import {
SearchOutlined,
SettingOutlined,
StopOutlined,
SyncOutlined,
TagsOutlined,
UpOutlined,
UserOutlined,
Expand All @@ -68,14 +75,18 @@ const AntdIcons = {
AlignLeftOutlined,
AlignRightOutlined,
ApartmentOutlined,
ArrowRightOutlined,
BarChartOutlined,
BellOutlined,
BookOutlined,
CalendarOutlined,
CheckOutlined,
CheckSquareOutlined,
CloseOutlined,
CommentOutlined,
ConsoleSqlOutlined,
CopyOutlined,
DashboardOutlined,
DatabaseOutlined,
DeleteFilled,
DownOutlined,
Expand All @@ -92,6 +103,8 @@ const AntdIcons = {
FundProjectionScreenOutlined,
InfoCircleOutlined,
InsertRowBelowOutlined,
LineChartOutlined,
LoadingOutlined,
MonitorOutlined,
PlusCircleOutlined,
PlusOutlined,
Expand All @@ -101,6 +114,7 @@ const AntdIcons = {
SearchOutlined,
SettingOutlined,
StopOutlined,
SyncOutlined,
TagsOutlined,
UpOutlined,
UserOutlined,
Expand Down

0 comments on commit e2eb9fe

Please sign in to comment.