Skip to content

Commit 64764ea

Browse files
committed
fix: add missing icons
1 parent e50bb71 commit 64764ea

File tree

1 file changed

+13
-0
lines changed
  • projects/design-angular-kit/src/lib/interfaces

1 file changed

+13
-0
lines changed

projects/design-angular-kit/src/lib/interfaces/icon.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ export const IconNameArray = [
1818
'arrow-up-circle',
1919
'arrow-up-triangle',
2020
'ban',
21+
'bluesky',
2122
'bookmark',
2223
'box',
2324
'burger',
2425
'calendar',
2526
'camera',
27+
'car',
2628
'card',
29+
'cart',
2730
'chart-line',
2831
'check',
2932
'check-circle',
@@ -90,6 +93,7 @@ export const IconNameArray = [
9093
'search',
9194
'settings',
9295
'share',
96+
'sign',
9397
'software',
9498
'star-full',
9599
'star-outline',
@@ -111,7 +115,9 @@ export const IconNameArray = [
111115
'file-audio',
112116
'file-compressed',
113117
'file-csv',
118+
'file-docx',
114119
'file-json',
120+
'file-image',
115121
'file-odp',
116122
'file-ods',
117123
'file-odt',
@@ -120,12 +126,18 @@ export const IconNameArray = [
120126
'file-sheet',
121127
'file-slides',
122128
'file-ppt',
129+
'file-signed',
123130
'file-txt',
124131
'file-video',
132+
'file-xlsx',
125133
'file-xml',
126134

127135
// Platforms
128136
'behance',
137+
'android-square',
138+
'android',
139+
'apple-square',
140+
'apple',
129141
'facebook',
130142
'facebook-square',
131143
'figma',
@@ -169,6 +181,7 @@ export const IconNameArray = [
169181
'whatsapp-square',
170182
'youtube',
171183
'google',
184+
'spotify',
172185

173186
// Extra
174187
'designers-italia',

0 commit comments

Comments
 (0)