@sebgroup/green-core 2.1.0 → 2.2.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/assets/icons/regular/arrow-split.svg +1 -0
- package/assets/icons/regular/backward.svg +1 -0
- package/assets/icons/regular/basket.svg +1 -0
- package/assets/icons/regular/bullet-list.svg +1 -0
- package/assets/icons/regular/carussel.svg +3 -0
- package/assets/icons/regular/chevron-down-small.svg +1 -0
- package/assets/icons/regular/chevron-top-small.svg +1 -0
- package/assets/icons/regular/circle-ban.svg +1 -0
- package/assets/icons/regular/circle-dots.svg +4 -0
- package/assets/icons/regular/cursor.svg +1 -0
- package/assets/icons/regular/emoji-sad.svg +4 -0
- package/assets/icons/regular/emoji-smile.svg +4 -0
- package/assets/icons/regular/emoji-smiley.svg +1 -0
- package/assets/icons/regular/gift.svg +1 -0
- package/assets/icons/regular/heart-beat.svg +1 -3
- package/assets/icons/regular/hourglass.svg +1 -0
- package/assets/icons/regular/inbox-empty.svg +1 -0
- package/assets/icons/regular/jpg.svg +4 -0
- package/assets/icons/regular/key.svg +2 -0
- package/assets/icons/regular/paper-plane-top-right.svg +1 -0
- package/assets/icons/regular/pdf.svg +5 -0
- package/assets/icons/regular/png.svg +5 -0
- package/assets/icons/regular/postcard.svg +1 -0
- package/assets/icons/regular/record.svg +2 -0
- package/assets/icons/regular/shapes.svg +3 -0
- package/assets/icons/regular/shield-checked.svg +1 -0
- package/assets/icons/regular/shield-crossed.svg +1 -0
- package/assets/icons/regular/shield.svg +1 -0
- package/assets/icons/regular/signature.svg +1 -0
- package/assets/icons/regular/target-arrow.svg +1 -0
- package/assets/icons/regular/ticket.svg +1 -0
- package/assets/icons/regular/wifi-full.svg +2 -0
- package/assets/icons/solid/arrow-split.svg +1 -0
- package/assets/icons/solid/backward.svg +1 -0
- package/assets/icons/solid/basket.svg +3 -0
- package/assets/icons/solid/bullet-list.svg +4 -0
- package/assets/icons/solid/carussel.svg +1 -0
- package/assets/icons/solid/chevron-down-small.svg +1 -0
- package/assets/icons/solid/chevron-top-small.svg +1 -0
- package/assets/icons/solid/circle-ban.svg +2 -0
- package/assets/icons/solid/circle-dots.svg +1 -0
- package/assets/icons/solid/cursor.svg +1 -0
- package/assets/icons/solid/emoji-sad.svg +1 -0
- package/assets/icons/solid/emoji-smile.svg +1 -0
- package/assets/icons/solid/emoji-smiley.svg +1 -0
- package/assets/icons/solid/gift.svg +3 -0
- package/assets/icons/solid/heart-beat.svg +1 -3
- package/assets/icons/solid/hourglass.svg +1 -0
- package/assets/icons/solid/inbox-empty.svg +1 -0
- package/assets/icons/solid/jpg.svg +5 -0
- package/assets/icons/solid/key.svg +1 -0
- package/assets/icons/solid/paper-plane-top-right.svg +1 -0
- package/assets/icons/solid/pdf.svg +5 -0
- package/assets/icons/solid/png.svg +5 -0
- package/assets/icons/solid/postcard.svg +1 -0
- package/assets/icons/solid/record.svg +1 -0
- package/assets/icons/solid/shapes.svg +3 -0
- package/assets/icons/solid/shield-checked.svg +1 -0
- package/assets/icons/solid/shield-crossed.svg +1 -0
- package/assets/icons/solid/shield.svg +1 -0
- package/assets/icons/solid/signature.svg +1 -0
- package/assets/icons/solid/target-arrow.svg +3 -0
- package/assets/icons/solid/ticket.svg +1 -0
- package/assets/icons/solid/wifi-full.svg +3 -0
- package/components/alert/alert.component.d.ts +1 -1
- package/components/badge/badge.component.d.ts +0 -1
- package/components/breadcrumbs/breadcrumbs.component.d.ts +0 -1
- package/components/button/button.component.d.ts +0 -1
- package/components/calendar/calendar.component.d.ts +0 -1
- package/components/card/card.component.d.ts +0 -1
- package/components/checkbox/checkbox-group/checkbox-group.component.d.ts +0 -1
- package/components/checkbox/checkbox.component.d.ts +0 -1
- package/components/context-menu/context-menu.component.d.ts +0 -1
- package/components/datepicker/datepicker.component.d.ts +0 -1
- package/components/details/details-icon/details-icon.component.d.ts +0 -1
- package/components/details/details.component.d.ts +0 -1
- package/components/dialog/dialog.component.d.ts +1 -1
- package/components/div/div.component.d.ts +0 -1
- package/components/divider/divider.component.d.ts +0 -1
- package/components/dropdown/dropdown.component.d.ts +0 -1
- package/components/fab/fab.component.d.ts +0 -1
- package/components/filter-chips/filter-chip/filter-chip.component.d.ts +0 -1
- package/components/filter-chips/filter-chips.component.d.ts +0 -1
- package/components/form-summary/summary.component.d.ts +1 -0
- package/components/grid/grid.component.d.ts +0 -1
- package/components/grouped-list/grouped-list.component.d.ts +1 -1
- package/components/icon/icon.component.d.ts +0 -1
- package/components/icon/icon.deprecated.js +1 -0
- package/components/icon/icons/arrow-split.component.d.ts +18 -0
- package/components/icon/icons/arrow-split.component.js +25 -0
- package/components/icon/icons/arrow-split.d.ts +2 -0
- package/components/icon/icons/arrow-split.js +6 -0
- package/components/icon/icons/backward.component.d.ts +18 -0
- package/components/icon/icons/backward.component.js +25 -0
- package/components/icon/icons/backward.d.ts +2 -0
- package/components/icon/icons/backward.js +6 -0
- package/components/icon/icons/basket.component.d.ts +18 -0
- package/components/icon/icons/basket.component.js +25 -0
- package/components/icon/icons/basket.d.ts +2 -0
- package/components/icon/icons/basket.js +6 -0
- package/components/icon/icons/bullet-list.component.d.ts +18 -0
- package/components/icon/icons/bullet-list.component.js +25 -0
- package/components/icon/icons/bullet-list.d.ts +2 -0
- package/components/icon/icons/bullet-list.js +6 -0
- package/components/icon/icons/carussel.component.d.ts +18 -0
- package/components/icon/icons/carussel.component.js +25 -0
- package/components/icon/icons/carussel.d.ts +2 -0
- package/components/icon/icons/carussel.js +6 -0
- package/components/icon/icons/chevron-down-small.component.d.ts +18 -0
- package/components/icon/icons/chevron-down-small.component.js +25 -0
- package/components/icon/icons/chevron-down-small.d.ts +2 -0
- package/components/icon/icons/chevron-down-small.js +6 -0
- package/components/icon/icons/chevron-top-small.component.d.ts +18 -0
- package/components/icon/icons/chevron-top-small.component.js +25 -0
- package/components/icon/icons/chevron-top-small.d.ts +2 -0
- package/components/icon/icons/chevron-top-small.js +6 -0
- package/components/icon/icons/circle-ban.component.d.ts +18 -0
- package/components/icon/icons/circle-ban.component.js +25 -0
- package/components/icon/icons/circle-ban.d.ts +2 -0
- package/components/icon/icons/circle-ban.js +6 -0
- package/components/icon/icons/circle-dots.component.d.ts +18 -0
- package/components/icon/icons/circle-dots.component.js +25 -0
- package/components/icon/icons/circle-dots.d.ts +2 -0
- package/components/icon/icons/circle-dots.js +6 -0
- package/components/icon/icons/cursor.component.d.ts +18 -0
- package/components/icon/icons/cursor.component.js +25 -0
- package/components/icon/icons/cursor.d.ts +2 -0
- package/components/icon/icons/cursor.js +6 -0
- package/components/icon/icons/emoji-sad.component.d.ts +18 -0
- package/components/icon/icons/emoji-sad.component.js +25 -0
- package/components/icon/icons/emoji-sad.d.ts +2 -0
- package/components/icon/icons/emoji-sad.js +6 -0
- package/components/icon/icons/emoji-smile.component.d.ts +18 -0
- package/components/icon/icons/emoji-smile.component.js +25 -0
- package/components/icon/icons/emoji-smile.d.ts +2 -0
- package/components/icon/icons/emoji-smile.js +6 -0
- package/components/icon/icons/emoji-smiley.component.d.ts +18 -0
- package/components/icon/icons/emoji-smiley.component.js +25 -0
- package/components/icon/icons/emoji-smiley.d.ts +2 -0
- package/components/icon/icons/emoji-smiley.js +6 -0
- package/components/icon/icons/gift.component.d.ts +18 -0
- package/components/icon/icons/gift.component.js +25 -0
- package/components/icon/icons/gift.d.ts +2 -0
- package/components/icon/icons/gift.js +6 -0
- package/components/icon/icons/hourglass.component.d.ts +18 -0
- package/components/icon/icons/hourglass.component.js +25 -0
- package/components/icon/icons/hourglass.d.ts +2 -0
- package/components/icon/icons/hourglass.js +6 -0
- package/components/icon/icons/inbox-empty.component.d.ts +18 -0
- package/components/icon/icons/inbox-empty.component.js +25 -0
- package/components/icon/icons/inbox-empty.d.ts +2 -0
- package/components/icon/icons/inbox-empty.js +6 -0
- package/components/icon/icons/index.d.ts +31 -0
- package/components/icon/icons/index.js +31 -0
- package/components/icon/icons/jpg.component.d.ts +18 -0
- package/components/icon/icons/jpg.component.js +25 -0
- package/components/icon/icons/jpg.d.ts +2 -0
- package/components/icon/icons/jpg.js +6 -0
- package/components/icon/icons/key.component.d.ts +18 -0
- package/components/icon/icons/key.component.js +25 -0
- package/components/icon/icons/key.d.ts +2 -0
- package/components/icon/icons/key.js +6 -0
- package/components/icon/icons/other.component.d.ts +1 -0
- package/components/icon/icons/paper-plane-top-right.component.d.ts +18 -0
- package/components/icon/icons/paper-plane-top-right.component.js +25 -0
- package/components/icon/icons/paper-plane-top-right.d.ts +2 -0
- package/components/icon/icons/paper-plane-top-right.js +6 -0
- package/components/icon/icons/pdf.component.d.ts +18 -0
- package/components/icon/icons/pdf.component.js +25 -0
- package/components/icon/icons/pdf.d.ts +2 -0
- package/components/icon/icons/pdf.js +6 -0
- package/components/icon/icons/png.component.d.ts +18 -0
- package/components/icon/icons/png.component.js +25 -0
- package/components/icon/icons/png.d.ts +2 -0
- package/components/icon/icons/png.js +6 -0
- package/components/icon/icons/postcard.component.d.ts +18 -0
- package/components/icon/icons/postcard.component.js +25 -0
- package/components/icon/icons/postcard.d.ts +2 -0
- package/components/icon/icons/postcard.js +6 -0
- package/components/icon/icons/pure.d.ts +31 -0
- package/components/icon/icons/pure.js +31 -0
- package/components/icon/icons/record.component.d.ts +18 -0
- package/components/icon/icons/record.component.js +25 -0
- package/components/icon/icons/record.d.ts +2 -0
- package/components/icon/icons/record.js +6 -0
- package/components/icon/icons/shapes.component.d.ts +18 -0
- package/components/icon/icons/shapes.component.js +25 -0
- package/components/icon/icons/shapes.d.ts +2 -0
- package/components/icon/icons/shapes.js +6 -0
- package/components/icon/icons/shield-checked.component.d.ts +18 -0
- package/components/icon/icons/shield-checked.component.js +25 -0
- package/components/icon/icons/shield-checked.d.ts +2 -0
- package/components/icon/icons/shield-checked.js +6 -0
- package/components/icon/icons/shield-crossed.component.d.ts +18 -0
- package/components/icon/icons/shield-crossed.component.js +25 -0
- package/components/icon/icons/shield-crossed.d.ts +2 -0
- package/components/icon/icons/shield-crossed.js +6 -0
- package/components/icon/icons/shield.component.d.ts +18 -0
- package/components/icon/icons/shield.component.js +25 -0
- package/components/icon/icons/shield.d.ts +2 -0
- package/components/icon/icons/shield.js +6 -0
- package/components/icon/icons/signature.component.d.ts +18 -0
- package/components/icon/icons/signature.component.js +25 -0
- package/components/icon/icons/signature.d.ts +2 -0
- package/components/icon/icons/signature.js +6 -0
- package/components/icon/icons/target-arrow.component.d.ts +18 -0
- package/components/icon/icons/target-arrow.component.js +25 -0
- package/components/icon/icons/target-arrow.d.ts +2 -0
- package/components/icon/icons/target-arrow.js +6 -0
- package/components/icon/icons/ticket.component.d.ts +18 -0
- package/components/icon/icons/ticket.component.js +25 -0
- package/components/icon/icons/ticket.d.ts +2 -0
- package/components/icon/icons/ticket.js +6 -0
- package/components/icon/icons/wifi-full.component.d.ts +18 -0
- package/components/icon/icons/wifi-full.component.js +25 -0
- package/components/icon/icons/wifi-full.d.ts +2 -0
- package/components/icon/icons/wifi-full.js +6 -0
- package/components/img/img.component.d.ts +0 -1
- package/components/input/input.component.d.ts +0 -1
- package/components/link/link.component.d.ts +0 -1
- package/components/menu-button/menu-button.component.d.ts +0 -1
- package/components/popover/backdrop.component.d.ts +0 -1
- package/components/popover/popover.component.d.ts +0 -1
- package/components/radio/radio-group/radio-group.component.d.ts +0 -1
- package/components/radio/radio.component.d.ts +0 -1
- package/components/rich-text/rich-text.component.d.ts +0 -1
- package/components/segmented-control/segmented-control.component.d.ts +0 -1
- package/components/select/select.component.d.ts +0 -1
- package/components/text/text.component.d.ts +0 -1
- package/components/textarea/textarea.component.d.ts +0 -1
- package/components/theme/theme.component.d.ts +0 -1
- package/generated/react/icons/icon-arrow-split/index.d.ts +386 -0
- package/generated/react/icons/icon-arrow-split/index.js +15 -0
- package/generated/react/icons/icon-backward/index.d.ts +386 -0
- package/generated/react/icons/icon-backward/index.js +13 -0
- package/generated/react/icons/icon-basket/index.d.ts +386 -0
- package/generated/react/icons/icon-basket/index.js +13 -0
- package/generated/react/icons/icon-bullet-list/index.d.ts +386 -0
- package/generated/react/icons/icon-bullet-list/index.js +15 -0
- package/generated/react/icons/icon-carussel/index.d.ts +386 -0
- package/generated/react/icons/icon-carussel/index.js +13 -0
- package/generated/react/icons/icon-chevron-down-small/index.d.ts +386 -0
- package/generated/react/icons/icon-chevron-down-small/index.js +15 -0
- package/generated/react/icons/icon-chevron-top-small/index.d.ts +386 -0
- package/generated/react/icons/icon-chevron-top-small/index.js +15 -0
- package/generated/react/icons/icon-circle-ban/index.d.ts +386 -0
- package/generated/react/icons/icon-circle-ban/index.js +15 -0
- package/generated/react/icons/icon-circle-dots/index.d.ts +386 -0
- package/generated/react/icons/icon-circle-dots/index.js +15 -0
- package/generated/react/icons/icon-cursor/index.d.ts +386 -0
- package/generated/react/icons/icon-cursor/index.js +13 -0
- package/generated/react/icons/icon-emoji-sad/index.d.ts +386 -0
- package/generated/react/icons/icon-emoji-sad/index.js +13 -0
- package/generated/react/icons/icon-emoji-smile/index.d.ts +386 -0
- package/generated/react/icons/icon-emoji-smile/index.js +15 -0
- package/generated/react/icons/icon-emoji-smiley/index.d.ts +386 -0
- package/generated/react/icons/icon-emoji-smiley/index.js +15 -0
- package/generated/react/icons/icon-gift/index.d.ts +386 -0
- package/generated/react/icons/icon-gift/index.js +13 -0
- package/generated/react/icons/icon-hourglass/index.d.ts +386 -0
- package/generated/react/icons/icon-hourglass/index.js +13 -0
- package/generated/react/icons/icon-inbox-empty/index.d.ts +386 -0
- package/generated/react/icons/icon-inbox-empty/index.js +15 -0
- package/generated/react/icons/icon-jpg/index.d.ts +386 -0
- package/generated/react/icons/icon-jpg/index.js +13 -0
- package/generated/react/icons/icon-key/index.d.ts +386 -0
- package/generated/react/icons/icon-key/index.js +13 -0
- package/generated/react/icons/icon-paper-plane-top-right/index.d.ts +386 -0
- package/generated/react/icons/icon-paper-plane-top-right/index.js +15 -0
- package/generated/react/icons/icon-pdf/index.d.ts +386 -0
- package/generated/react/icons/icon-pdf/index.js +13 -0
- package/generated/react/icons/icon-png/index.d.ts +386 -0
- package/generated/react/icons/icon-png/index.js +13 -0
- package/generated/react/icons/icon-postcard/index.d.ts +386 -0
- package/generated/react/icons/icon-postcard/index.js +13 -0
- package/generated/react/icons/icon-record/index.d.ts +386 -0
- package/generated/react/icons/icon-record/index.js +13 -0
- package/generated/react/icons/icon-shapes/index.d.ts +386 -0
- package/generated/react/icons/icon-shapes/index.js +13 -0
- package/generated/react/icons/icon-shield/index.d.ts +386 -0
- package/generated/react/icons/icon-shield/index.js +13 -0
- package/generated/react/icons/icon-shield-checked/index.d.ts +386 -0
- package/generated/react/icons/icon-shield-checked/index.js +15 -0
- package/generated/react/icons/icon-shield-crossed/index.d.ts +386 -0
- package/generated/react/icons/icon-shield-crossed/index.js +15 -0
- package/generated/react/icons/icon-signature/index.d.ts +386 -0
- package/generated/react/icons/icon-signature/index.js +13 -0
- package/generated/react/icons/icon-target-arrow/index.d.ts +386 -0
- package/generated/react/icons/icon-target-arrow/index.js +15 -0
- package/generated/react/icons/icon-ticket/index.d.ts +386 -0
- package/generated/react/icons/icon-ticket/index.js +13 -0
- package/generated/react/icons/icon-wifi-full/index.d.ts +386 -0
- package/generated/react/icons/icon-wifi-full/index.js +13 -0
- package/generated/react/index.d.ts +37 -6
- package/generated/react/index.js +37 -6
- package/package.json +32 -1
- package/utils/helpers/custom-element-scoping.js +1 -1
|
@@ -19,6 +19,7 @@ export * from './arrow-rotate-left-right.component';
|
|
|
19
19
|
export * from './arrow-rotate-right-left.component';
|
|
20
20
|
export * from './arrow-share-left.component';
|
|
21
21
|
export * from './arrow-share-right.component';
|
|
22
|
+
export * from './arrow-split.component';
|
|
22
23
|
export * from './arrow-up.component';
|
|
23
24
|
export * from './arrow-wall-down.component';
|
|
24
25
|
export * from './arrow-wall-left.component';
|
|
@@ -28,6 +29,7 @@ export * from './arrow.component';
|
|
|
28
29
|
export * from './arrows-repeat.component';
|
|
29
30
|
export * from './at.component';
|
|
30
31
|
export * from './back.component';
|
|
32
|
+
export * from './backward.component';
|
|
31
33
|
export * from './bag.component';
|
|
32
34
|
export * from './bank.component';
|
|
33
35
|
export * from './banknote-2.component';
|
|
@@ -35,6 +37,7 @@ export * from './banknote.component';
|
|
|
35
37
|
export * from './barcode.component';
|
|
36
38
|
export * from './bars-three.component';
|
|
37
39
|
export * from './bars-two.component';
|
|
40
|
+
export * from './basket.component';
|
|
38
41
|
export * from './battery-loading.component';
|
|
39
42
|
export * from './bell.component';
|
|
40
43
|
export * from './block.component';
|
|
@@ -72,6 +75,7 @@ export * from './bubble-wide-annotation.component';
|
|
|
72
75
|
export * from './bubble.component';
|
|
73
76
|
export * from './bubbles.component';
|
|
74
77
|
export * from './buildings.component';
|
|
78
|
+
export * from './bullet-list.component';
|
|
75
79
|
export * from './cain-link.component';
|
|
76
80
|
export * from './calculator.component';
|
|
77
81
|
export * from './calendar-check.component';
|
|
@@ -79,6 +83,7 @@ export * from './calendar.component';
|
|
|
79
83
|
export * from './calender-add.component';
|
|
80
84
|
export * from './call.component';
|
|
81
85
|
export * from './car.component';
|
|
86
|
+
export * from './carussel.component';
|
|
82
87
|
export * from './chain-link-broken.component';
|
|
83
88
|
export * from './chain-link.component';
|
|
84
89
|
export * from './charging-station.component';
|
|
@@ -92,11 +97,15 @@ export * from './chevron-double-down.component';
|
|
|
92
97
|
export * from './chevron-double-left.component';
|
|
93
98
|
export * from './chevron-double-right.component';
|
|
94
99
|
export * from './chevron-double-up.component';
|
|
100
|
+
export * from './chevron-down-small.component';
|
|
95
101
|
export * from './chevron-grabber-vertical.component';
|
|
96
102
|
export * from './chevron-left.component';
|
|
97
103
|
export * from './chevron-right.component';
|
|
104
|
+
export * from './chevron-top-small.component';
|
|
98
105
|
export * from './chevron-top.component';
|
|
106
|
+
export * from './circle-ban.component';
|
|
99
107
|
export * from './circle-check.component';
|
|
108
|
+
export * from './circle-dots.component';
|
|
100
109
|
export * from './circle-info.component';
|
|
101
110
|
export * from './circle-minus.component';
|
|
102
111
|
export * from './circle-placeholder-on.component';
|
|
@@ -117,6 +126,7 @@ export * from './credit-card.component';
|
|
|
117
126
|
export * from './cross-large.component';
|
|
118
127
|
export * from './cross-small.component';
|
|
119
128
|
export * from './cup-hot.component';
|
|
129
|
+
export * from './cursor.component';
|
|
120
130
|
export * from './devices.component';
|
|
121
131
|
export * from './direction.component';
|
|
122
132
|
export * from './dollar.component';
|
|
@@ -125,6 +135,9 @@ export * from './dot-grid-one-vertical.component';
|
|
|
125
135
|
export * from './dot-grid-three.component';
|
|
126
136
|
export * from './dot-grid-two.component';
|
|
127
137
|
export * from './email.component';
|
|
138
|
+
export * from './emoji-sad.component';
|
|
139
|
+
export * from './emoji-smile.component';
|
|
140
|
+
export * from './emoji-smiley.component';
|
|
128
141
|
export * from './euro.component';
|
|
129
142
|
export * from './eye-open.component';
|
|
130
143
|
export * from './eye-slash.component';
|
|
@@ -144,6 +157,7 @@ export * from './folder-paper.component';
|
|
|
144
157
|
export * from './folder-upload.component';
|
|
145
158
|
export * from './folder.component';
|
|
146
159
|
export * from './fullscreen.component';
|
|
160
|
+
export * from './gift.component';
|
|
147
161
|
export * from './globus.component';
|
|
148
162
|
export * from './graduate-cap.component';
|
|
149
163
|
export * from './green-power.component';
|
|
@@ -158,9 +172,13 @@ export * from './home-energy-two.component';
|
|
|
158
172
|
export * from './home-open.component';
|
|
159
173
|
export * from './home-roof.component';
|
|
160
174
|
export * from './horizontal-alignment-bottom.component';
|
|
175
|
+
export * from './hourglass.component';
|
|
161
176
|
export * from './images.component';
|
|
177
|
+
export * from './inbox-empty.component';
|
|
162
178
|
export * from './industry.component';
|
|
163
179
|
export * from './invite.component';
|
|
180
|
+
export * from './jpg.component';
|
|
181
|
+
export * from './key.component';
|
|
164
182
|
export * from './knife-spoon.component';
|
|
165
183
|
export * from './lab.component';
|
|
166
184
|
export * from './law.component';
|
|
@@ -191,8 +209,10 @@ export * from './office.component';
|
|
|
191
209
|
export * from './other.component';
|
|
192
210
|
export * from './page-add.component';
|
|
193
211
|
export * from './page-text.component';
|
|
212
|
+
export * from './paper-plane-top-right.component';
|
|
194
213
|
export * from './paperclip.component';
|
|
195
214
|
export * from './pause.component';
|
|
215
|
+
export * from './pdf.component';
|
|
196
216
|
export * from './pencel-line.component';
|
|
197
217
|
export * from './pencil-sign.component';
|
|
198
218
|
export * from './pencil-sparkle.component';
|
|
@@ -217,7 +237,9 @@ export * from './play-circle.component';
|
|
|
217
237
|
export * from './play.component';
|
|
218
238
|
export * from './plus-large.component';
|
|
219
239
|
export * from './plus-small.component';
|
|
240
|
+
export * from './png.component';
|
|
220
241
|
export * from './poop.component';
|
|
242
|
+
export * from './postcard.component';
|
|
221
243
|
export * from './pound.component';
|
|
222
244
|
export * from './power-plant.component';
|
|
223
245
|
export * from './printer.component';
|
|
@@ -228,6 +250,7 @@ export * from './raising-hand.component';
|
|
|
228
250
|
export * from './reading-list.component';
|
|
229
251
|
export * from './receipt-bill.component';
|
|
230
252
|
export * from './receiption-bell.component';
|
|
253
|
+
export * from './record.component';
|
|
231
254
|
export * from './refund.component';
|
|
232
255
|
export * from './robot.component';
|
|
233
256
|
export * from './rocket.component';
|
|
@@ -241,8 +264,13 @@ export * from './settings-gear.component';
|
|
|
241
264
|
export * from './settings-slider-hor.component';
|
|
242
265
|
export * from './settings-slider-three.component';
|
|
243
266
|
export * from './settings-slider-ver.component';
|
|
267
|
+
export * from './shapes.component';
|
|
244
268
|
export * from './share.component';
|
|
269
|
+
export * from './shield-checked.component';
|
|
270
|
+
export * from './shield-crossed.component';
|
|
271
|
+
export * from './shield.component';
|
|
245
272
|
export * from './shopping-bag.component';
|
|
273
|
+
export * from './signature.component';
|
|
246
274
|
export * from './smartwatch.component';
|
|
247
275
|
export * from './solar-panel.component';
|
|
248
276
|
export * from './solar.component';
|
|
@@ -262,12 +290,14 @@ export * from './suitcase-work.component';
|
|
|
262
290
|
export * from './sun.component';
|
|
263
291
|
export * from './sunset-arrow-down.component';
|
|
264
292
|
export * from './tag.component';
|
|
293
|
+
export * from './target-arrow.component';
|
|
265
294
|
export * from './television.component';
|
|
266
295
|
export * from './tennis.component';
|
|
267
296
|
export * from './text-edit.component';
|
|
268
297
|
export * from './thermostat.component';
|
|
269
298
|
export * from './thumbs-down.component';
|
|
270
299
|
export * from './thumbs-up.component';
|
|
300
|
+
export * from './ticket.component';
|
|
271
301
|
export * from './todos.component';
|
|
272
302
|
export * from './trading-view-candles.component';
|
|
273
303
|
export * from './trash-can.component';
|
|
@@ -286,6 +316,7 @@ export * from './volume-half.component';
|
|
|
286
316
|
export * from './volume-off.component';
|
|
287
317
|
export * from './wallet.component';
|
|
288
318
|
export * from './warning-sign.component';
|
|
319
|
+
export * from './wifi-full.component';
|
|
289
320
|
export * from './youtube.component';
|
|
290
321
|
export * from './zap.component';
|
|
291
322
|
export * from './zoom-in.component';
|
|
@@ -19,6 +19,7 @@ export * from "./arrow-rotate-left-right.component.js";
|
|
|
19
19
|
export * from "./arrow-rotate-right-left.component.js";
|
|
20
20
|
export * from "./arrow-share-left.component.js";
|
|
21
21
|
export * from "./arrow-share-right.component.js";
|
|
22
|
+
export * from "./arrow-split.component.js";
|
|
22
23
|
export * from "./arrow-up.component.js";
|
|
23
24
|
export * from "./arrow-wall-down.component.js";
|
|
24
25
|
export * from "./arrow-wall-left.component.js";
|
|
@@ -28,6 +29,7 @@ export * from "./arrow.component.js";
|
|
|
28
29
|
export * from "./arrows-repeat.component.js";
|
|
29
30
|
export * from "./at.component.js";
|
|
30
31
|
export * from "./back.component.js";
|
|
32
|
+
export * from "./backward.component.js";
|
|
31
33
|
export * from "./bag.component.js";
|
|
32
34
|
export * from "./bank.component.js";
|
|
33
35
|
export * from "./banknote-2.component.js";
|
|
@@ -35,6 +37,7 @@ export * from "./banknote.component.js";
|
|
|
35
37
|
export * from "./barcode.component.js";
|
|
36
38
|
export * from "./bars-three.component.js";
|
|
37
39
|
export * from "./bars-two.component.js";
|
|
40
|
+
export * from "./basket.component.js";
|
|
38
41
|
export * from "./battery-loading.component.js";
|
|
39
42
|
export * from "./bell.component.js";
|
|
40
43
|
export * from "./block.component.js";
|
|
@@ -72,6 +75,7 @@ export * from "./bubble-wide-annotation.component.js";
|
|
|
72
75
|
export * from "./bubble.component.js";
|
|
73
76
|
export * from "./bubbles.component.js";
|
|
74
77
|
export * from "./buildings.component.js";
|
|
78
|
+
export * from "./bullet-list.component.js";
|
|
75
79
|
export * from "./cain-link.component.js";
|
|
76
80
|
export * from "./calculator.component.js";
|
|
77
81
|
export * from "./calendar-check.component.js";
|
|
@@ -79,6 +83,7 @@ export * from "./calendar.component.js";
|
|
|
79
83
|
export * from "./calender-add.component.js";
|
|
80
84
|
export * from "./call.component.js";
|
|
81
85
|
export * from "./car.component.js";
|
|
86
|
+
export * from "./carussel.component.js";
|
|
82
87
|
export * from "./chain-link-broken.component.js";
|
|
83
88
|
export * from "./chain-link.component.js";
|
|
84
89
|
export * from "./charging-station.component.js";
|
|
@@ -92,11 +97,15 @@ export * from "./chevron-double-down.component.js";
|
|
|
92
97
|
export * from "./chevron-double-left.component.js";
|
|
93
98
|
export * from "./chevron-double-right.component.js";
|
|
94
99
|
export * from "./chevron-double-up.component.js";
|
|
100
|
+
export * from "./chevron-down-small.component.js";
|
|
95
101
|
export * from "./chevron-grabber-vertical.component.js";
|
|
96
102
|
export * from "./chevron-left.component.js";
|
|
97
103
|
export * from "./chevron-right.component.js";
|
|
104
|
+
export * from "./chevron-top-small.component.js";
|
|
98
105
|
export * from "./chevron-top.component.js";
|
|
106
|
+
export * from "./circle-ban.component.js";
|
|
99
107
|
export * from "./circle-check.component.js";
|
|
108
|
+
export * from "./circle-dots.component.js";
|
|
100
109
|
export * from "./circle-info.component.js";
|
|
101
110
|
export * from "./circle-minus.component.js";
|
|
102
111
|
export * from "./circle-placeholder-on.component.js";
|
|
@@ -117,6 +126,7 @@ export * from "./credit-card.component.js";
|
|
|
117
126
|
export * from "./cross-large.component.js";
|
|
118
127
|
export * from "./cross-small.component.js";
|
|
119
128
|
export * from "./cup-hot.component.js";
|
|
129
|
+
export * from "./cursor.component.js";
|
|
120
130
|
export * from "./devices.component.js";
|
|
121
131
|
export * from "./direction.component.js";
|
|
122
132
|
export * from "./dollar.component.js";
|
|
@@ -125,6 +135,9 @@ export * from "./dot-grid-one-vertical.component.js";
|
|
|
125
135
|
export * from "./dot-grid-three.component.js";
|
|
126
136
|
export * from "./dot-grid-two.component.js";
|
|
127
137
|
export * from "./email.component.js";
|
|
138
|
+
export * from "./emoji-sad.component.js";
|
|
139
|
+
export * from "./emoji-smile.component.js";
|
|
140
|
+
export * from "./emoji-smiley.component.js";
|
|
128
141
|
export * from "./euro.component.js";
|
|
129
142
|
export * from "./eye-open.component.js";
|
|
130
143
|
export * from "./eye-slash.component.js";
|
|
@@ -144,6 +157,7 @@ export * from "./folder-paper.component.js";
|
|
|
144
157
|
export * from "./folder-upload.component.js";
|
|
145
158
|
export * from "./folder.component.js";
|
|
146
159
|
export * from "./fullscreen.component.js";
|
|
160
|
+
export * from "./gift.component.js";
|
|
147
161
|
export * from "./globus.component.js";
|
|
148
162
|
export * from "./graduate-cap.component.js";
|
|
149
163
|
export * from "./green-power.component.js";
|
|
@@ -158,9 +172,13 @@ export * from "./home-energy-two.component.js";
|
|
|
158
172
|
export * from "./home-open.component.js";
|
|
159
173
|
export * from "./home-roof.component.js";
|
|
160
174
|
export * from "./horizontal-alignment-bottom.component.js";
|
|
175
|
+
export * from "./hourglass.component.js";
|
|
161
176
|
export * from "./images.component.js";
|
|
177
|
+
export * from "./inbox-empty.component.js";
|
|
162
178
|
export * from "./industry.component.js";
|
|
163
179
|
export * from "./invite.component.js";
|
|
180
|
+
export * from "./jpg.component.js";
|
|
181
|
+
export * from "./key.component.js";
|
|
164
182
|
export * from "./knife-spoon.component.js";
|
|
165
183
|
export * from "./lab.component.js";
|
|
166
184
|
export * from "./law.component.js";
|
|
@@ -191,8 +209,10 @@ export * from "./office.component.js";
|
|
|
191
209
|
export * from "./other.component.js";
|
|
192
210
|
export * from "./page-add.component.js";
|
|
193
211
|
export * from "./page-text.component.js";
|
|
212
|
+
export * from "./paper-plane-top-right.component.js";
|
|
194
213
|
export * from "./paperclip.component.js";
|
|
195
214
|
export * from "./pause.component.js";
|
|
215
|
+
export * from "./pdf.component.js";
|
|
196
216
|
export * from "./pencel-line.component.js";
|
|
197
217
|
export * from "./pencil-sign.component.js";
|
|
198
218
|
export * from "./pencil-sparkle.component.js";
|
|
@@ -217,7 +237,9 @@ export * from "./play-circle.component.js";
|
|
|
217
237
|
export * from "./play.component.js";
|
|
218
238
|
export * from "./plus-large.component.js";
|
|
219
239
|
export * from "./plus-small.component.js";
|
|
240
|
+
export * from "./png.component.js";
|
|
220
241
|
export * from "./poop.component.js";
|
|
242
|
+
export * from "./postcard.component.js";
|
|
221
243
|
export * from "./pound.component.js";
|
|
222
244
|
export * from "./power-plant.component.js";
|
|
223
245
|
export * from "./printer.component.js";
|
|
@@ -228,6 +250,7 @@ export * from "./raising-hand.component.js";
|
|
|
228
250
|
export * from "./reading-list.component.js";
|
|
229
251
|
export * from "./receipt-bill.component.js";
|
|
230
252
|
export * from "./receiption-bell.component.js";
|
|
253
|
+
export * from "./record.component.js";
|
|
231
254
|
export * from "./refund.component.js";
|
|
232
255
|
export * from "./robot.component.js";
|
|
233
256
|
export * from "./rocket.component.js";
|
|
@@ -241,8 +264,13 @@ export * from "./settings-gear.component.js";
|
|
|
241
264
|
export * from "./settings-slider-hor.component.js";
|
|
242
265
|
export * from "./settings-slider-three.component.js";
|
|
243
266
|
export * from "./settings-slider-ver.component.js";
|
|
267
|
+
export * from "./shapes.component.js";
|
|
244
268
|
export * from "./share.component.js";
|
|
269
|
+
export * from "./shield-checked.component.js";
|
|
270
|
+
export * from "./shield-crossed.component.js";
|
|
271
|
+
export * from "./shield.component.js";
|
|
245
272
|
export * from "./shopping-bag.component.js";
|
|
273
|
+
export * from "./signature.component.js";
|
|
246
274
|
export * from "./smartwatch.component.js";
|
|
247
275
|
export * from "./solar-panel.component.js";
|
|
248
276
|
export * from "./solar.component.js";
|
|
@@ -262,12 +290,14 @@ export * from "./suitcase-work.component.js";
|
|
|
262
290
|
export * from "./sun.component.js";
|
|
263
291
|
export * from "./sunset-arrow-down.component.js";
|
|
264
292
|
export * from "./tag.component.js";
|
|
293
|
+
export * from "./target-arrow.component.js";
|
|
265
294
|
export * from "./television.component.js";
|
|
266
295
|
export * from "./tennis.component.js";
|
|
267
296
|
export * from "./text-edit.component.js";
|
|
268
297
|
export * from "./thermostat.component.js";
|
|
269
298
|
export * from "./thumbs-down.component.js";
|
|
270
299
|
export * from "./thumbs-up.component.js";
|
|
300
|
+
export * from "./ticket.component.js";
|
|
271
301
|
export * from "./todos.component.js";
|
|
272
302
|
export * from "./trading-view-candles.component.js";
|
|
273
303
|
export * from "./trash-can.component.js";
|
|
@@ -286,6 +316,7 @@ export * from "./volume-half.component.js";
|
|
|
286
316
|
export * from "./volume-off.component.js";
|
|
287
317
|
export * from "./wallet.component.js";
|
|
288
318
|
export * from "./warning-sign.component.js";
|
|
319
|
+
export * from "./wifi-full.component.js";
|
|
289
320
|
export * from "./youtube.component.js";
|
|
290
321
|
export * from "./zap.component.js";
|
|
291
322
|
export * from "./zoom-in.component.js";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-record
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconRecord extends GdsIcon {
|
|
6
|
+
/** @private */
|
|
7
|
+
static _regularSVG: string;
|
|
8
|
+
/** @private */
|
|
9
|
+
static _solidSVG: string;
|
|
10
|
+
/** @private */
|
|
11
|
+
static _name: string;
|
|
12
|
+
/** @private */
|
|
13
|
+
static _width: number;
|
|
14
|
+
/** @private */
|
|
15
|
+
static _height: number;
|
|
16
|
+
/** @private */
|
|
17
|
+
static _viewBox: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__decorateClass
|
|
3
|
+
} from "../../../chunks/chunk.QU3DSPNU.js";
|
|
4
|
+
import { gdsCustomElement } from "../../../scoping.js";
|
|
5
|
+
import { GdsIcon } from "../icon.js";
|
|
6
|
+
let IconRecord = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconRecord._regularSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" fill="currentColor"/><path d="M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z" fill="currentColor"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconRecord._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconRecord._name = "record";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconRecord._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconRecord._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconRecord._viewBox = "0 0 24 24";
|
|
20
|
+
IconRecord = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-record")
|
|
22
|
+
], IconRecord);
|
|
23
|
+
export {
|
|
24
|
+
IconRecord
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-shapes
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconShapes extends GdsIcon {
|
|
6
|
+
/** @private */
|
|
7
|
+
static _regularSVG: string;
|
|
8
|
+
/** @private */
|
|
9
|
+
static _solidSVG: string;
|
|
10
|
+
/** @private */
|
|
11
|
+
static _name: string;
|
|
12
|
+
/** @private */
|
|
13
|
+
static _width: number;
|
|
14
|
+
/** @private */
|
|
15
|
+
static _height: number;
|
|
16
|
+
/** @private */
|
|
17
|
+
static _viewBox: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__decorateClass
|
|
3
|
+
} from "../../../chunks/chunk.QU3DSPNU.js";
|
|
4
|
+
import { gdsCustomElement } from "../../../scoping.js";
|
|
5
|
+
import { GdsIcon } from "../icon.js";
|
|
6
|
+
let IconShapes = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconShapes._regularSVG = `<path d="M17.1073 17.1577C17.1073 18.8655 15.7213 20.25 14.0116 20.25C12.3019 20.25 10.9159 18.8655 10.9159 17.1577C10.9159 15.4499 12.3019 14.0654 14.0116 14.0654C15.7213 14.0654 17.1073 15.4499 17.1073 17.1577Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/><path d="M4.99145 6.98598L10.4681 11.5764L3.75 14.0189L4.99145 6.98598Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/><path d="M14.2695 3.5L20.25 5.1007L18.6475 11.0746L12.6671 9.47388L14.2695 3.5Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconShapes._solidSVG = `<path d="M14.4635 2.77544C14.0635 2.66839 13.6524 2.90571 13.5452 3.30563L11.9427 9.27951C11.8912 9.4717 11.9181 9.6765 12.0176 9.84882C12.1171 10.0211 12.281 10.1469 12.4732 10.1983L18.4536 11.799C18.8536 11.9061 19.2647 11.6687 19.3719 11.2688L20.9744 5.29495C21.026 5.10276 20.999 4.89796 20.8995 4.72564C20.8 4.55331 20.6362 4.42759 20.4439 4.37614L14.4635 2.77544Z" fill="currentColor"/><path d="M5.47325 6.41113C5.26797 6.23907 4.98651 6.18954 4.73483 6.2812C4.48315 6.37285 4.29945 6.59177 4.25289 6.85554L3.01144 13.8884C2.96486 14.1523 3.06257 14.4209 3.26777 14.5932C3.47297 14.7655 3.75448 14.8152 4.00628 14.7237L10.7244 12.2812C10.9763 12.1896 11.1602 11.9705 11.2067 11.7065C11.2533 11.4425 11.1553 11.1737 10.9499 11.0015L5.47325 6.41113Z" fill="currentColor"/><path d="M14.0116 13.3153C11.8884 13.3153 10.1659 15.0348 10.1659 17.1576C10.1659 19.2805 11.8884 20.9999 14.0116 20.9999C16.1347 20.9999 17.8573 19.2805 17.8573 17.1576C17.8573 15.0348 16.1347 13.3153 14.0116 13.3153Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconShapes._name = "shapes";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconShapes._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconShapes._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconShapes._viewBox = "0 0 24 24";
|
|
20
|
+
IconShapes = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-shapes")
|
|
22
|
+
], IconShapes);
|
|
23
|
+
export {
|
|
24
|
+
IconShapes
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-shield-checked
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconShieldChecked extends GdsIcon {
|
|
6
|
+
/** @private */
|
|
7
|
+
static _regularSVG: string;
|
|
8
|
+
/** @private */
|
|
9
|
+
static _solidSVG: string;
|
|
10
|
+
/** @private */
|
|
11
|
+
static _name: string;
|
|
12
|
+
/** @private */
|
|
13
|
+
static _width: number;
|
|
14
|
+
/** @private */
|
|
15
|
+
static _height: number;
|
|
16
|
+
/** @private */
|
|
17
|
+
static _viewBox: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__decorateClass
|
|
3
|
+
} from "../../../chunks/chunk.QU3DSPNU.js";
|
|
4
|
+
import { gdsCustomElement } from "../../../scoping.js";
|
|
5
|
+
import { GdsIcon } from "../icon.js";
|
|
6
|
+
let IconShieldChecked = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconShieldChecked._regularSVG = `<path d="M9.25 11.5L11 13.25L14.75 9.5M12 2.75L20.25 5.5V11.9123C20.25 16.8848 16 19.25 12 21.4079C8 19.25 3.75 16.8848 3.75 11.9123V5.5L12 2.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconShieldChecked._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7628 2.03849C11.9168 1.98717 12.0832 1.98717 12.2372 2.03849L20.4872 4.78849C20.7934 4.89057 21 5.17718 21 5.5V11.9123C21 14.6497 19.8165 16.6701 18.1412 18.2596C16.4942 19.8225 14.3404 20.9975 12.3561 22.068C12.1338 22.1879 11.8662 22.1879 11.6439 22.068C9.65956 20.9975 7.5058 19.8225 5.85876 18.2596C4.18351 16.6701 3 14.6497 3 11.9123V5.5C3 5.17718 3.20657 4.89057 3.51283 4.78849L11.7628 2.03849ZM15.2803 10.0303C15.5732 9.73744 15.5732 9.26256 15.2803 8.96967C14.9874 8.67678 14.5126 8.67678 14.2197 8.96967L11 12.1893L9.78033 10.9697C9.48744 10.6768 9.01256 10.6768 8.71967 10.9697C8.42678 11.2626 8.42678 11.7374 8.71967 12.0303L10.4697 13.7803C10.6103 13.921 10.8011 14 11 14C11.1989 14 11.3897 13.921 11.5303 13.7803L15.2803 10.0303Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconShieldChecked._name = "shield-checked";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconShieldChecked._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconShieldChecked._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconShieldChecked._viewBox = "0 0 24 24";
|
|
20
|
+
IconShieldChecked = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-shield-checked")
|
|
22
|
+
], IconShieldChecked);
|
|
23
|
+
export {
|
|
24
|
+
IconShieldChecked
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-shield-crossed
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconShieldCrossed extends GdsIcon {
|
|
6
|
+
/** @private */
|
|
7
|
+
static _regularSVG: string;
|
|
8
|
+
/** @private */
|
|
9
|
+
static _solidSVG: string;
|
|
10
|
+
/** @private */
|
|
11
|
+
static _name: string;
|
|
12
|
+
/** @private */
|
|
13
|
+
static _width: number;
|
|
14
|
+
/** @private */
|
|
15
|
+
static _height: number;
|
|
16
|
+
/** @private */
|
|
17
|
+
static _viewBox: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__decorateClass
|
|
3
|
+
} from "../../../chunks/chunk.QU3DSPNU.js";
|
|
4
|
+
import { gdsCustomElement } from "../../../scoping.js";
|
|
5
|
+
import { GdsIcon } from "../icon.js";
|
|
6
|
+
let IconShieldCrossed = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconShieldCrossed._regularSVG = `<path d="M14.2258 13.7495L11.9882 11.5002M11.9882 11.5002L9.75 9.2503M11.9882 11.5002L14.2258 9.25052M11.9882 11.5002L9.75 13.7503M12 2.75L20.25 5.5V11.9123C20.25 16.8848 16 19.25 12 21.4079C8 19.25 3.75 16.8848 3.75 11.9123V5.5L12 2.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconShieldCrossed._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7628 2.03849C11.9168 1.98717 12.0832 1.98717 12.2372 2.03849L20.4872 4.78849C20.7934 4.89057 21 5.17718 21 5.5V11.9123C21 14.6497 19.8165 16.6701 18.1412 18.2596C16.4942 19.8225 14.3404 20.9975 12.3561 22.068C12.1338 22.1879 11.8662 22.1879 11.6439 22.068C9.65956 20.9975 7.5058 19.8225 5.85876 18.2596C4.18351 16.6701 3 14.6497 3 11.9123V5.5C3 5.17718 3.20657 4.89057 3.51283 4.78849L11.7628 2.03849ZM13.6941 14.2785C13.9863 14.5721 14.4611 14.5734 14.7548 14.2812C15.0484 13.9891 15.0497 13.5142 14.7575 13.2206L13.046 11.5001L14.7576 9.77943C15.0497 9.48576 15.0484 9.01089 14.7548 8.71878C14.4611 8.42666 13.9862 8.42793 13.6941 8.7216L11.9881 10.4367L10.2817 8.72135C9.98958 8.42769 9.51471 8.42646 9.22105 8.71859C8.9274 9.01071 8.92616 9.48559 9.21829 9.77924L10.9303 11.5002L9.21826 13.2214C8.92615 13.5151 8.92741 13.9899 9.22109 14.282C9.51476 14.5742 9.98963 14.5729 10.2817 14.2792L11.9882 12.5636L13.6941 14.2785Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconShieldCrossed._name = "shield-crossed";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconShieldCrossed._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconShieldCrossed._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconShieldCrossed._viewBox = "0 0 24 24";
|
|
20
|
+
IconShieldCrossed = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-shield-crossed")
|
|
22
|
+
], IconShieldCrossed);
|
|
23
|
+
export {
|
|
24
|
+
IconShieldCrossed
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-shield
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconShield extends GdsIcon {
|
|
6
|
+
/** @private */
|
|
7
|
+
static _regularSVG: string;
|
|
8
|
+
/** @private */
|
|
9
|
+
static _solidSVG: string;
|
|
10
|
+
/** @private */
|
|
11
|
+
static _name: string;
|
|
12
|
+
/** @private */
|
|
13
|
+
static _width: number;
|
|
14
|
+
/** @private */
|
|
15
|
+
static _height: number;
|
|
16
|
+
/** @private */
|
|
17
|
+
static _viewBox: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__decorateClass
|
|
3
|
+
} from "../../../chunks/chunk.QU3DSPNU.js";
|
|
4
|
+
import { gdsCustomElement } from "../../../scoping.js";
|
|
5
|
+
import { GdsIcon } from "../icon.js";
|
|
6
|
+
let IconShield = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconShield._regularSVG = `<path d="M20.25 5.5L12 2.75L3.75 5.5V11.9123C3.75 16.8848 8 19.25 12 21.4079C16 19.25 20.25 16.8848 20.25 11.9123V5.5Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconShield._solidSVG = `<path d="M12.2372 2.03849C12.0832 1.98717 11.9168 1.98717 11.7628 2.03849L3.51283 4.78849C3.20657 4.89057 3 5.17718 3 5.5V11.9123C3 14.6497 4.18351 16.6701 5.85876 18.2596C7.5058 19.8225 9.65956 20.9975 11.6439 22.068C11.8662 22.1879 12.1338 22.1879 12.3561 22.068C14.3404 20.9975 16.4942 19.8225 18.1412 18.2596C19.8165 16.6701 21 14.6497 21 11.9123V5.5C21 5.17718 20.7934 4.89057 20.4872 4.78849L12.2372 2.03849Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconShield._name = "shield";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconShield._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconShield._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconShield._viewBox = "0 0 24 24";
|
|
20
|
+
IconShield = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-shield")
|
|
22
|
+
], IconShield);
|
|
23
|
+
export {
|
|
24
|
+
IconShield
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-signature
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconSignature extends GdsIcon {
|
|
6
|
+
/** @private */
|
|
7
|
+
static _regularSVG: string;
|
|
8
|
+
/** @private */
|
|
9
|
+
static _solidSVG: string;
|
|
10
|
+
/** @private */
|
|
11
|
+
static _name: string;
|
|
12
|
+
/** @private */
|
|
13
|
+
static _width: number;
|
|
14
|
+
/** @private */
|
|
15
|
+
static _height: number;
|
|
16
|
+
/** @private */
|
|
17
|
+
static _viewBox: string;
|
|
18
|
+
}
|