Skip to content

Commit ac0853b

Browse files
authored
Merge pull request #117 from COW-dev/fix/#97
[FIX] 아이콘 추가
2 parents 0e31271 + 19c4d39 commit ac0853b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddingdong-design-system",
3-
"version": "1.0.19",
3+
"version": "1.0.21",
44
"type": "module",
55
"keywords": [
66
"react",

src/shared/ui/assets/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import Drag from './drag.svg';
1313
import Dustpan from './dustpan.svg';
1414
import Etc from './etc.svg';
1515
import File from './file.svg';
16+
import Information from './information.svg';
1617
import List from './list.svg';
1718
import Loading from './loading.svg';
1819
import Locate from './locate.svg';
@@ -60,6 +61,7 @@ export const Icons = {
6061
loading: Loading,
6162
refresh: Refresh,
6263
upload: Upload,
64+
information: Information,
6365
};
6466

6567
export type IconName = keyof typeof Icons;
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)