@sebgroup/green-react 3.16.0 → 3.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +142 -86
- package/package.json +2 -2
- package/src/lib/icon/icons/IconBack.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandAppStore.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandAppleMusic.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandBankid.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandChrome.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandFacebook.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandFigma.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandGithub.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandGreen.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandInstagram.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandLinkedin.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandPlayStore.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandRssFeed.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandSeb.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandSpotify.d.ts +2 -0
- package/src/lib/icon/icons/IconBrandX.d.ts +2 -0
- package/src/lib/icon/icons/IconEyeOpen.d.ts +2 -0
- package/src/lib/icon/icons/IconEyeSlash.d.ts +2 -0
- package/src/lib/icon/icons/IconFastForward.d.ts +2 -0
- package/src/lib/icon/icons/IconPause.d.ts +2 -0
- package/src/lib/icon/icons/IconPeopleProfile.d.ts +2 -0
- package/src/lib/icon/icons/IconSeb.d.ts +1 -0
- package/src/lib/icon/icons/index.d.ts +21 -13
- package/src/lib/icon/icons/IconAppleMusic.d.ts +0 -2
- package/src/lib/icon/icons/IconBankid.d.ts +0 -2
- package/src/lib/icon/icons/IconChrome.d.ts +0 -2
- package/src/lib/icon/icons/IconFacebook.d.ts +0 -2
- package/src/lib/icon/icons/IconFigma.d.ts +0 -2
- package/src/lib/icon/icons/IconGithub.d.ts +0 -2
- package/src/lib/icon/icons/IconGreen.d.ts +0 -2
- package/src/lib/icon/icons/IconInstagram.d.ts +0 -2
- package/src/lib/icon/icons/IconLinkedin.d.ts +0 -2
- package/src/lib/icon/icons/IconRssFeed.d.ts +0 -2
- package/src/lib/icon/icons/IconSpotify.d.ts +0 -2
- package/src/lib/icon/icons/IconTwitter.d.ts +0 -2
package/index.esm.js
CHANGED
|
@@ -11,7 +11,6 @@ import classNames from 'classnames';
|
|
|
11
11
|
import { GdsGroupedList, GdsListItem } from '@sebgroup/green-core/components/grouped-list/index.js';
|
|
12
12
|
import { disableBodyScroll, enableBodyScroll, clearAllBodyScrollLocks } from 'body-scroll-lock';
|
|
13
13
|
import { IconAirplaneUp as IconAirplaneUp$1 } from '@sebgroup/green-core/components/icon/icons/airplane-up.js';
|
|
14
|
-
import { IconAppleMusic as IconAppleMusic$1 } from '@sebgroup/green-core/components/icon/icons/apple-music.js';
|
|
15
14
|
import { IconArchive as IconArchive$1 } from '@sebgroup/green-core/components/icon/icons/archive.js';
|
|
16
15
|
import { IconArrowBoxLeft as IconArrowBoxLeft$1 } from '@sebgroup/green-core/components/icon/icons/arrow-box-left.js';
|
|
17
16
|
import { IconArrowBoxRight as IconArrowBoxRight$1 } from '@sebgroup/green-core/components/icon/icons/arrow-box-right.js';
|
|
@@ -38,9 +37,9 @@ import { IconArrowWallUp as IconArrowWallUp$1 } from '@sebgroup/green-core/compo
|
|
|
38
37
|
import { IconArrow as IconArrow$1 } from '@sebgroup/green-core/components/icon/icons/arrow.js';
|
|
39
38
|
import { IconArrowsRepeat as IconArrowsRepeat$1 } from '@sebgroup/green-core/components/icon/icons/arrows-repeat.js';
|
|
40
39
|
import { IconAt as IconAt$1 } from '@sebgroup/green-core/components/icon/icons/at.js';
|
|
40
|
+
import { IconBack as IconBack$1 } from '@sebgroup/green-core/components/icon/icons/back.js';
|
|
41
41
|
import { IconBag as IconBag$1 } from '@sebgroup/green-core/components/icon/icons/bag.js';
|
|
42
42
|
import { IconBank as IconBank$1 } from '@sebgroup/green-core/components/icon/icons/bank.js';
|
|
43
|
-
import { IconBankid as IconBankid$1 } from '@sebgroup/green-core/components/icon/icons/bankid.js';
|
|
44
43
|
import { IconBanknote as IconBanknote$1 } from '@sebgroup/green-core/components/icon/icons/banknote.js';
|
|
45
44
|
import { IconBarcode as IconBarcode$1 } from '@sebgroup/green-core/components/icon/icons/barcode.js';
|
|
46
45
|
import { IconBarsThree as IconBarsThree$1 } from '@sebgroup/green-core/components/icon/icons/bars-three.js';
|
|
@@ -55,6 +54,21 @@ import { IconBookmarkPlus as IconBookmarkPlus$1 } from '@sebgroup/green-core/com
|
|
|
55
54
|
import { IconBookmarkRemove as IconBookmarkRemove$1 } from '@sebgroup/green-core/components/icon/icons/bookmark-remove.js';
|
|
56
55
|
import { IconBookmark as IconBookmark$1 } from '@sebgroup/green-core/components/icon/icons/bookmark.js';
|
|
57
56
|
import { IconBooks as IconBooks$1 } from '@sebgroup/green-core/components/icon/icons/books.js';
|
|
57
|
+
import { IconBrandAppStore as IconBrandAppStore$1 } from '@sebgroup/green-core/components/icon/icons/brand-app-store.js';
|
|
58
|
+
import { IconBrandAppleMusic as IconBrandAppleMusic$1 } from '@sebgroup/green-core/components/icon/icons/brand-apple-music.js';
|
|
59
|
+
import { IconBrandBankid as IconBrandBankid$1 } from '@sebgroup/green-core/components/icon/icons/brand-bankid.js';
|
|
60
|
+
import { IconBrandChrome as IconBrandChrome$1 } from '@sebgroup/green-core/components/icon/icons/brand-chrome.js';
|
|
61
|
+
import { IconBrandFacebook as IconBrandFacebook$1 } from '@sebgroup/green-core/components/icon/icons/brand-facebook.js';
|
|
62
|
+
import { IconBrandFigma as IconBrandFigma$1 } from '@sebgroup/green-core/components/icon/icons/brand-figma.js';
|
|
63
|
+
import { IconBrandGithub as IconBrandGithub$1 } from '@sebgroup/green-core/components/icon/icons/brand-github.js';
|
|
64
|
+
import { IconBrandGreen as IconBrandGreen$1 } from '@sebgroup/green-core/components/icon/icons/brand-green.js';
|
|
65
|
+
import { IconBrandInstagram as IconBrandInstagram$1 } from '@sebgroup/green-core/components/icon/icons/brand-instagram.js';
|
|
66
|
+
import { IconBrandLinkedin as IconBrandLinkedin$1 } from '@sebgroup/green-core/components/icon/icons/brand-linkedin.js';
|
|
67
|
+
import { IconBrandPlayStore as IconBrandPlayStore$1 } from '@sebgroup/green-core/components/icon/icons/brand-play-store.js';
|
|
68
|
+
import { IconBrandRssFeed as IconBrandRssFeed$1 } from '@sebgroup/green-core/components/icon/icons/brand-rss-feed.js';
|
|
69
|
+
import { IconBrandSeb as IconBrandSeb$1 } from '@sebgroup/green-core/components/icon/icons/brand-seb.js';
|
|
70
|
+
import { IconBrandSpotify as IconBrandSpotify$1 } from '@sebgroup/green-core/components/icon/icons/brand-spotify.js';
|
|
71
|
+
import { IconBrandX as IconBrandX$1 } from '@sebgroup/green-core/components/icon/icons/brand-x.js';
|
|
58
72
|
import { IconBrush as IconBrush$1 } from '@sebgroup/green-core/components/icon/icons/brush.js';
|
|
59
73
|
import { IconBubbleAnnotation as IconBubbleAnnotation$1 } from '@sebgroup/green-core/components/icon/icons/bubble-annotation.js';
|
|
60
74
|
import { IconBubbleDots as IconBubbleDots$1 } from '@sebgroup/green-core/components/icon/icons/bubble-dots.js';
|
|
@@ -87,7 +101,6 @@ import { IconChevronGrabberVertical as IconChevronGrabberVertical$1 } from '@seb
|
|
|
87
101
|
import { IconChevronLeft as IconChevronLeft$1 } from '@sebgroup/green-core/components/icon/icons/chevron-left.js';
|
|
88
102
|
import { IconChevronRight as IconChevronRight$1 } from '@sebgroup/green-core/components/icon/icons/chevron-right.js';
|
|
89
103
|
import { IconChevronTop as IconChevronTop$1 } from '@sebgroup/green-core/components/icon/icons/chevron-top.js';
|
|
90
|
-
import { IconChrome as IconChrome$1 } from '@sebgroup/green-core/components/icon/icons/chrome.js';
|
|
91
104
|
import { IconCircleCheck as IconCircleCheck$1 } from '@sebgroup/green-core/components/icon/icons/circle-check.js';
|
|
92
105
|
import { IconCircleInfo as IconCircleInfo$1 } from '@sebgroup/green-core/components/icon/icons/circle-info.js';
|
|
93
106
|
import { IconCircleMinus as IconCircleMinus$1 } from '@sebgroup/green-core/components/icon/icons/circle-minus.js';
|
|
@@ -113,9 +126,10 @@ import { IconDotGridThree as IconDotGridThree$1 } from '@sebgroup/green-core/com
|
|
|
113
126
|
import { IconDotGridTwo as IconDotGridTwo$1 } from '@sebgroup/green-core/components/icon/icons/dot-grid-two.js';
|
|
114
127
|
import { IconEmail as IconEmail$1 } from '@sebgroup/green-core/components/icon/icons/email.js';
|
|
115
128
|
import { IconEuro as IconEuro$1 } from '@sebgroup/green-core/components/icon/icons/euro.js';
|
|
116
|
-
import {
|
|
129
|
+
import { IconEyeOpen as IconEyeOpen$1 } from '@sebgroup/green-core/components/icon/icons/eye-open.js';
|
|
130
|
+
import { IconEyeSlash as IconEyeSlash$1 } from '@sebgroup/green-core/components/icon/icons/eye-slash.js';
|
|
117
131
|
import { IconFashion as IconFashion$1 } from '@sebgroup/green-core/components/icon/icons/fashion.js';
|
|
118
|
-
import {
|
|
132
|
+
import { IconFastForward as IconFastForward$1 } from '@sebgroup/green-core/components/icon/icons/fast-forward.js';
|
|
119
133
|
import { IconFileBend as IconFileBend$1 } from '@sebgroup/green-core/components/icon/icons/file-bend.js';
|
|
120
134
|
import { IconFileChart as IconFileChart$1 } from '@sebgroup/green-core/components/icon/icons/file-chart.js';
|
|
121
135
|
import { IconFileText as IconFileText$1 } from '@sebgroup/green-core/components/icon/icons/file-text.js';
|
|
@@ -129,10 +143,8 @@ import { IconFolderAddRight as IconFolderAddRight$1 } from '@sebgroup/green-core
|
|
|
129
143
|
import { IconFolderPaper as IconFolderPaper$1 } from '@sebgroup/green-core/components/icon/icons/folder-paper.js';
|
|
130
144
|
import { IconFolderUpload as IconFolderUpload$1 } from '@sebgroup/green-core/components/icon/icons/folder-upload.js';
|
|
131
145
|
import { IconFolder as IconFolder$1 } from '@sebgroup/green-core/components/icon/icons/folder.js';
|
|
132
|
-
import { IconGithub as IconGithub$1 } from '@sebgroup/green-core/components/icon/icons/github.js';
|
|
133
146
|
import { IconGlobus as IconGlobus$1 } from '@sebgroup/green-core/components/icon/icons/globus.js';
|
|
134
147
|
import { IconGraduateCap as IconGraduateCap$1 } from '@sebgroup/green-core/components/icon/icons/graduate-cap.js';
|
|
135
|
-
import { IconGreen as IconGreen$1 } from '@sebgroup/green-core/components/icon/icons/green.js';
|
|
136
148
|
import { IconGroup as IconGroup$1 } from '@sebgroup/green-core/components/icon/icons/group.js';
|
|
137
149
|
import { IconGrowth as IconGrowth$1 } from '@sebgroup/green-core/components/icon/icons/growth.js';
|
|
138
150
|
import { IconHeadphones as IconHeadphones$1 } from '@sebgroup/green-core/components/icon/icons/headphones.js';
|
|
@@ -145,7 +157,6 @@ import { IconHomeOpen as IconHomeOpen$1 } from '@sebgroup/green-core/components/
|
|
|
145
157
|
import { IconHomeRoof as IconHomeRoof$1 } from '@sebgroup/green-core/components/icon/icons/home-roof.js';
|
|
146
158
|
import { IconHorizontalAlignmentBottom as IconHorizontalAlignmentBottom$1 } from '@sebgroup/green-core/components/icon/icons/horizontal-alignment-bottom.js';
|
|
147
159
|
import { IconImages as IconImages$1 } from '@sebgroup/green-core/components/icon/icons/images.js';
|
|
148
|
-
import { IconInstagram as IconInstagram$1 } from '@sebgroup/green-core/components/icon/icons/instagram.js';
|
|
149
160
|
import { IconInvite as IconInvite$1 } from '@sebgroup/green-core/components/icon/icons/invite.js';
|
|
150
161
|
import { IconKnifeSpoon as IconKnifeSpoon$1 } from '@sebgroup/green-core/components/icon/icons/knife-spoon.js';
|
|
151
162
|
import { IconLaw as IconLaw$1 } from '@sebgroup/green-core/components/icon/icons/law.js';
|
|
@@ -156,7 +167,6 @@ import { IconLineChartFour as IconLineChartFour$1 } from '@sebgroup/green-core/c
|
|
|
156
167
|
import { IconLineChartOne as IconLineChartOne$1 } from '@sebgroup/green-core/components/icon/icons/line-chart-one.js';
|
|
157
168
|
import { IconLineChartThree as IconLineChartThree$1 } from '@sebgroup/green-core/components/icon/icons/line-chart-three.js';
|
|
158
169
|
import { IconLineChartTwo as IconLineChartTwo$1 } from '@sebgroup/green-core/components/icon/icons/line-chart-two.js';
|
|
159
|
-
import { IconLinkedin as IconLinkedin$1 } from '@sebgroup/green-core/components/icon/icons/linkedin.js';
|
|
160
170
|
import { IconLock as IconLock$1 } from '@sebgroup/green-core/components/icon/icons/lock.js';
|
|
161
171
|
import { IconMacbookAir as IconMacbookAir$1 } from '@sebgroup/green-core/components/icon/icons/macbook-air.js';
|
|
162
172
|
import { IconMagnifyingGlass as IconMagnifyingGlass$1 } from '@sebgroup/green-core/components/icon/icons/magnifying-glass.js';
|
|
@@ -171,6 +181,7 @@ import { IconMoon as IconMoon$1 } from '@sebgroup/green-core/components/icon/ico
|
|
|
171
181
|
import { IconMute as IconMute$1 } from '@sebgroup/green-core/components/icon/icons/mute.js';
|
|
172
182
|
import { IconPageText as IconPageText$1 } from '@sebgroup/green-core/components/icon/icons/page-text.js';
|
|
173
183
|
import { IconPaperclip as IconPaperclip$1 } from '@sebgroup/green-core/components/icon/icons/paperclip.js';
|
|
184
|
+
import { IconPause as IconPause$1 } from '@sebgroup/green-core/components/icon/icons/pause.js';
|
|
174
185
|
import { IconPencelLine as IconPencelLine$1 } from '@sebgroup/green-core/components/icon/icons/pencel-line.js';
|
|
175
186
|
import { IconPencilSparkle as IconPencilSparkle$1 } from '@sebgroup/green-core/components/icon/icons/pencil-sparkle.js';
|
|
176
187
|
import { IconPencilWave as IconPencilWave$1 } from '@sebgroup/green-core/components/icon/icons/pencil-wave.js';
|
|
@@ -178,6 +189,7 @@ import { IconPeopleAdd as IconPeopleAdd$1 } from '@sebgroup/green-core/component
|
|
|
178
189
|
import { IconPeopleAdded as IconPeopleAdded$1 } from '@sebgroup/green-core/components/icon/icons/people-added.js';
|
|
179
190
|
import { IconPeopleCircle as IconPeopleCircle$1 } from '@sebgroup/green-core/components/icon/icons/people-circle.js';
|
|
180
191
|
import { IconPeopleCopy as IconPeopleCopy$1 } from '@sebgroup/green-core/components/icon/icons/people-copy.js';
|
|
192
|
+
import { IconPeopleProfile as IconPeopleProfile$1 } from '@sebgroup/green-core/components/icon/icons/people-profile.js';
|
|
181
193
|
import { IconPeopleRemove as IconPeopleRemove$1 } from '@sebgroup/green-core/components/icon/icons/people-remove.js';
|
|
182
194
|
import { IconPeople as IconPeople$1 } from '@sebgroup/green-core/components/icon/icons/people.js';
|
|
183
195
|
import { IconPercent as IconPercent$1 } from '@sebgroup/green-core/components/icon/icons/percent.js';
|
|
@@ -203,11 +215,9 @@ import { IconReceiptBill as IconReceiptBill$1 } from '@sebgroup/green-core/compo
|
|
|
203
215
|
import { IconReceiptionBell as IconReceiptionBell$1 } from '@sebgroup/green-core/components/icon/icons/receiption-bell.js';
|
|
204
216
|
import { IconRobot as IconRobot$1 } from '@sebgroup/green-core/components/icon/icons/robot.js';
|
|
205
217
|
import { IconRocket as IconRocket$1 } from '@sebgroup/green-core/components/icon/icons/rocket.js';
|
|
206
|
-
import { IconRssFeed as IconRssFeed$1 } from '@sebgroup/green-core/components/icon/icons/rss-feed.js';
|
|
207
218
|
import { IconSchool as IconSchool$1 } from '@sebgroup/green-core/components/icon/icons/school.js';
|
|
208
219
|
import { IconScissors as IconScissors$1 } from '@sebgroup/green-core/components/icon/icons/scissors.js';
|
|
209
220
|
import { IconSearchMenu as IconSearchMenu$1 } from '@sebgroup/green-core/components/icon/icons/search-menu.js';
|
|
210
|
-
import { IconSeb as IconSeb$1 } from '@sebgroup/green-core/components/icon/icons/seb.js';
|
|
211
221
|
import { IconSettingsGear as IconSettingsGear$1 } from '@sebgroup/green-core/components/icon/icons/settings-gear.js';
|
|
212
222
|
import { IconSettingsSliderHor as IconSettingsSliderHor$1 } from '@sebgroup/green-core/components/icon/icons/settings-slider-hor.js';
|
|
213
223
|
import { IconSettingsSliderThree as IconSettingsSliderThree$1 } from '@sebgroup/green-core/components/icon/icons/settings-slider-three.js';
|
|
@@ -217,7 +227,6 @@ import { IconShoppingBag as IconShoppingBag$1 } from '@sebgroup/green-core/compo
|
|
|
217
227
|
import { IconSmartwatch as IconSmartwatch$1 } from '@sebgroup/green-core/components/icon/icons/smartwatch.js';
|
|
218
228
|
import { IconSolarPanel as IconSolarPanel$1 } from '@sebgroup/green-core/components/icon/icons/solar-panel.js';
|
|
219
229
|
import { IconSolar as IconSolar$1 } from '@sebgroup/green-core/components/icon/icons/solar.js';
|
|
220
|
-
import { IconSpotify as IconSpotify$1 } from '@sebgroup/green-core/components/icon/icons/spotify.js';
|
|
221
230
|
import { IconSquareArrowTopRight as IconSquareArrowTopRight$1 } from '@sebgroup/green-core/components/icon/icons/square-arrow-top-right.js';
|
|
222
231
|
import { IconSquareBehindSquare as IconSquareBehindSquare$1 } from '@sebgroup/green-core/components/icon/icons/square-behind-square.js';
|
|
223
232
|
import { IconSquareCheck as IconSquareCheck$1 } from '@sebgroup/green-core/components/icon/icons/square-check.js';
|
|
@@ -248,7 +257,6 @@ import { IconTrendingThree as IconTrendingThree$1 } from '@sebgroup/green-core/c
|
|
|
248
257
|
import { IconTrendingTwo as IconTrendingTwo$1 } from '@sebgroup/green-core/components/icon/icons/trending-two.js';
|
|
249
258
|
import { IconTriangleExclamation as IconTriangleExclamation$1 } from '@sebgroup/green-core/components/icon/icons/triangle-exclamation.js';
|
|
250
259
|
import { IconTruck as IconTruck$1 } from '@sebgroup/green-core/components/icon/icons/truck.js';
|
|
251
|
-
import { IconTwitter as IconTwitter$1 } from '@sebgroup/green-core/components/icon/icons/twitter.js';
|
|
252
260
|
import { IconUmbrellaSecurity as IconUmbrellaSecurity$1 } from '@sebgroup/green-core/components/icon/icons/umbrella-security.js';
|
|
253
261
|
import { IconUnlocked as IconUnlocked$1 } from '@sebgroup/green-core/components/icon/icons/unlocked.js';
|
|
254
262
|
import { IconVerticalAlignmentRight as IconVerticalAlignmentRight$1 } from '@sebgroup/green-core/components/icon/icons/vertical-alignment-right.js';
|
|
@@ -3096,12 +3104,6 @@ var IconAirplaneUp = createComponent({
|
|
|
3096
3104
|
react: React
|
|
3097
3105
|
});
|
|
3098
3106
|
|
|
3099
|
-
var IconAppleMusic = createComponent({
|
|
3100
|
-
tagName: getScopedTagName('gds-icon-apple-music'),
|
|
3101
|
-
elementClass: IconAppleMusic$1,
|
|
3102
|
-
react: React
|
|
3103
|
-
});
|
|
3104
|
-
|
|
3105
3107
|
var IconArchive = createComponent({
|
|
3106
3108
|
tagName: getScopedTagName('gds-icon-archive'),
|
|
3107
3109
|
elementClass: IconArchive$1,
|
|
@@ -3258,6 +3260,12 @@ var IconAt = createComponent({
|
|
|
3258
3260
|
react: React
|
|
3259
3261
|
});
|
|
3260
3262
|
|
|
3263
|
+
var IconBack = createComponent({
|
|
3264
|
+
tagName: getScopedTagName('gds-icon-back'),
|
|
3265
|
+
elementClass: IconBack$1,
|
|
3266
|
+
react: React
|
|
3267
|
+
});
|
|
3268
|
+
|
|
3261
3269
|
var IconBag = createComponent({
|
|
3262
3270
|
tagName: getScopedTagName('gds-icon-bag'),
|
|
3263
3271
|
elementClass: IconBag$1,
|
|
@@ -3270,12 +3278,6 @@ var IconBank = createComponent({
|
|
|
3270
3278
|
react: React
|
|
3271
3279
|
});
|
|
3272
3280
|
|
|
3273
|
-
var IconBankid = createComponent({
|
|
3274
|
-
tagName: getScopedTagName('gds-icon-bankid'),
|
|
3275
|
-
elementClass: IconBankid$1,
|
|
3276
|
-
react: React
|
|
3277
|
-
});
|
|
3278
|
-
|
|
3279
3281
|
var IconBanknote = createComponent({
|
|
3280
3282
|
tagName: getScopedTagName('gds-icon-banknote'),
|
|
3281
3283
|
elementClass: IconBanknote$1,
|
|
@@ -3360,6 +3362,96 @@ var IconBooks = createComponent({
|
|
|
3360
3362
|
react: React
|
|
3361
3363
|
});
|
|
3362
3364
|
|
|
3365
|
+
var IconBrandAppStore = createComponent({
|
|
3366
|
+
tagName: getScopedTagName('gds-icon-brand-app-store'),
|
|
3367
|
+
elementClass: IconBrandAppStore$1,
|
|
3368
|
+
react: React
|
|
3369
|
+
});
|
|
3370
|
+
|
|
3371
|
+
var IconBrandAppleMusic = createComponent({
|
|
3372
|
+
tagName: getScopedTagName('gds-icon-brand-apple-music'),
|
|
3373
|
+
elementClass: IconBrandAppleMusic$1,
|
|
3374
|
+
react: React
|
|
3375
|
+
});
|
|
3376
|
+
|
|
3377
|
+
var IconBrandBankid = createComponent({
|
|
3378
|
+
tagName: getScopedTagName('gds-icon-brand-bankid'),
|
|
3379
|
+
elementClass: IconBrandBankid$1,
|
|
3380
|
+
react: React
|
|
3381
|
+
});
|
|
3382
|
+
|
|
3383
|
+
var IconBrandChrome = createComponent({
|
|
3384
|
+
tagName: getScopedTagName('gds-icon-brand-chrome'),
|
|
3385
|
+
elementClass: IconBrandChrome$1,
|
|
3386
|
+
react: React
|
|
3387
|
+
});
|
|
3388
|
+
|
|
3389
|
+
var IconBrandFacebook = createComponent({
|
|
3390
|
+
tagName: getScopedTagName('gds-icon-brand-facebook'),
|
|
3391
|
+
elementClass: IconBrandFacebook$1,
|
|
3392
|
+
react: React
|
|
3393
|
+
});
|
|
3394
|
+
|
|
3395
|
+
var IconBrandFigma = createComponent({
|
|
3396
|
+
tagName: getScopedTagName('gds-icon-brand-figma'),
|
|
3397
|
+
elementClass: IconBrandFigma$1,
|
|
3398
|
+
react: React
|
|
3399
|
+
});
|
|
3400
|
+
|
|
3401
|
+
var IconBrandGithub = createComponent({
|
|
3402
|
+
tagName: getScopedTagName('gds-icon-brand-github'),
|
|
3403
|
+
elementClass: IconBrandGithub$1,
|
|
3404
|
+
react: React
|
|
3405
|
+
});
|
|
3406
|
+
|
|
3407
|
+
var IconBrandGreen = createComponent({
|
|
3408
|
+
tagName: getScopedTagName('gds-icon-brand-green'),
|
|
3409
|
+
elementClass: IconBrandGreen$1,
|
|
3410
|
+
react: React
|
|
3411
|
+
});
|
|
3412
|
+
|
|
3413
|
+
var IconBrandInstagram = createComponent({
|
|
3414
|
+
tagName: getScopedTagName('gds-icon-brand-instagram'),
|
|
3415
|
+
elementClass: IconBrandInstagram$1,
|
|
3416
|
+
react: React
|
|
3417
|
+
});
|
|
3418
|
+
|
|
3419
|
+
var IconBrandLinkedin = createComponent({
|
|
3420
|
+
tagName: getScopedTagName('gds-icon-brand-linkedin'),
|
|
3421
|
+
elementClass: IconBrandLinkedin$1,
|
|
3422
|
+
react: React
|
|
3423
|
+
});
|
|
3424
|
+
|
|
3425
|
+
var IconBrandPlayStore = createComponent({
|
|
3426
|
+
tagName: getScopedTagName('gds-icon-brand-play-store'),
|
|
3427
|
+
elementClass: IconBrandPlayStore$1,
|
|
3428
|
+
react: React
|
|
3429
|
+
});
|
|
3430
|
+
|
|
3431
|
+
var IconBrandRssFeed = createComponent({
|
|
3432
|
+
tagName: getScopedTagName('gds-icon-brand-rss-feed'),
|
|
3433
|
+
elementClass: IconBrandRssFeed$1,
|
|
3434
|
+
react: React
|
|
3435
|
+
});
|
|
3436
|
+
|
|
3437
|
+
var IconBrandSeb = createComponent({
|
|
3438
|
+
tagName: getScopedTagName('gds-icon-brand-seb'),
|
|
3439
|
+
elementClass: IconBrandSeb$1,
|
|
3440
|
+
react: React
|
|
3441
|
+
});
|
|
3442
|
+
|
|
3443
|
+
var IconBrandSpotify = createComponent({
|
|
3444
|
+
tagName: getScopedTagName('gds-icon-brand-spotify'),
|
|
3445
|
+
elementClass: IconBrandSpotify$1,
|
|
3446
|
+
react: React
|
|
3447
|
+
});
|
|
3448
|
+
|
|
3449
|
+
var IconBrandX = createComponent({
|
|
3450
|
+
tagName: getScopedTagName('gds-icon-brand-x'),
|
|
3451
|
+
elementClass: IconBrandX$1,
|
|
3452
|
+
react: React
|
|
3453
|
+
});
|
|
3454
|
+
|
|
3363
3455
|
var IconBrush = createComponent({
|
|
3364
3456
|
tagName: getScopedTagName('gds-icon-brush'),
|
|
3365
3457
|
elementClass: IconBrush$1,
|
|
@@ -3552,12 +3644,6 @@ var IconChevronTop = createComponent({
|
|
|
3552
3644
|
react: React
|
|
3553
3645
|
});
|
|
3554
3646
|
|
|
3555
|
-
var IconChrome = createComponent({
|
|
3556
|
-
tagName: getScopedTagName('gds-icon-chrome'),
|
|
3557
|
-
elementClass: IconChrome$1,
|
|
3558
|
-
react: React
|
|
3559
|
-
});
|
|
3560
|
-
|
|
3561
3647
|
var IconCircleCheck = createComponent({
|
|
3562
3648
|
tagName: getScopedTagName('gds-icon-circle-check'),
|
|
3563
3649
|
elementClass: IconCircleCheck$1,
|
|
@@ -3708,9 +3794,15 @@ var IconEuro = createComponent({
|
|
|
3708
3794
|
react: React
|
|
3709
3795
|
});
|
|
3710
3796
|
|
|
3711
|
-
var
|
|
3712
|
-
tagName: getScopedTagName('gds-icon-
|
|
3713
|
-
elementClass:
|
|
3797
|
+
var IconEyeOpen = createComponent({
|
|
3798
|
+
tagName: getScopedTagName('gds-icon-eye-open'),
|
|
3799
|
+
elementClass: IconEyeOpen$1,
|
|
3800
|
+
react: React
|
|
3801
|
+
});
|
|
3802
|
+
|
|
3803
|
+
var IconEyeSlash = createComponent({
|
|
3804
|
+
tagName: getScopedTagName('gds-icon-eye-slash'),
|
|
3805
|
+
elementClass: IconEyeSlash$1,
|
|
3714
3806
|
react: React
|
|
3715
3807
|
});
|
|
3716
3808
|
|
|
@@ -3720,9 +3812,9 @@ var IconFashion = createComponent({
|
|
|
3720
3812
|
react: React
|
|
3721
3813
|
});
|
|
3722
3814
|
|
|
3723
|
-
var
|
|
3724
|
-
tagName: getScopedTagName('gds-icon-
|
|
3725
|
-
elementClass:
|
|
3815
|
+
var IconFastForward = createComponent({
|
|
3816
|
+
tagName: getScopedTagName('gds-icon-fast-forward'),
|
|
3817
|
+
elementClass: IconFastForward$1,
|
|
3726
3818
|
react: React
|
|
3727
3819
|
});
|
|
3728
3820
|
|
|
@@ -3804,12 +3896,6 @@ var IconFolder = createComponent({
|
|
|
3804
3896
|
react: React
|
|
3805
3897
|
});
|
|
3806
3898
|
|
|
3807
|
-
var IconGithub = createComponent({
|
|
3808
|
-
tagName: getScopedTagName('gds-icon-github'),
|
|
3809
|
-
elementClass: IconGithub$1,
|
|
3810
|
-
react: React
|
|
3811
|
-
});
|
|
3812
|
-
|
|
3813
3899
|
var IconGlobus = createComponent({
|
|
3814
3900
|
tagName: getScopedTagName('gds-icon-globus'),
|
|
3815
3901
|
elementClass: IconGlobus$1,
|
|
@@ -3822,12 +3908,6 @@ var IconGraduateCap = createComponent({
|
|
|
3822
3908
|
react: React
|
|
3823
3909
|
});
|
|
3824
3910
|
|
|
3825
|
-
var IconGreen = createComponent({
|
|
3826
|
-
tagName: getScopedTagName('gds-icon-green'),
|
|
3827
|
-
elementClass: IconGreen$1,
|
|
3828
|
-
react: React
|
|
3829
|
-
});
|
|
3830
|
-
|
|
3831
3911
|
var IconGroup = createComponent({
|
|
3832
3912
|
tagName: getScopedTagName('gds-icon-group'),
|
|
3833
3913
|
elementClass: IconGroup$1,
|
|
@@ -3900,12 +3980,6 @@ var IconImages = createComponent({
|
|
|
3900
3980
|
react: React
|
|
3901
3981
|
});
|
|
3902
3982
|
|
|
3903
|
-
var IconInstagram = createComponent({
|
|
3904
|
-
tagName: getScopedTagName('gds-icon-instagram'),
|
|
3905
|
-
elementClass: IconInstagram$1,
|
|
3906
|
-
react: React
|
|
3907
|
-
});
|
|
3908
|
-
|
|
3909
3983
|
var IconInvite = createComponent({
|
|
3910
3984
|
tagName: getScopedTagName('gds-icon-invite'),
|
|
3911
3985
|
elementClass: IconInvite$1,
|
|
@@ -3966,12 +4040,6 @@ var IconLineChartTwo = createComponent({
|
|
|
3966
4040
|
react: React
|
|
3967
4041
|
});
|
|
3968
4042
|
|
|
3969
|
-
var IconLinkedin = createComponent({
|
|
3970
|
-
tagName: getScopedTagName('gds-icon-linkedin'),
|
|
3971
|
-
elementClass: IconLinkedin$1,
|
|
3972
|
-
react: React
|
|
3973
|
-
});
|
|
3974
|
-
|
|
3975
4043
|
var IconLock = createComponent({
|
|
3976
4044
|
tagName: getScopedTagName('gds-icon-lock'),
|
|
3977
4045
|
elementClass: IconLock$1,
|
|
@@ -4056,6 +4124,12 @@ var IconPaperclip = createComponent({
|
|
|
4056
4124
|
react: React
|
|
4057
4125
|
});
|
|
4058
4126
|
|
|
4127
|
+
var IconPause = createComponent({
|
|
4128
|
+
tagName: getScopedTagName('gds-icon-pause'),
|
|
4129
|
+
elementClass: IconPause$1,
|
|
4130
|
+
react: React
|
|
4131
|
+
});
|
|
4132
|
+
|
|
4059
4133
|
var IconPencelLine = createComponent({
|
|
4060
4134
|
tagName: getScopedTagName('gds-icon-pencel-line'),
|
|
4061
4135
|
elementClass: IconPencelLine$1,
|
|
@@ -4098,6 +4172,12 @@ var IconPeopleCopy = createComponent({
|
|
|
4098
4172
|
react: React
|
|
4099
4173
|
});
|
|
4100
4174
|
|
|
4175
|
+
var IconPeopleProfile = createComponent({
|
|
4176
|
+
tagName: getScopedTagName('gds-icon-people-profile'),
|
|
4177
|
+
elementClass: IconPeopleProfile$1,
|
|
4178
|
+
react: React
|
|
4179
|
+
});
|
|
4180
|
+
|
|
4101
4181
|
var IconPeopleRemove = createComponent({
|
|
4102
4182
|
tagName: getScopedTagName('gds-icon-people-remove'),
|
|
4103
4183
|
elementClass: IconPeopleRemove$1,
|
|
@@ -4248,12 +4328,6 @@ var IconRocket = createComponent({
|
|
|
4248
4328
|
react: React
|
|
4249
4329
|
});
|
|
4250
4330
|
|
|
4251
|
-
var IconRssFeed = createComponent({
|
|
4252
|
-
tagName: getScopedTagName('gds-icon-rss-feed'),
|
|
4253
|
-
elementClass: IconRssFeed$1,
|
|
4254
|
-
react: React
|
|
4255
|
-
});
|
|
4256
|
-
|
|
4257
4331
|
var IconSchool = createComponent({
|
|
4258
4332
|
tagName: getScopedTagName('gds-icon-school'),
|
|
4259
4333
|
elementClass: IconSchool$1,
|
|
@@ -4272,12 +4346,6 @@ var IconSearchMenu = createComponent({
|
|
|
4272
4346
|
react: React
|
|
4273
4347
|
});
|
|
4274
4348
|
|
|
4275
|
-
var IconSeb = createComponent({
|
|
4276
|
-
tagName: getScopedTagName('gds-icon-seb'),
|
|
4277
|
-
elementClass: IconSeb$1,
|
|
4278
|
-
react: React
|
|
4279
|
-
});
|
|
4280
|
-
|
|
4281
4349
|
var IconSettingsGear = createComponent({
|
|
4282
4350
|
tagName: getScopedTagName('gds-icon-settings-gear'),
|
|
4283
4351
|
elementClass: IconSettingsGear$1,
|
|
@@ -4332,12 +4400,6 @@ var IconSolar = createComponent({
|
|
|
4332
4400
|
react: React
|
|
4333
4401
|
});
|
|
4334
4402
|
|
|
4335
|
-
var IconSpotify = createComponent({
|
|
4336
|
-
tagName: getScopedTagName('gds-icon-spotify'),
|
|
4337
|
-
elementClass: IconSpotify$1,
|
|
4338
|
-
react: React
|
|
4339
|
-
});
|
|
4340
|
-
|
|
4341
4403
|
var IconSquareArrowTopRight = createComponent({
|
|
4342
4404
|
tagName: getScopedTagName('gds-icon-square-arrow-top-right'),
|
|
4343
4405
|
elementClass: IconSquareArrowTopRight$1,
|
|
@@ -4518,12 +4580,6 @@ var IconTruck = createComponent({
|
|
|
4518
4580
|
react: React
|
|
4519
4581
|
});
|
|
4520
4582
|
|
|
4521
|
-
var IconTwitter = createComponent({
|
|
4522
|
-
tagName: getScopedTagName('gds-icon-twitter'),
|
|
4523
|
-
elementClass: IconTwitter$1,
|
|
4524
|
-
react: React
|
|
4525
|
-
});
|
|
4526
|
-
|
|
4527
4583
|
var IconUmbrellaSecurity = createComponent({
|
|
4528
4584
|
tagName: getScopedTagName('gds-icon-umbrella-security'),
|
|
4529
4585
|
elementClass: IconUmbrellaSecurity$1,
|
|
@@ -5134,4 +5190,4 @@ var Segment = function Segment(_a) {
|
|
|
5134
5190
|
}, props));
|
|
5135
5191
|
};
|
|
5136
5192
|
|
|
5137
|
-
export { Accordion, AlertRibbon as Alert, AlertRibbon, Badge, BankId, Breadcrumb, BreadcrumbItem, Button, ButtonGroup, Card, Check, Checkbox, ChevronDown, ContextMenu, CoreDatepicker, CoreDropdown, CoreMenuHeading, CoreOption, CoreSegementedControl, CoreSegment, Datepicker, Dropdown, Edit, EmailInput, Flexbox, Form, FormItem, FormItems, Group, GroupedList, IconAirplaneUp,
|
|
5193
|
+
export { Accordion, AlertRibbon as Alert, AlertRibbon, Badge, BankId, Breadcrumb, BreadcrumbItem, Button, ButtonGroup, Card, Check, Checkbox, ChevronDown, ContextMenu, CoreDatepicker, CoreDropdown, CoreMenuHeading, CoreOption, CoreSegementedControl, CoreSegment, Datepicker, Dropdown, Edit, EmailInput, Flexbox, Form, FormItem, FormItems, Group, GroupedList, IconAirplaneUp, IconArchive, IconArrow, IconArrowBoxLeft, IconArrowBoxRight, IconArrowDown, IconArrowInbox, IconArrowLeft, IconArrowLeftRight, IconArrowOutOfBox, IconArrowRight, IconArrowRightCircle, IconArrowRightDownCircle, IconArrowRightUpCircle, IconArrowRotateClockwise, IconArrowRotateCounterClockwise, IconArrowRotateLeftRight, IconArrowRotateRightLeft, IconArrowShareLeft, IconArrowShareRight, IconArrowUp, IconArrowWallDown, IconArrowWallLeft, IconArrowWallRight, IconArrowWallUp, IconArrowsRepeat, IconAt, IconBack, IconBag, IconBank, IconBanknote, IconBarcode, IconBarsThree, IconBarsTwo, IconBatteryLoading, IconBell, IconBlock, IconBook, IconBookmark, IconBookmarkCheck, IconBookmarkDelete, IconBookmarkPlus, IconBookmarkRemove, IconBooks, IconBrandAppStore, IconBrandAppleMusic, IconBrandBankid, IconBrandChrome, IconBrandFacebook, IconBrandFigma, IconBrandGithub, IconBrandGreen, IconBrandInstagram, IconBrandLinkedin, IconBrandPlayStore, IconBrandRssFeed, IconBrandSeb, IconBrandSpotify, IconBrandX, IconBrush, IconBubble, IconBubbleAnnotation, IconBubbleDots, IconBubbleQuestion, IconBubbleQuotes, IconBubbleText, IconBubbleWideAnnotation, IconBubbles, IconBuildings, IconButton, IconCainLink, IconCalculator, IconCalendar, IconCalendarCheck, IconCalenderAdd, IconCall, IconCar, IconChargingStation, IconChartOne, IconChartPresentation, IconChartTwo, IconChecklist, IconCheckmark, IconChevronBottom, IconChevronDoubleDown, IconChevronDoubleLeft, IconChevronDoubleRight, IconChevronDoubleUp, IconChevronGrabberVertical, IconChevronLeft, IconChevronRight, IconChevronTop, IconCircleCheck, IconCircleInfo, IconCircleMinus, IconCirclePlaceholderOn, IconCirclePlus, IconCircleQuestionmark, IconCircleX, IconCirclesThree, IconClock, IconCloudUpload, IconCloudySun, IconCompassRound, IconCreditCard, IconCrossLarge, IconCrossSmall, IconCupHot, IconDevices, IconDirection, IconDollar, IconDotGridOneHorizontal, IconDotGridOneVertical, IconDotGridThree, IconDotGridTwo, IconEmail, IconEuro, IconEyeOpen, IconEyeSlash, IconFashion, IconFastForward, IconFileBend, IconFileChart, IconFileText, IconFiles, IconFilter, IconFlag, IconFloppyDisk, IconFocus, IconFocusSquare, IconFolder, IconFolderAddRight, IconFolderPaper, IconFolderUpload, IconGlobus, IconGraduateCap, IconGroup, IconGrowth, IconHeadphones, IconHeart, IconHeartBeat, IconHistory, IconHomeEnergyOne, IconHomeEnergyTwo, IconHomeOpen, IconHomeRoof, IconHorizontalAlignmentBottom, IconImages, IconInvite, IconKnifeSpoon, IconLaw, IconLightBulb, IconLightBulbSimple, IconLightning, IconLineChartFour, IconLineChartOne, IconLineChartThree, IconLineChartTwo, IconLock, IconMacbookAir, IconMagnifyingGlass, IconMaintenance, IconMapPin, IconMegaphone, IconMinusLarge, IconMinusSmall, IconMoneyHand, IconMoneybag, IconMoon, IconMute, IconPageText, IconPaperclip, IconPause, IconPencelLine, IconPencilSparkle, IconPencilWave, IconPeople, IconPeopleAdd, IconPeopleAdded, IconPeopleCircle, IconPeopleCopy, IconPeopleProfile, IconPeopleRemove, IconPercent, IconPhone, IconPhoneDynamicIsland, IconPieChart, IconPiggyBank, IconPin, IconPinch, IconPlay, IconPlayCircle, IconPlusLarge, IconPlusSmall, IconPoop, IconPowerPlant, IconPrinter, IconPush, IconQrCode, IconRainy, IconRaisingHand, IconReadingList, IconReceiptBill, IconReceiptionBell, IconRobot, IconRocket, IconSchool, IconScissors, IconSearchMenu, IconSettingsGear, IconSettingsSliderHor, IconSettingsSliderThree, IconSettingsSliderVer, IconShare, IconShoppingBag, IconSmartwatch, IconSolar, IconSolarPanel, IconSquareArrowTopRight, IconSquareBehindSquare, IconSquareCheck, IconSquareGridCircle, IconSquareInfo, IconSquareMinus, IconSquarePlaceholder, IconSquarePlus, IconSquareX, IconStar, IconStore, IconSuitcaseWork, IconSun, IconTag, IconTelevision, IconTennis, IconTextEdit, IconThermostat, IconThumbsDown, IconThumbsUp, IconTodos, IconTradingViewCandles, IconTrashCan, IconTree, IconTrendingFour, IconTrendingOne, IconTrendingThree, IconTrendingTwo, IconTriangleExclamation, IconTruck, IconUmbrellaSecurity, IconUnlocked, IconVerticalAlignmentRight, IconVolumeFull, IconVolumeHalf, IconVolumeOff, IconWallet, IconWarningSign, IconZap, IconZoomIn, IconZoomOut, InPageWizardStepCard, InfoCircle, Input, Link, List$1 as List, ListItem, MenuItem, Modal, Navbar, NumberInput, Option, OptionGroup, RadioButton, RadioGroup, Segment, SegmentedControl, Select, Slider, SortDirection, SquareExclamation, SquareInfo, Stepper, Tab, Table, TableBody, TableCell, TableContext, TableHeader, TableHeaderCell, TableRow, Tabs, Text, TextArea, TextInput, Times, valueList$1 as ValueList, filterArrayByColumns, onRowSelect, paginate, searchTextByColumns, sortArray, sumCols, useTableContext };
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sebgroup/green-react",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.17.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"react": "^17 || ^18",
|
|
6
6
|
"react-dom": "^17 || ^18"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@sebgroup/green-core": "^1.
|
|
9
|
+
"@sebgroup/green-core": "^1.41.0",
|
|
10
10
|
"@sebgroup/chlorophyll": "^3.6.2",
|
|
11
11
|
"@sebgroup/extract": "^3.0.1",
|
|
12
12
|
"@lit/react": "^1.0.2",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from './IconAirplaneUp';
|
|
2
|
-
export * from './IconAppleMusic';
|
|
3
2
|
export * from './IconArchive';
|
|
4
3
|
export * from './IconArrowBoxLeft';
|
|
5
4
|
export * from './IconArrowBoxRight';
|
|
@@ -26,9 +25,9 @@ export * from './IconArrowWallUp';
|
|
|
26
25
|
export * from './IconArrow';
|
|
27
26
|
export * from './IconArrowsRepeat';
|
|
28
27
|
export * from './IconAt';
|
|
28
|
+
export * from './IconBack';
|
|
29
29
|
export * from './IconBag';
|
|
30
30
|
export * from './IconBank';
|
|
31
|
-
export * from './IconBankid';
|
|
32
31
|
export * from './IconBanknote';
|
|
33
32
|
export * from './IconBarcode';
|
|
34
33
|
export * from './IconBarsThree';
|
|
@@ -43,6 +42,21 @@ export * from './IconBookmarkPlus';
|
|
|
43
42
|
export * from './IconBookmarkRemove';
|
|
44
43
|
export * from './IconBookmark';
|
|
45
44
|
export * from './IconBooks';
|
|
45
|
+
export * from './IconBrandAppStore';
|
|
46
|
+
export * from './IconBrandAppleMusic';
|
|
47
|
+
export * from './IconBrandBankid';
|
|
48
|
+
export * from './IconBrandChrome';
|
|
49
|
+
export * from './IconBrandFacebook';
|
|
50
|
+
export * from './IconBrandFigma';
|
|
51
|
+
export * from './IconBrandGithub';
|
|
52
|
+
export * from './IconBrandGreen';
|
|
53
|
+
export * from './IconBrandInstagram';
|
|
54
|
+
export * from './IconBrandLinkedin';
|
|
55
|
+
export * from './IconBrandPlayStore';
|
|
56
|
+
export * from './IconBrandRssFeed';
|
|
57
|
+
export * from './IconBrandSeb';
|
|
58
|
+
export * from './IconBrandSpotify';
|
|
59
|
+
export * from './IconBrandX';
|
|
46
60
|
export * from './IconBrush';
|
|
47
61
|
export * from './IconBubbleAnnotation';
|
|
48
62
|
export * from './IconBubbleDots';
|
|
@@ -75,7 +89,6 @@ export * from './IconChevronGrabberVertical';
|
|
|
75
89
|
export * from './IconChevronLeft';
|
|
76
90
|
export * from './IconChevronRight';
|
|
77
91
|
export * from './IconChevronTop';
|
|
78
|
-
export * from './IconChrome';
|
|
79
92
|
export * from './IconCircleCheck';
|
|
80
93
|
export * from './IconCircleInfo';
|
|
81
94
|
export * from './IconCircleMinus';
|
|
@@ -101,9 +114,10 @@ export * from './IconDotGridThree';
|
|
|
101
114
|
export * from './IconDotGridTwo';
|
|
102
115
|
export * from './IconEmail';
|
|
103
116
|
export * from './IconEuro';
|
|
104
|
-
export * from './
|
|
117
|
+
export * from './IconEyeOpen';
|
|
118
|
+
export * from './IconEyeSlash';
|
|
105
119
|
export * from './IconFashion';
|
|
106
|
-
export * from './
|
|
120
|
+
export * from './IconFastForward';
|
|
107
121
|
export * from './IconFileBend';
|
|
108
122
|
export * from './IconFileChart';
|
|
109
123
|
export * from './IconFileText';
|
|
@@ -117,10 +131,8 @@ export * from './IconFolderAddRight';
|
|
|
117
131
|
export * from './IconFolderPaper';
|
|
118
132
|
export * from './IconFolderUpload';
|
|
119
133
|
export * from './IconFolder';
|
|
120
|
-
export * from './IconGithub';
|
|
121
134
|
export * from './IconGlobus';
|
|
122
135
|
export * from './IconGraduateCap';
|
|
123
|
-
export * from './IconGreen';
|
|
124
136
|
export * from './IconGroup';
|
|
125
137
|
export * from './IconGrowth';
|
|
126
138
|
export * from './IconHeadphones';
|
|
@@ -133,7 +145,6 @@ export * from './IconHomeOpen';
|
|
|
133
145
|
export * from './IconHomeRoof';
|
|
134
146
|
export * from './IconHorizontalAlignmentBottom';
|
|
135
147
|
export * from './IconImages';
|
|
136
|
-
export * from './IconInstagram';
|
|
137
148
|
export * from './IconInvite';
|
|
138
149
|
export * from './IconKnifeSpoon';
|
|
139
150
|
export * from './IconLaw';
|
|
@@ -144,7 +155,6 @@ export * from './IconLineChartFour';
|
|
|
144
155
|
export * from './IconLineChartOne';
|
|
145
156
|
export * from './IconLineChartThree';
|
|
146
157
|
export * from './IconLineChartTwo';
|
|
147
|
-
export * from './IconLinkedin';
|
|
148
158
|
export * from './IconLock';
|
|
149
159
|
export * from './IconMacbookAir';
|
|
150
160
|
export * from './IconMagnifyingGlass';
|
|
@@ -159,6 +169,7 @@ export * from './IconMoon';
|
|
|
159
169
|
export * from './IconMute';
|
|
160
170
|
export * from './IconPageText';
|
|
161
171
|
export * from './IconPaperclip';
|
|
172
|
+
export * from './IconPause';
|
|
162
173
|
export * from './IconPencelLine';
|
|
163
174
|
export * from './IconPencilSparkle';
|
|
164
175
|
export * from './IconPencilWave';
|
|
@@ -166,6 +177,7 @@ export * from './IconPeopleAdd';
|
|
|
166
177
|
export * from './IconPeopleAdded';
|
|
167
178
|
export * from './IconPeopleCircle';
|
|
168
179
|
export * from './IconPeopleCopy';
|
|
180
|
+
export * from './IconPeopleProfile';
|
|
169
181
|
export * from './IconPeopleRemove';
|
|
170
182
|
export * from './IconPeople';
|
|
171
183
|
export * from './IconPercent';
|
|
@@ -191,11 +203,9 @@ export * from './IconReceiptBill';
|
|
|
191
203
|
export * from './IconReceiptionBell';
|
|
192
204
|
export * from './IconRobot';
|
|
193
205
|
export * from './IconRocket';
|
|
194
|
-
export * from './IconRssFeed';
|
|
195
206
|
export * from './IconSchool';
|
|
196
207
|
export * from './IconScissors';
|
|
197
208
|
export * from './IconSearchMenu';
|
|
198
|
-
export * from './IconSeb';
|
|
199
209
|
export * from './IconSettingsGear';
|
|
200
210
|
export * from './IconSettingsSliderHor';
|
|
201
211
|
export * from './IconSettingsSliderThree';
|
|
@@ -205,7 +215,6 @@ export * from './IconShoppingBag';
|
|
|
205
215
|
export * from './IconSmartwatch';
|
|
206
216
|
export * from './IconSolarPanel';
|
|
207
217
|
export * from './IconSolar';
|
|
208
|
-
export * from './IconSpotify';
|
|
209
218
|
export * from './IconSquareArrowTopRight';
|
|
210
219
|
export * from './IconSquareBehindSquare';
|
|
211
220
|
export * from './IconSquareCheck';
|
|
@@ -236,7 +245,6 @@ export * from './IconTrendingThree';
|
|
|
236
245
|
export * from './IconTrendingTwo';
|
|
237
246
|
export * from './IconTriangleExclamation';
|
|
238
247
|
export * from './IconTruck';
|
|
239
|
-
export * from './IconTwitter';
|
|
240
248
|
export * from './IconUmbrellaSecurity';
|
|
241
249
|
export * from './IconUnlocked';
|
|
242
250
|
export * from './IconVerticalAlignmentRight';
|