@corto-ai/gds-angular 2.1.3-test.2 → 2.1.3
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/README.md +5 -5
- package/assets/css/acctivity.css +5 -5
- package/assets/css/all.css +5 -5
- package/assets/css/corto.css +5 -5
- package/assets/css/lawy.css +5 -5
- package/assets/css/leap.css +5 -5
- package/assets/scss/fonts/_inter.scss +1 -1
- package/assets/scss/fonts/_satoshi-black.scss +6 -6
- package/assets/scss/fonts/_satoshi-bold.scss +6 -6
- package/assets/scss/fonts/_satoshi-light.scss +6 -6
- package/assets/scss/fonts/_satoshi-medium.scss +6 -6
- package/assets/scss/fonts/_satoshi-regular.scss +6 -6
- package/assets/scss/fonts/_satoshi-variable.scss +6 -6
- package/assets/scss/mixins/buttons/_base.scss +1 -0
- package/assets/svg/filled/filled-document-multiple.svg +3 -1
- package/assets/svg/line/line-email-alert.svg +3 -0
- package/fesm2022/corto-ai-gds-angular.mjs +56 -21
- package/fesm2022/corto-ai-gds-angular.mjs.map +1 -1
- package/package.json +12 -11
- package/types/corto-ai-gds-angular.d.ts +4 -1
package/README.md
CHANGED
|
@@ -30,11 +30,11 @@ If you plan to only use the stylesheet/fonts for this library, we recommend impl
|
|
|
30
30
|
|
|
31
31
|
## CDN Assets
|
|
32
32
|
|
|
33
|
-
- All brands combined: <https://cdn.
|
|
34
|
-
- Acctivity: <https://cdn.
|
|
35
|
-
- CORTO: <https://cdn.
|
|
36
|
-
- LawY: <https://cdn.
|
|
37
|
-
- LEAP: <https://cdn.
|
|
33
|
+
- All brands combined: <https://cdn.cortoaws.com/style/gds/2.1.3/css/all.css>
|
|
34
|
+
- Acctivity: <https://cdn.cortoaws.com/style/gds/2.1.3/css/acctivity.css>
|
|
35
|
+
- CORTO: <https://cdn.cortoaws.com/style/gds/2.1.3/css/corto.css>
|
|
36
|
+
- LawY: <https://cdn.cortoaws.com/style/gds/2.1.3/css/lawy.css>
|
|
37
|
+
- LEAP: <https://cdn.cortoaws.com/style/gds/2.1.3/css/leap.css>
|
|
38
38
|
|
|
39
39
|
## Library `@layer`s
|
|
40
40
|
|
package/assets/css/acctivity.css
CHANGED
|
@@ -1135,35 +1135,35 @@
|
|
|
1135
1135
|
}
|
|
1136
1136
|
@font-face {
|
|
1137
1137
|
font-family: "Satoshi";
|
|
1138
|
-
src: url("
|
|
1138
|
+
src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
|
|
1139
1139
|
font-weight: 500;
|
|
1140
1140
|
font-display: swap;
|
|
1141
1141
|
font-style: normal;
|
|
1142
1142
|
}
|
|
1143
1143
|
@font-face {
|
|
1144
1144
|
font-family: "Satoshi";
|
|
1145
|
-
src: url("
|
|
1145
|
+
src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
|
|
1146
1146
|
font-weight: 500;
|
|
1147
1147
|
font-display: swap;
|
|
1148
1148
|
font-style: italic;
|
|
1149
1149
|
}
|
|
1150
1150
|
@font-face {
|
|
1151
1151
|
font-family: "Satoshi";
|
|
1152
|
-
src: url("
|
|
1152
|
+
src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
|
|
1153
1153
|
font-weight: 700;
|
|
1154
1154
|
font-display: swap;
|
|
1155
1155
|
font-style: normal;
|
|
1156
1156
|
}
|
|
1157
1157
|
@font-face {
|
|
1158
1158
|
font-family: "Satoshi";
|
|
1159
|
-
src: url("
|
|
1159
|
+
src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
|
|
1160
1160
|
font-weight: 700;
|
|
1161
1161
|
font-display: swap;
|
|
1162
1162
|
font-style: italic;
|
|
1163
1163
|
}
|
|
1164
1164
|
@font-face {
|
|
1165
1165
|
font-family: "Inter";
|
|
1166
|
-
src: url("
|
|
1166
|
+
src: url("../fonts/Inter-VariableFont.ttf") format("truetype");
|
|
1167
1167
|
font-weight: 400;
|
|
1168
1168
|
font-display: swap;
|
|
1169
1169
|
font-style: normal;
|
package/assets/css/all.css
CHANGED
|
@@ -3971,35 +3971,35 @@
|
|
|
3971
3971
|
}
|
|
3972
3972
|
@font-face {
|
|
3973
3973
|
font-family: "Satoshi";
|
|
3974
|
-
src: url("
|
|
3974
|
+
src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
|
|
3975
3975
|
font-weight: 500;
|
|
3976
3976
|
font-display: swap;
|
|
3977
3977
|
font-style: normal;
|
|
3978
3978
|
}
|
|
3979
3979
|
@font-face {
|
|
3980
3980
|
font-family: "Satoshi";
|
|
3981
|
-
src: url("
|
|
3981
|
+
src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
|
|
3982
3982
|
font-weight: 500;
|
|
3983
3983
|
font-display: swap;
|
|
3984
3984
|
font-style: italic;
|
|
3985
3985
|
}
|
|
3986
3986
|
@font-face {
|
|
3987
3987
|
font-family: "Satoshi";
|
|
3988
|
-
src: url("
|
|
3988
|
+
src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
|
|
3989
3989
|
font-weight: 700;
|
|
3990
3990
|
font-display: swap;
|
|
3991
3991
|
font-style: normal;
|
|
3992
3992
|
}
|
|
3993
3993
|
@font-face {
|
|
3994
3994
|
font-family: "Satoshi";
|
|
3995
|
-
src: url("
|
|
3995
|
+
src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
|
|
3996
3996
|
font-weight: 700;
|
|
3997
3997
|
font-display: swap;
|
|
3998
3998
|
font-style: italic;
|
|
3999
3999
|
}
|
|
4000
4000
|
@font-face {
|
|
4001
4001
|
font-family: "Inter";
|
|
4002
|
-
src: url("
|
|
4002
|
+
src: url("../fonts/Inter-VariableFont.ttf") format("truetype");
|
|
4003
4003
|
font-weight: 400;
|
|
4004
4004
|
font-display: swap;
|
|
4005
4005
|
font-style: normal;
|
package/assets/css/corto.css
CHANGED
|
@@ -1141,35 +1141,35 @@
|
|
|
1141
1141
|
}
|
|
1142
1142
|
@font-face {
|
|
1143
1143
|
font-family: "Satoshi";
|
|
1144
|
-
src: url("
|
|
1144
|
+
src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
|
|
1145
1145
|
font-weight: 500;
|
|
1146
1146
|
font-display: swap;
|
|
1147
1147
|
font-style: normal;
|
|
1148
1148
|
}
|
|
1149
1149
|
@font-face {
|
|
1150
1150
|
font-family: "Satoshi";
|
|
1151
|
-
src: url("
|
|
1151
|
+
src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
|
|
1152
1152
|
font-weight: 500;
|
|
1153
1153
|
font-display: swap;
|
|
1154
1154
|
font-style: italic;
|
|
1155
1155
|
}
|
|
1156
1156
|
@font-face {
|
|
1157
1157
|
font-family: "Satoshi";
|
|
1158
|
-
src: url("
|
|
1158
|
+
src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
|
|
1159
1159
|
font-weight: 700;
|
|
1160
1160
|
font-display: swap;
|
|
1161
1161
|
font-style: normal;
|
|
1162
1162
|
}
|
|
1163
1163
|
@font-face {
|
|
1164
1164
|
font-family: "Satoshi";
|
|
1165
|
-
src: url("
|
|
1165
|
+
src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
|
|
1166
1166
|
font-weight: 700;
|
|
1167
1167
|
font-display: swap;
|
|
1168
1168
|
font-style: italic;
|
|
1169
1169
|
}
|
|
1170
1170
|
@font-face {
|
|
1171
1171
|
font-family: "Inter";
|
|
1172
|
-
src: url("
|
|
1172
|
+
src: url("../fonts/Inter-VariableFont.ttf") format("truetype");
|
|
1173
1173
|
font-weight: 400;
|
|
1174
1174
|
font-display: swap;
|
|
1175
1175
|
font-style: normal;
|
package/assets/css/lawy.css
CHANGED
|
@@ -1114,35 +1114,35 @@
|
|
|
1114
1114
|
}
|
|
1115
1115
|
@font-face {
|
|
1116
1116
|
font-family: "Satoshi";
|
|
1117
|
-
src: url("
|
|
1117
|
+
src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
|
|
1118
1118
|
font-weight: 500;
|
|
1119
1119
|
font-display: swap;
|
|
1120
1120
|
font-style: normal;
|
|
1121
1121
|
}
|
|
1122
1122
|
@font-face {
|
|
1123
1123
|
font-family: "Satoshi";
|
|
1124
|
-
src: url("
|
|
1124
|
+
src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
|
|
1125
1125
|
font-weight: 500;
|
|
1126
1126
|
font-display: swap;
|
|
1127
1127
|
font-style: italic;
|
|
1128
1128
|
}
|
|
1129
1129
|
@font-face {
|
|
1130
1130
|
font-family: "Satoshi";
|
|
1131
|
-
src: url("
|
|
1131
|
+
src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
|
|
1132
1132
|
font-weight: 700;
|
|
1133
1133
|
font-display: swap;
|
|
1134
1134
|
font-style: normal;
|
|
1135
1135
|
}
|
|
1136
1136
|
@font-face {
|
|
1137
1137
|
font-family: "Satoshi";
|
|
1138
|
-
src: url("
|
|
1138
|
+
src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
|
|
1139
1139
|
font-weight: 700;
|
|
1140
1140
|
font-display: swap;
|
|
1141
1141
|
font-style: italic;
|
|
1142
1142
|
}
|
|
1143
1143
|
@font-face {
|
|
1144
1144
|
font-family: "Inter";
|
|
1145
|
-
src: url("
|
|
1145
|
+
src: url("../fonts/Inter-VariableFont.ttf") format("truetype");
|
|
1146
1146
|
font-weight: 400;
|
|
1147
1147
|
font-display: swap;
|
|
1148
1148
|
font-style: normal;
|
package/assets/css/leap.css
CHANGED
|
@@ -1063,35 +1063,35 @@
|
|
|
1063
1063
|
}
|
|
1064
1064
|
@font-face {
|
|
1065
1065
|
font-family: "Satoshi";
|
|
1066
|
-
src: url("
|
|
1066
|
+
src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
|
|
1067
1067
|
font-weight: 500;
|
|
1068
1068
|
font-display: swap;
|
|
1069
1069
|
font-style: normal;
|
|
1070
1070
|
}
|
|
1071
1071
|
@font-face {
|
|
1072
1072
|
font-family: "Satoshi";
|
|
1073
|
-
src: url("
|
|
1073
|
+
src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
|
|
1074
1074
|
font-weight: 500;
|
|
1075
1075
|
font-display: swap;
|
|
1076
1076
|
font-style: italic;
|
|
1077
1077
|
}
|
|
1078
1078
|
@font-face {
|
|
1079
1079
|
font-family: "Satoshi";
|
|
1080
|
-
src: url("
|
|
1080
|
+
src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
|
|
1081
1081
|
font-weight: 700;
|
|
1082
1082
|
font-display: swap;
|
|
1083
1083
|
font-style: normal;
|
|
1084
1084
|
}
|
|
1085
1085
|
@font-face {
|
|
1086
1086
|
font-family: "Satoshi";
|
|
1087
|
-
src: url("
|
|
1087
|
+
src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
|
|
1088
1088
|
font-weight: 700;
|
|
1089
1089
|
font-display: swap;
|
|
1090
1090
|
font-style: italic;
|
|
1091
1091
|
}
|
|
1092
1092
|
@font-face {
|
|
1093
1093
|
font-family: "Inter";
|
|
1094
|
-
src: url("
|
|
1094
|
+
src: url("../fonts/Inter-VariableFont.ttf") format("truetype");
|
|
1095
1095
|
font-weight: 400;
|
|
1096
1096
|
font-display: swap;
|
|
1097
1097
|
font-style: normal;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'Satoshi';
|
|
3
3
|
src:
|
|
4
|
-
url('
|
|
5
|
-
url('
|
|
6
|
-
url('
|
|
4
|
+
url('../fonts/Satoshi-Black.woff2') format('woff2'),
|
|
5
|
+
url('../fonts/Satoshi-Black.woff') format('woff'),
|
|
6
|
+
url('../fonts/Satoshi-Black.ttf') format('truetype');
|
|
7
7
|
font-weight: 900;
|
|
8
8
|
font-display: swap;
|
|
9
9
|
font-style: normal;
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
@font-face {
|
|
13
13
|
font-family: 'Satoshi';
|
|
14
14
|
src:
|
|
15
|
-
url('
|
|
16
|
-
url('
|
|
17
|
-
url('
|
|
15
|
+
url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
|
|
16
|
+
url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
|
|
17
|
+
url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
|
|
18
18
|
font-weight: 900;
|
|
19
19
|
font-display: swap;
|
|
20
20
|
font-style: italic;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'Satoshi';
|
|
3
3
|
src:
|
|
4
|
-
url('
|
|
5
|
-
url('
|
|
6
|
-
url('
|
|
4
|
+
url('../fonts/Satoshi-Bold.woff2') format('woff2'),
|
|
5
|
+
url('../fonts/Satoshi-Bold.woff') format('woff'),
|
|
6
|
+
url('../fonts/Satoshi-Bold.ttf') format('truetype');
|
|
7
7
|
font-weight: 700;
|
|
8
8
|
font-display: swap;
|
|
9
9
|
font-style: normal;
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
@font-face {
|
|
13
13
|
font-family: 'Satoshi';
|
|
14
14
|
src:
|
|
15
|
-
url('
|
|
16
|
-
url('
|
|
17
|
-
url('
|
|
15
|
+
url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
|
|
16
|
+
url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
|
|
17
|
+
url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
|
|
18
18
|
font-weight: 700;
|
|
19
19
|
font-display: swap;
|
|
20
20
|
font-style: italic;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'Satoshi';
|
|
3
3
|
src:
|
|
4
|
-
url('
|
|
5
|
-
url('
|
|
6
|
-
url('
|
|
4
|
+
url('../fonts/Satoshi-Light.woff2') format('woff2'),
|
|
5
|
+
url('../fonts/Satoshi-Light.woff') format('woff'),
|
|
6
|
+
url('../fonts/Satoshi-Light.ttf') format('truetype');
|
|
7
7
|
font-weight: 300;
|
|
8
8
|
font-display: swap;
|
|
9
9
|
font-style: normal;
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
@font-face {
|
|
13
13
|
font-family: 'Satoshi';
|
|
14
14
|
src:
|
|
15
|
-
url('
|
|
16
|
-
url('
|
|
17
|
-
url('
|
|
15
|
+
url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
|
|
16
|
+
url('../fonts/Satoshi-LightItalic.woff') format('woff'),
|
|
17
|
+
url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
|
|
18
18
|
font-weight: 300;
|
|
19
19
|
font-display: swap;
|
|
20
20
|
font-style: italic;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'Satoshi';
|
|
3
3
|
src:
|
|
4
|
-
url('
|
|
5
|
-
url('
|
|
6
|
-
url('
|
|
4
|
+
url('../fonts/Satoshi-Medium.woff2') format('woff2'),
|
|
5
|
+
url('../fonts/Satoshi-Medium.woff') format('woff'),
|
|
6
|
+
url('../fonts/Satoshi-Medium.ttf') format('truetype');
|
|
7
7
|
font-weight: 500;
|
|
8
8
|
font-display: swap;
|
|
9
9
|
font-style: normal;
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
@font-face {
|
|
13
13
|
font-family: 'Satoshi';
|
|
14
14
|
src:
|
|
15
|
-
url('
|
|
16
|
-
url('
|
|
17
|
-
url('
|
|
15
|
+
url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
|
|
16
|
+
url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
|
|
17
|
+
url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
|
|
18
18
|
font-weight: 500;
|
|
19
19
|
font-display: swap;
|
|
20
20
|
font-style: italic;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'Satoshi';
|
|
3
3
|
src:
|
|
4
|
-
url('
|
|
5
|
-
url('
|
|
6
|
-
url('
|
|
4
|
+
url('../fonts/Satoshi-Regular.woff2') format('woff2'),
|
|
5
|
+
url('../fonts/Satoshi-Regular.woff') format('woff'),
|
|
6
|
+
url('../fonts/Satoshi-Regular.ttf') format('truetype');
|
|
7
7
|
font-weight: 400;
|
|
8
8
|
font-display: swap;
|
|
9
9
|
font-style: normal;
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
@font-face {
|
|
13
13
|
font-family: 'Satoshi';
|
|
14
14
|
src:
|
|
15
|
-
url('
|
|
16
|
-
url('
|
|
17
|
-
url('
|
|
15
|
+
url('../fonts/Satoshi-Italic.woff2') format('woff2'),
|
|
16
|
+
url('../fonts/Satoshi-Italic.woff') format('woff'),
|
|
17
|
+
url('../fonts/Satoshi-Italic.ttf') format('truetype');
|
|
18
18
|
font-weight: 400;
|
|
19
19
|
font-display: swap;
|
|
20
20
|
font-style: italic;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'Satoshi';
|
|
3
3
|
src:
|
|
4
|
-
url('
|
|
5
|
-
url('
|
|
6
|
-
url('
|
|
4
|
+
url('../fonts/Satoshi-Variable.woff2') format('woff2'),
|
|
5
|
+
url('../fonts/Satoshi-Variable.woff') format('woff'),
|
|
6
|
+
url('../fonts/Satoshi-Variable.ttf') format('truetype');
|
|
7
7
|
font-weight: 300 900;
|
|
8
8
|
font-display: swap;
|
|
9
9
|
font-style: normal;
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
@font-face {
|
|
13
13
|
font-family: 'Satoshi';
|
|
14
14
|
src:
|
|
15
|
-
url('
|
|
16
|
-
url('
|
|
17
|
-
url('
|
|
15
|
+
url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
|
|
16
|
+
url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
|
|
17
|
+
url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
|
|
18
18
|
font-weight: 300 900;
|
|
19
19
|
font-display: swap;
|
|
20
20
|
font-style: italic;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M4 4.25C4 3.00736 5.00736 2 6.25 2H10.5039V6.74753C10.5039 7.99017 11.5113 8.99753 12.7539 8.99753H17.5V17.25C17.5 18.4926 16.4926 19.5 15.25 19.5H6.25C5.00736 19.5 4 18.4926 4 17.25V4.
|
|
2
|
+
<path d="M4 4.25C4 3.00736 5.00736 2 6.25 2H10.5039V6.74753C10.5039 7.99017 11.5113 8.99753 12.7539 8.99753H17.5V17.25C17.5 18.4926 16.4926 19.5 15.25 19.5H6.25C5.00736 19.5 4 18.4926 4 17.25V4.25Z" fill="currentColor"/>
|
|
3
|
+
<path d="M12.0039 6.74753V2.46728C12.0803 2.52611 12.1532 2.59009 12.2221 2.65901L16.841 7.27786C16.9103 7.34721 16.9747 7.42062 17.0338 7.49753H12.7539C12.3397 7.49753 12.0039 7.16174 12.0039 6.74753Z" fill="currentColor"/>
|
|
4
|
+
<path d="M8.75088 22C7.77121 22 6.93778 21.3739 6.62891 20.5H15.2509C17.0458 20.5 18.5009 19.0449 18.5009 17.25V8.93689L19.3419 9.77788C19.7638 10.1998 20.0009 10.7721 20.0009 11.3689V17.25C20.0009 19.8734 17.8742 22 15.2509 22H8.75088Z" fill="currentColor"/>
|
|
3
5
|
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.5025 1C15.2934 1 13.5025 2.79086 13.5025 5L13.5023 8L12.5539 8.80035C12.2462 9.06004 12.0923 9.18988 12.0457 9.29132C11.9312 9.54071 12.0391 9.8358 12.2875 9.95252C12.3885 10 12.5898 10 12.9925 10H22.0121C22.4148 10 22.6162 10 22.7172 9.95252C22.9656 9.8358 23.0735 9.5407 22.9589 9.29131C22.9123 9.18987 22.7584 9.06001 22.4507 8.80031L21.5025 8V5C21.5025 2.79086 19.7116 1 17.5025 1ZM19.0025 11C18.7842 11.5826 18.195 12 17.5025 12C16.81 12 16.2208 11.5826 16.0025 11H19.0025ZM22 16.75V11L20.5 11V16.75L20.4942 16.8935C20.4212 17.7929 19.6682 18.5 18.75 18.5H5.25L5.10647 18.4942C4.20711 18.4212 3.5 17.6682 3.5 16.75V9.374L11.6507 13.6637L11.7468 13.706C11.9431 13.7764 12.1619 13.7623 12.3493 13.6637L15.4503 12.0313C15.2878 11.8289 15.1559 11.6003 15.0624 11.3509L14.9309 11L14.1893 11L12 12.1525L3.5 7.679V7.25L3.5058 7.10647C3.57881 6.20711 4.33183 5.5 5.25 5.5H12.4988L12.4988 5C12.4988 4.65753 12.5333 4.32311 12.5989 4H5.25L5.06558 4.00514C3.35645 4.10075 2 5.51697 2 7.25V16.75L2.00514 16.9344C2.10075 18.6435 3.51697 20 5.25 20H18.75L18.9344 19.9949C20.6435 19.8992 22 18.483 22 16.75Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|