@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.js";
|
|
|
19
19
|
export * from "./arrow-rotate-right-left.js";
|
|
20
20
|
export * from "./arrow-share-left.js";
|
|
21
21
|
export * from "./arrow-share-right.js";
|
|
22
|
+
export * from "./arrow-split.js";
|
|
22
23
|
export * from "./arrow-up.js";
|
|
23
24
|
export * from "./arrow-wall-down.js";
|
|
24
25
|
export * from "./arrow-wall-left.js";
|
|
@@ -28,6 +29,7 @@ export * from "./arrow.js";
|
|
|
28
29
|
export * from "./arrows-repeat.js";
|
|
29
30
|
export * from "./at.js";
|
|
30
31
|
export * from "./back.js";
|
|
32
|
+
export * from "./backward.js";
|
|
31
33
|
export * from "./bag.js";
|
|
32
34
|
export * from "./bank.js";
|
|
33
35
|
export * from "./banknote-2.js";
|
|
@@ -35,6 +37,7 @@ export * from "./banknote.js";
|
|
|
35
37
|
export * from "./barcode.js";
|
|
36
38
|
export * from "./bars-three.js";
|
|
37
39
|
export * from "./bars-two.js";
|
|
40
|
+
export * from "./basket.js";
|
|
38
41
|
export * from "./battery-loading.js";
|
|
39
42
|
export * from "./bell.js";
|
|
40
43
|
export * from "./block.js";
|
|
@@ -72,6 +75,7 @@ export * from "./bubble-wide-annotation.js";
|
|
|
72
75
|
export * from "./bubble.js";
|
|
73
76
|
export * from "./bubbles.js";
|
|
74
77
|
export * from "./buildings.js";
|
|
78
|
+
export * from "./bullet-list.js";
|
|
75
79
|
export * from "./cain-link.js";
|
|
76
80
|
export * from "./calculator.js";
|
|
77
81
|
export * from "./calendar-check.js";
|
|
@@ -79,6 +83,7 @@ export * from "./calendar.js";
|
|
|
79
83
|
export * from "./calender-add.js";
|
|
80
84
|
export * from "./call.js";
|
|
81
85
|
export * from "./car.js";
|
|
86
|
+
export * from "./carussel.js";
|
|
82
87
|
export * from "./chain-link-broken.js";
|
|
83
88
|
export * from "./chain-link.js";
|
|
84
89
|
export * from "./charging-station.js";
|
|
@@ -92,11 +97,15 @@ export * from "./chevron-double-down.js";
|
|
|
92
97
|
export * from "./chevron-double-left.js";
|
|
93
98
|
export * from "./chevron-double-right.js";
|
|
94
99
|
export * from "./chevron-double-up.js";
|
|
100
|
+
export * from "./chevron-down-small.js";
|
|
95
101
|
export * from "./chevron-grabber-vertical.js";
|
|
96
102
|
export * from "./chevron-left.js";
|
|
97
103
|
export * from "./chevron-right.js";
|
|
104
|
+
export * from "./chevron-top-small.js";
|
|
98
105
|
export * from "./chevron-top.js";
|
|
106
|
+
export * from "./circle-ban.js";
|
|
99
107
|
export * from "./circle-check.js";
|
|
108
|
+
export * from "./circle-dots.js";
|
|
100
109
|
export * from "./circle-info.js";
|
|
101
110
|
export * from "./circle-minus.js";
|
|
102
111
|
export * from "./circle-placeholder-on.js";
|
|
@@ -117,6 +126,7 @@ export * from "./credit-card.js";
|
|
|
117
126
|
export * from "./cross-large.js";
|
|
118
127
|
export * from "./cross-small.js";
|
|
119
128
|
export * from "./cup-hot.js";
|
|
129
|
+
export * from "./cursor.js";
|
|
120
130
|
export * from "./devices.js";
|
|
121
131
|
export * from "./direction.js";
|
|
122
132
|
export * from "./dollar.js";
|
|
@@ -125,6 +135,9 @@ export * from "./dot-grid-one-vertical.js";
|
|
|
125
135
|
export * from "./dot-grid-three.js";
|
|
126
136
|
export * from "./dot-grid-two.js";
|
|
127
137
|
export * from "./email.js";
|
|
138
|
+
export * from "./emoji-sad.js";
|
|
139
|
+
export * from "./emoji-smile.js";
|
|
140
|
+
export * from "./emoji-smiley.js";
|
|
128
141
|
export * from "./euro.js";
|
|
129
142
|
export * from "./eye-open.js";
|
|
130
143
|
export * from "./eye-slash.js";
|
|
@@ -144,6 +157,7 @@ export * from "./folder-paper.js";
|
|
|
144
157
|
export * from "./folder-upload.js";
|
|
145
158
|
export * from "./folder.js";
|
|
146
159
|
export * from "./fullscreen.js";
|
|
160
|
+
export * from "./gift.js";
|
|
147
161
|
export * from "./globus.js";
|
|
148
162
|
export * from "./graduate-cap.js";
|
|
149
163
|
export * from "./green-power.js";
|
|
@@ -158,9 +172,13 @@ export * from "./home-energy-two.js";
|
|
|
158
172
|
export * from "./home-open.js";
|
|
159
173
|
export * from "./home-roof.js";
|
|
160
174
|
export * from "./horizontal-alignment-bottom.js";
|
|
175
|
+
export * from "./hourglass.js";
|
|
161
176
|
export * from "./images.js";
|
|
177
|
+
export * from "./inbox-empty.js";
|
|
162
178
|
export * from "./industry.js";
|
|
163
179
|
export * from "./invite.js";
|
|
180
|
+
export * from "./jpg.js";
|
|
181
|
+
export * from "./key.js";
|
|
164
182
|
export * from "./knife-spoon.js";
|
|
165
183
|
export * from "./lab.js";
|
|
166
184
|
export * from "./law.js";
|
|
@@ -191,8 +209,10 @@ export * from "./office.js";
|
|
|
191
209
|
export * from "./other.js";
|
|
192
210
|
export * from "./page-add.js";
|
|
193
211
|
export * from "./page-text.js";
|
|
212
|
+
export * from "./paper-plane-top-right.js";
|
|
194
213
|
export * from "./paperclip.js";
|
|
195
214
|
export * from "./pause.js";
|
|
215
|
+
export * from "./pdf.js";
|
|
196
216
|
export * from "./pencel-line.js";
|
|
197
217
|
export * from "./pencil-sign.js";
|
|
198
218
|
export * from "./pencil-sparkle.js";
|
|
@@ -217,7 +237,9 @@ export * from "./play-circle.js";
|
|
|
217
237
|
export * from "./play.js";
|
|
218
238
|
export * from "./plus-large.js";
|
|
219
239
|
export * from "./plus-small.js";
|
|
240
|
+
export * from "./png.js";
|
|
220
241
|
export * from "./poop.js";
|
|
242
|
+
export * from "./postcard.js";
|
|
221
243
|
export * from "./pound.js";
|
|
222
244
|
export * from "./power-plant.js";
|
|
223
245
|
export * from "./printer.js";
|
|
@@ -228,6 +250,7 @@ export * from "./raising-hand.js";
|
|
|
228
250
|
export * from "./reading-list.js";
|
|
229
251
|
export * from "./receipt-bill.js";
|
|
230
252
|
export * from "./receiption-bell.js";
|
|
253
|
+
export * from "./record.js";
|
|
231
254
|
export * from "./refund.js";
|
|
232
255
|
export * from "./robot.js";
|
|
233
256
|
export * from "./rocket.js";
|
|
@@ -241,8 +264,13 @@ export * from "./settings-gear.js";
|
|
|
241
264
|
export * from "./settings-slider-hor.js";
|
|
242
265
|
export * from "./settings-slider-three.js";
|
|
243
266
|
export * from "./settings-slider-ver.js";
|
|
267
|
+
export * from "./shapes.js";
|
|
244
268
|
export * from "./share.js";
|
|
269
|
+
export * from "./shield-checked.js";
|
|
270
|
+
export * from "./shield-crossed.js";
|
|
271
|
+
export * from "./shield.js";
|
|
245
272
|
export * from "./shopping-bag.js";
|
|
273
|
+
export * from "./signature.js";
|
|
246
274
|
export * from "./smartwatch.js";
|
|
247
275
|
export * from "./solar-panel.js";
|
|
248
276
|
export * from "./solar.js";
|
|
@@ -262,12 +290,14 @@ export * from "./suitcase-work.js";
|
|
|
262
290
|
export * from "./sun.js";
|
|
263
291
|
export * from "./sunset-arrow-down.js";
|
|
264
292
|
export * from "./tag.js";
|
|
293
|
+
export * from "./target-arrow.js";
|
|
265
294
|
export * from "./television.js";
|
|
266
295
|
export * from "./tennis.js";
|
|
267
296
|
export * from "./text-edit.js";
|
|
268
297
|
export * from "./thermostat.js";
|
|
269
298
|
export * from "./thumbs-down.js";
|
|
270
299
|
export * from "./thumbs-up.js";
|
|
300
|
+
export * from "./ticket.js";
|
|
271
301
|
export * from "./todos.js";
|
|
272
302
|
export * from "./trading-view-candles.js";
|
|
273
303
|
export * from "./trash-can.js";
|
|
@@ -286,6 +316,7 @@ export * from "./volume-half.js";
|
|
|
286
316
|
export * from "./volume-off.js";
|
|
287
317
|
export * from "./wallet.js";
|
|
288
318
|
export * from "./warning-sign.js";
|
|
319
|
+
export * from "./wifi-full.js";
|
|
289
320
|
export * from "./youtube.js";
|
|
290
321
|
export * from "./zap.js";
|
|
291
322
|
export * from "./zoom-in.js";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-jpg
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconJpg 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 IconJpg = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconJpg._regularSVG = `<path d="M4.75 11.25V3.75H15L19.25 8V11.25M13.75 4.25V9.25H18.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.5 14.75V18.75C6.5 19.5784 5.82843 20.25 5 20.25H4.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M9.5 20.25V14.75H11.25C12.0784 14.75 12.75 15.4216 12.75 16.25C12.75 17.0784 12.0784 17.75 11.25 17.75H10.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.6751 15.1739C18.2838 14.7915 17.5897 14.6985 17.1752 14.7239C16.0285 14.7939 15 15.9625 15 17.5494C15 19.1363 15.9777 20.28 17.3299 20.28C18.0003 20.2718 18.7897 20.0755 19.25 19.573V17.8261H18.1561" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconJpg._solidSVG = `<path d="M13 3H4.75C4.33579 3 4 3.33579 4 3.75V12H20V10H13.75C13.3358 10 13 9.66421 13 9.25V3Z" fill="currentColor"/><path d="M20 8.5V8C20 7.80109 19.921 7.61032 19.7803 7.46967L15.5303 3.21967C15.3897 3.07902 15.1989 3 15 3H14.5V8.5H20Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 14C6.91421 14 7.25 14.3358 7.25 14.75V18.75C7.25 19.9926 6.24264 21 5 21H4.5C4.08579 21 3.75 20.6642 3.75 20.25C3.75 19.8358 4.08579 19.5 4.5 19.5H5C5.41421 19.5 5.75 19.1642 5.75 18.75V14.75C5.75 14.3358 6.08579 14 6.5 14Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.75 14.75C8.75 14.3358 9.08579 14 9.5 14H11.25C12.4926 14 13.5 15.0074 13.5 16.25C13.5 17.4926 12.4926 18.5 11.25 18.5H10.25V20.25C10.25 20.6642 9.91421 21 9.5 21C9.08579 21 8.75 20.6642 8.75 20.25V14.75ZM10.25 17H11.25C11.6642 17 12 16.6642 12 16.25C12 15.8358 11.6642 15.5 11.25 15.5H10.25V17Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.7537 15.524C17.5581 15.4756 17.3575 15.4641 17.2209 15.4725C16.5734 15.512 15.75 16.2463 15.75 17.5494C15.75 18.8354 16.4961 19.5275 17.3256 19.53C17.784 19.5237 18.2137 19.4123 18.5 19.2287V18.5761H18.1561C17.7419 18.5761 17.4061 18.2403 17.4061 17.8261C17.4061 17.4119 17.7419 17.0761 18.1561 17.0761H19.25C19.6642 17.0761 20 17.4119 20 17.8261V19.573C20 19.7606 19.9297 19.9414 19.803 20.0797C19.1385 20.8051 18.0966 21.0207 17.3391 21.0299L17.3299 21.03C15.4566 21.03 14.25 19.4349 14.25 17.5494C14.25 15.6788 15.4836 14.0758 17.1294 13.9752C17.4074 13.9583 17.7611 13.9806 18.114 14.0679C18.4605 14.1537 18.8732 14.3188 19.1993 14.6375C19.4955 14.9271 19.501 15.4019 19.2115 15.6981C18.9219 15.9944 18.4471 15.9998 18.1509 15.7103C18.0857 15.6466 17.9557 15.574 17.7537 15.524Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconJpg._name = "jpg";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconJpg._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconJpg._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconJpg._viewBox = "0 0 24 24";
|
|
20
|
+
IconJpg = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-jpg")
|
|
22
|
+
], IconJpg);
|
|
23
|
+
export {
|
|
24
|
+
IconJpg
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-key
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconKey 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 IconKey = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconKey._regularSVG = `<path d="M1.75 12C1.75 14.8995 4.10051 17.25 7 17.25C8.69095 17.25 10.1952 16.4506 11.1554 15.2091C11.3677 14.9345 11.6844 14.75 12.0315 14.75H13.7132C13.9006 14.75 14.0843 14.6973 14.2432 14.598L15.47 13.8312C15.7943 13.6286 16.2057 13.6286 16.53 13.8312L17.7568 14.598C17.9157 14.6973 18.0994 14.75 18.2868 14.75H20.0261C20.3261 14.75 20.6101 14.6154 20.8001 14.3832L22.2319 12.6332C22.5333 12.2649 22.5333 11.7351 22.2319 11.3668L20.8001 9.61676C20.6101 9.38463 20.3261 9.25 20.0261 9.25H12.0315C11.6844 9.25 11.3677 9.06549 11.1554 8.79095C10.1952 7.54942 8.69095 6.75 7 6.75C4.10051 6.75 1.75 9.10051 1.75 12Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/><path d="M7.75 12C7.75 12.4142 7.41421 12.75 7 12.75C6.58579 12.75 6.25 12.4142 6.25 12C6.25 11.5858 6.58579 11.25 7 11.25C7.41421 11.25 7.75 11.5858 7.75 12Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconKey._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M1 12C1 8.68629 3.68629 6 7 6C8.93293 6 10.6525 6.91485 11.7486 8.33211C11.8462 8.4583 11.9578 8.5 12.0315 8.5H20.0261C20.551 8.5 21.0482 8.7356 21.3805 9.14183L22.8124 10.8918C23.3398 11.5365 23.3398 12.4635 22.8124 13.1082L21.3805 14.8582C21.0482 15.2644 20.551 15.5 20.0261 15.5H18.2868C17.9588 15.5 17.6374 15.4078 17.3593 15.234L16.1325 14.4672C16.0514 14.4166 15.9486 14.4166 15.8675 14.4672L14.6407 15.234C14.3626 15.4078 14.0412 15.5 13.7132 15.5H12.0315C11.9578 15.5 11.8462 15.5417 11.7486 15.6679C10.6525 17.0851 8.93293 18 7 18C3.68629 18 1 15.3137 1 12ZM5.5 12C5.5 11.1716 6.17157 10.5 7 10.5C7.82843 10.5 8.5 11.1716 8.5 12C8.5 12.8284 7.82843 13.5 7 13.5C6.17157 13.5 5.5 12.8284 5.5 12Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconKey._name = "key";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconKey._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconKey._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconKey._viewBox = "0 0 24 24";
|
|
20
|
+
IconKey = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-key")
|
|
22
|
+
], IconKey);
|
|
23
|
+
export {
|
|
24
|
+
IconKey
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-paper-plane-top-right
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconPaperPlaneTopRight 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 IconPaperPlaneTopRight = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconPaperPlaneTopRight._regularSVG = `<path d="M9.45244 10.8687L21 4.44532M11.9936 21.25L22.25 3.75H2.25L9.14026 11.0423L11.9936 21.25Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconPaperPlaneTopRight._solidSVG = `<path d="M1.0615 3.4526C1.18016 3.17789 1.45077 3 1.75002 3H22.25C22.5186 3 22.7667 3.14366 22.9005 3.37663C23.0342 3.60959 23.0331 3.89629 22.8976 4.12825L12.3848 22.1282C12.2329 22.3884 11.9399 22.5324 11.6411 22.4938C11.3423 22.4552 11.0956 22.2415 11.0147 21.9513L8.33914 12.3462L14.9742 8.65542C15.3362 8.45407 15.4664 7.9974 15.265 7.63542C15.0637 7.27344 14.607 7.14322 14.245 7.34458L7.59005 11.0464L1.20398 4.26414C0.998839 4.04627 0.942841 3.72731 1.0615 3.4526Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconPaperPlaneTopRight._name = "paper-plane-top-right";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconPaperPlaneTopRight._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconPaperPlaneTopRight._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconPaperPlaneTopRight._viewBox = "0 0 24 24";
|
|
20
|
+
IconPaperPlaneTopRight = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-paper-plane-top-right")
|
|
22
|
+
], IconPaperPlaneTopRight);
|
|
23
|
+
export {
|
|
24
|
+
IconPaperPlaneTopRight
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-pdf
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconPdf 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 IconPdf = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconPdf._regularSVG = `<path d="M4.75 11.25V3.75H15L19.25 8V11.25M13.75 4.25V9.25H18.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.75 20.25V14.75H5.75C6.57843 14.75 7.25 15.4216 7.25 16.25C7.25 17.0784 6.57843 17.75 5.75 17.75H4.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.75 14.75V20.25H11.25C12.3333 20.25 14 19.7 14 17.5C14 15.3 12.3333 14.75 11.25 14.75H9.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.25 14.75H16.75V20.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.75 17.75H19.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconPdf._solidSVG = `<path d="M13 3H4.75C4.33579 3 4 3.33579 4 3.75V12H20V10H13.75C13.3358 10 13 9.66421 13 9.25V3Z" fill="currentColor"/><path d="M20 8.5V8C20 7.80109 19.921 7.61032 19.7803 7.46967L15.5303 3.21967C15.3897 3.07902 15.1989 3 15 3H14.5V8.5H20Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 14.75C3 14.3358 3.33579 14 3.75 14H5.75C6.99264 14 8 15.0074 8 16.25C8 17.4926 6.99264 18.5 5.75 18.5H4.5V20.25C4.5 20.6642 4.16421 21 3.75 21C3.33579 21 3 20.6642 3 20.25V14.75ZM4.5 17H5.75C6.16421 17 6.5 16.6642 6.5 16.25C6.5 15.8358 6.16421 15.5 5.75 15.5H4.5V17Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9 14.75C9 14.3358 9.33579 14 9.75 14H11.25C11.8978 14 12.76 14.1611 13.4802 14.6992C14.2369 15.2646 14.75 16.183 14.75 17.5C14.75 18.817 14.2369 19.7354 13.4802 20.3008C12.76 20.8389 11.8978 21 11.25 21H9.75C9.33579 21 9 20.6642 9 20.25V14.75ZM10.5 15.5V19.5H11.25C11.6856 19.5 12.1984 19.3861 12.5823 19.0992C12.9298 18.8396 13.25 18.383 13.25 17.5C13.25 16.617 12.9298 16.1604 12.5823 15.9008C12.1984 15.6139 11.6856 15.5 11.25 15.5H10.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16 14.75C16 14.3358 16.3358 14 16.75 14H20.25C20.6642 14 21 14.3358 21 14.75C21 15.1642 20.6642 15.5 20.25 15.5H17.5V17H19.25C19.6642 17 20 17.3358 20 17.75C20 18.1642 19.6642 18.5 19.25 18.5H17.5V20.25C17.5 20.6642 17.1642 21 16.75 21C16.3358 21 16 20.6642 16 20.25V14.75Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconPdf._name = "pdf";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconPdf._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconPdf._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconPdf._viewBox = "0 0 24 24";
|
|
20
|
+
IconPdf = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-pdf")
|
|
22
|
+
], IconPdf);
|
|
23
|
+
export {
|
|
24
|
+
IconPdf
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-png
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconPng 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 IconPng = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconPng._regularSVG = `<path d="M4.75 11.25V3.75H15L19.25 8V11.25" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.75 20.25V14.75H5.5C6.32843 14.75 7 15.4216 7 16.25C7 17.0784 6.32843 17.75 5.5 17.75H4.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 20.25V14.75H10L13.25 20.25H13.75V14.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.6961 15.2215C19.3191 14.8448 18.6504 14.7533 18.251 14.7782C17.1463 14.8473 16.1554 15.9981 16.1554 17.5608C16.1554 19.1236 17.0973 20.2499 18.4001 20.2499C19.0459 20.2418 19.8065 20.0485 20.25 19.5537V17.8333H19.1961" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.75 4.25V9.25H18.75" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconPng._solidSVG = `<path d="M13 3H4.75C4.33579 3 4 3.33579 4 3.75V12H20V10H13.75C13.3358 10 13 9.66421 13 9.25V3Z" fill="currentColor"/><path d="M20 8.5V8C20 7.80109 19.921 7.61032 19.7803 7.46967L15.5303 3.21967C15.3897 3.07902 15.1989 3 15 3H14.5V8.5H20Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.798 15.5765C18.614 15.5299 18.4251 15.5189 18.2978 15.5269C17.7041 15.564 16.9054 16.2667 16.9054 17.561C16.9054 18.8392 17.6295 19.4975 18.3957 19.5C18.8281 19.4938 19.2307 19.3873 19.5 19.2133V18.5834H19.1961C18.7819 18.5834 18.4461 18.2476 18.4461 17.8334C18.4461 17.4192 18.7819 17.0834 19.1961 17.0834H20.25C20.6642 17.0834 21 17.4192 21 17.8334V19.5538C21 19.7386 20.9318 19.9168 20.8085 20.0544C20.1617 20.7761 19.1466 20.9908 18.4095 20.9999L18.4001 21.0001C16.5623 21.0001 15.4054 19.4058 15.4054 17.561C15.4054 15.7297 16.5885 14.1308 18.2043 14.0298C18.4763 14.0128 18.8215 14.0351 19.1659 14.1223C19.5045 14.2079 19.9079 14.373 20.2262 14.691C20.5192 14.9837 20.5195 15.4586 20.2267 15.7516C19.934 16.0447 19.4591 16.0449 19.166 15.7522C19.1074 15.6935 18.9879 15.6245 18.798 15.5765Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 14.75C3 14.3358 3.33579 14 3.75 14H5.5C6.74264 14 7.75 15.0074 7.75 16.25C7.75 17.4926 6.74264 18.5 5.5 18.5H4.5V20.25C4.5 20.6642 4.16421 21 3.75 21C3.33579 21 3 20.6642 3 20.25V14.75ZM4.5 17H5.5C5.91421 17 6.25 16.6642 6.25 16.25C6.25 15.8358 5.91421 15.5 5.5 15.5H4.5V17Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.75 14.75C8.75 14.3358 9.08579 14 9.5 14H10C10.2652 14 10.5108 14.1401 10.6457 14.3685L13 18.3527V14.75C13 14.3358 13.3358 14 13.75 14C14.1642 14 14.5 14.3358 14.5 14.75V20.25C14.5 20.6642 14.1642 21 13.75 21H13.25C12.9848 21 12.7392 20.8599 12.6043 20.6315L10.25 16.6473V20.25C10.25 20.6642 9.91421 21 9.5 21C9.08579 21 8.75 20.6642 8.75 20.25V14.75Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconPng._name = "png";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconPng._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconPng._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconPng._viewBox = "0 0 24 24";
|
|
20
|
+
IconPng = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-png")
|
|
22
|
+
], IconPng);
|
|
23
|
+
export {
|
|
24
|
+
IconPng
|
|
25
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { GdsIcon } from '../icon';
|
|
2
|
+
/**
|
|
3
|
+
* @element gds-icon-postcard
|
|
4
|
+
*/
|
|
5
|
+
export declare class IconPostcard 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 IconPostcard = class extends GdsIcon {
|
|
7
|
+
};
|
|
8
|
+
/** @private */
|
|
9
|
+
IconPostcard._regularSVG = `<path d="M6.75 9.75H11.25M6.75 12.75H9.27M2.75 4.75H21.25V19.25H2.75V4.75ZM14.75 9.75H17.25V13.25H14.75V9.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>`;
|
|
10
|
+
/** @private */
|
|
11
|
+
IconPostcard._solidSVG = `<path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.75C2 4.33579 2.33579 4 2.75 4H21.25C21.6642 4 22 4.33579 22 4.75V19.25C22 19.6642 21.6642 20 21.25 20H2.75C2.33579 20 2 19.6642 2 19.25V4.75ZM6 9.75C6 9.33579 6.33579 9 6.75 9H11.25C11.6642 9 12 9.33579 12 9.75C12 10.1642 11.6642 10.5 11.25 10.5H6.75C6.33579 10.5 6 10.1642 6 9.75ZM14 9.75C14 9.33579 14.3358 9 14.75 9H17.25C17.6642 9 18 9.33579 18 9.75V13.25C18 13.6642 17.6642 14 17.25 14H14.75C14.3358 14 14 13.6642 14 13.25V9.75ZM6 12.75C6 12.3358 6.33579 12 6.75 12H9.27C9.68421 12 10.02 12.3358 10.02 12.75C10.02 13.1642 9.68422 13.5 9.27 13.5H6.75C6.33579 13.5 6 13.1642 6 12.75Z" fill="currentColor"/>`;
|
|
12
|
+
/** @private */
|
|
13
|
+
IconPostcard._name = "postcard";
|
|
14
|
+
/** @private */
|
|
15
|
+
IconPostcard._width = 24;
|
|
16
|
+
/** @private */
|
|
17
|
+
IconPostcard._height = 24;
|
|
18
|
+
/** @private */
|
|
19
|
+
IconPostcard._viewBox = "0 0 24 24";
|
|
20
|
+
IconPostcard = __decorateClass([
|
|
21
|
+
gdsCustomElement("gds-icon-postcard")
|
|
22
|
+
], IconPostcard);
|
|
23
|
+
export {
|
|
24
|
+
IconPostcard
|
|
25
|
+
};
|