Skip to content

Commit 0a9e5fa

Browse files
feat(Illustration): render with Icon component (#2917)
1 parent a2ace67 commit 0a9e5fa

File tree

14 files changed

+98
-29
lines changed

14 files changed

+98
-29
lines changed

config-overrides.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
test: /\.svg$/,
1818
include: [
1919
path.resolve(srcRoot, 'assets/icons'),
20+
path.resolve(srcRoot, 'assets/illustrations'),
2021
path.resolve(uiKitRoot, 'assets/icons'),
2122
uiKitIconsRoot,
2223
],
Lines changed: 18 additions & 1 deletion
Loading

src/assets/illustrations/dark/error.svg

Lines changed: 1 addition & 1 deletion
Loading

src/assets/illustrations/dark/thumbsUp.svg

Lines changed: 2 additions & 1 deletion
Loading
Lines changed: 16 additions & 1 deletion
Loading

src/assets/illustrations/light/error.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)