We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e31271 + 19c4d39 commit ac0853bCopy full SHA for ac0853b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ddingdong-design-system",
3
- "version": "1.0.19",
+ "version": "1.0.21",
4
"type": "module",
5
"keywords": [
6
"react",
src/shared/ui/assets/index.tsx
@@ -13,6 +13,7 @@ import Drag from './drag.svg';
13
import Dustpan from './dustpan.svg';
14
import Etc from './etc.svg';
15
import File from './file.svg';
16
+import Information from './information.svg';
17
import List from './list.svg';
18
import Loading from './loading.svg';
19
import Locate from './locate.svg';
@@ -60,6 +61,7 @@ export const Icons = {
60
61
loading: Loading,
62
refresh: Refresh,
63
upload: Upload,
64
+ information: Information,
65
};
66
67
export type IconName = keyof typeof Icons;
src/shared/ui/assets/information.svg
0 commit comments