Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6ef5c4

Browse files
committed
Fix errors caused by removing icons
1 parent 0926f8f commit d6ef5c4

File tree

6 files changed

+37
-3
lines changed

6 files changed

+37
-3
lines changed

viewer/packages/lowcoder-design/src/icons/index.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { FunctionComponent } from "react";
21

32
export { ReactComponent as AppSnapshotIcon } from "./v1/app-snapshot.svg";
43
export { ReactComponent as HookCompDropIcon } from "./v1/hook-comp-drop.svg";
@@ -242,9 +241,13 @@ export { ReactComponent as FavoritesIcon } from "./v1/icon-application-favorites
242241
export { ReactComponent as HomeSettingIcon } from "./remix/settings-4-line.svg";
243242
export { ReactComponent as EnterpriseIcon } from "./remix/earth-line.svg";
244243

245-
// components
244+
// export { ReactComponent as VideoCompIconSmall } from "./v2/video-player-s.svg";
245+
export { ReactComponent as VideoCompIcon } from "./v2/video-player-m.svg";
246+
export { ReactComponent as CalendarCompIconSmall } from "./v2/calendar-s.svg";
247+
export { ReactComponent as ImageCompIconSmall } from "./v2/image-s.svg";
248+
export { ReactComponent as ImageCompIcon } from "./v2/image-m.svg";
246249

247250
// small
248251
export { ReactComponent as LeftCommon } from "./v1/icon-left-comp-common.svg"; // generic
249252

250-
// flags
253+
// flags
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)