@telus-uds/palette-koodo 3.3.0 → 3.4.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/CHANGELOG.json +16 -1
- package/CHANGELOG.md +10 -2
- package/build/android/border.xml +1 -1
- package/build/android/color.xml +1 -1
- package/build/android/font_size.xml +1 -1
- package/build/android/radius.xml +1 -1
- package/build/android/size.xml +1 -1
- package/build/ios/Border.swift +1 -1
- package/build/ios/Color.swift +1 -1
- package/build/ios/FontSize.swift +1 -1
- package/build/ios/Radius.swift +1 -1
- package/build/ios/Size.swift +1 -1
- package/build/rn/icons/ArrowLeft.js +1 -1
- package/build/rn/icons/ArrowLeft.native.js +1 -1
- package/build/rn/icons/ArrowRight.js +1 -1
- package/build/rn/icons/ArrowRight.native.js +1 -1
- package/build/rn/icons/Bank.js +46 -0
- package/build/rn/icons/Bank.native.js +45 -0
- package/build/rn/icons/BankFilled.js +46 -0
- package/build/rn/icons/BankFilled.native.js +45 -0
- package/build/rn/icons/Cart.js +6 -2
- package/build/rn/icons/Cart.native.js +6 -2
- package/build/rn/icons/CartFilled.js +3 -1
- package/build/rn/icons/CartFilled.native.js +3 -1
- package/build/rn/icons/CartFilledMulti.js +45 -0
- package/build/rn/icons/CartFilledMulti.native.js +44 -0
- package/build/rn/icons/CheckCircle.js +3 -3
- package/build/rn/icons/CheckCircle.native.js +3 -3
- package/build/rn/icons/CheckCircleFilled.js +1 -1
- package/build/rn/icons/CheckCircleFilled.native.js +1 -1
- package/build/rn/icons/ChevronLeftCircle.js +42 -0
- package/build/rn/icons/ChevronLeftCircle.native.js +41 -0
- package/build/rn/icons/ChevronRightCircle.js +42 -0
- package/build/rn/icons/ChevronRightCircle.native.js +41 -0
- package/build/rn/icons/Download.js +1 -3
- package/build/rn/icons/Download.native.js +1 -3
- package/build/rn/icons/LocationMap.js +1 -3
- package/build/rn/icons/LocationMap.native.js +1 -3
- package/build/rn/icons/LocationMapFilled.js +46 -0
- package/build/rn/icons/LocationMapFilled.native.js +45 -0
- package/build/rn/icons/Question.js +3 -3
- package/build/rn/icons/Question.native.js +3 -3
- package/build/rn/icons/QuestionFilled.js +1 -1
- package/build/rn/icons/QuestionFilled.native.js +1 -1
- package/build/rn/icons/QuoteLeftArrow.js +1 -7
- package/build/rn/icons/QuoteLeftArrow.native.js +1 -7
- package/build/rn/icons/QuoteRightArrow.js +1 -7
- package/build/rn/icons/QuoteRightArrow.native.js +1 -7
- package/build/rn/icons/Receipt.js +4 -2
- package/build/rn/icons/Receipt.native.js +4 -2
- package/build/rn/icons/Refresh.js +1 -3
- package/build/rn/icons/Refresh.native.js +1 -3
- package/build/rn/icons/Settings.js +1 -3
- package/build/rn/icons/Settings.native.js +1 -3
- package/build/rn/icons/SettingsFilled.js +44 -0
- package/build/rn/icons/SettingsFilled.native.js +43 -0
- package/build/rn/icons/Tag.js +1 -3
- package/build/rn/icons/Tag.native.js +1 -3
- package/build/rn/icons/TagFilled.js +1 -3
- package/build/rn/icons/TagFilled.native.js +1 -3
- package/build/rn/icons/ToolTipFilled.js +1 -1
- package/build/rn/icons/ToolTipFilled.native.js +1 -1
- package/build/rn/icons/Tooltip.js +3 -3
- package/build/rn/icons/Tooltip.native.js +3 -3
- package/build/rn/icons/arrow-left.icon.svg +1 -1
- package/build/rn/icons/arrow-right.icon.svg +1 -1
- package/build/rn/icons/bank-filled.icon.svg +4 -0
- package/build/rn/icons/bank.icon.svg +4 -0
- package/build/rn/icons/cart-filled-multi.icon.svg +4 -0
- package/build/rn/icons/cart-filled.icon.svg +2 -1
- package/build/rn/icons/cart.icon.svg +3 -2
- package/build/rn/icons/check-circle-filled.icon.svg +1 -1
- package/build/rn/icons/check-circle.icon.svg +2 -1
- package/build/rn/icons/chevron-left-circle.icon.svg +3 -0
- package/build/rn/icons/chevron-right-circle.icon.svg +3 -0
- package/build/rn/icons/download.icon.svg +1 -1
- package/build/rn/icons/index.js +7 -0
- package/build/rn/icons/location-map-filled.icon.svg +4 -0
- package/build/rn/icons/location-map.icon.svg +1 -1
- package/build/rn/icons/question-filled.icon.svg +1 -1
- package/build/rn/icons/question.icon.svg +2 -1
- package/build/rn/icons/quote-left-arrow.icon.svg +1 -2
- package/build/rn/icons/quote-right-arrow.icon.svg +1 -2
- package/build/rn/icons/receipt.icon.svg +3 -2
- package/build/rn/icons/refresh.icon.svg +1 -1
- package/build/rn/icons/settings-filled.icon.svg +3 -0
- package/build/rn/icons/settings.icon.svg +1 -1
- package/build/rn/icons/tag-filled.icon.svg +1 -1
- package/build/rn/icons/tag.icon.svg +1 -1
- package/build/rn/icons/tool-tip-filled.icon.svg +1 -1
- package/build/rn/icons/tooltip.icon.svg +2 -1
- package/build/rn/palette.js +8 -1
- package/build/web/fonts/fonts-cdn-family.css +5 -5
- package/build/web/fonts/fonts-cdn.css +5 -5
- package/build/web/fonts/fonts-local-family.css +5 -5
- package/build/web/fonts/fonts-local.css +5 -5
- package/build/web/icons/ArrowLeft.js +1 -1
- package/build/web/icons/ArrowRight.js +1 -1
- package/build/web/icons/Bank.js +46 -0
- package/build/web/icons/BankFilled.js +46 -0
- package/build/web/icons/Cart.js +6 -2
- package/build/web/icons/CartFilled.js +3 -1
- package/build/web/icons/CartFilledMulti.js +45 -0
- package/build/web/icons/CheckCircle.js +3 -3
- package/build/web/icons/CheckCircleFilled.js +1 -1
- package/build/web/icons/ChevronLeftCircle.js +42 -0
- package/build/web/icons/ChevronRightCircle.js +42 -0
- package/build/web/icons/Download.js +1 -3
- package/build/web/icons/LocationMap.js +1 -3
- package/build/web/icons/LocationMapFilled.js +46 -0
- package/build/web/icons/Question.js +3 -3
- package/build/web/icons/QuestionFilled.js +1 -1
- package/build/web/icons/QuoteLeftArrow.js +1 -7
- package/build/web/icons/QuoteRightArrow.js +1 -7
- package/build/web/icons/Receipt.js +4 -2
- package/build/web/icons/Refresh.js +1 -3
- package/build/web/icons/Settings.js +1 -3
- package/build/web/icons/SettingsFilled.js +44 -0
- package/build/web/icons/Tag.js +1 -3
- package/build/web/icons/TagFilled.js +1 -3
- package/build/web/icons/ToolTipFilled.js +1 -1
- package/build/web/icons/Tooltip.js +3 -3
- package/build/web/icons/arrow-left.icon.svg +1 -1
- package/build/web/icons/arrow-right.icon.svg +1 -1
- package/build/web/icons/bank-filled.icon.svg +4 -0
- package/build/web/icons/bank.icon.svg +4 -0
- package/build/web/icons/cart-filled-multi.icon.svg +4 -0
- package/build/web/icons/cart-filled.icon.svg +2 -1
- package/build/web/icons/cart.icon.svg +3 -2
- package/build/web/icons/check-circle-filled.icon.svg +1 -1
- package/build/web/icons/check-circle.icon.svg +2 -1
- package/build/web/icons/chevron-left-circle.icon.svg +3 -0
- package/build/web/icons/chevron-right-circle.icon.svg +3 -0
- package/build/web/icons/download.icon.svg +1 -1
- package/build/web/icons/index.js +7 -0
- package/build/web/icons/location-map-filled.icon.svg +4 -0
- package/build/web/icons/location-map.icon.svg +1 -1
- package/build/web/icons/question-filled.icon.svg +1 -1
- package/build/web/icons/question.icon.svg +2 -1
- package/build/web/icons/quote-left-arrow.icon.svg +1 -2
- package/build/web/icons/quote-right-arrow.icon.svg +1 -2
- package/build/web/icons/receipt.icon.svg +3 -2
- package/build/web/icons/refresh.icon.svg +1 -1
- package/build/web/icons/settings-filled.icon.svg +3 -0
- package/build/web/icons/settings.icon.svg +1 -1
- package/build/web/icons/tag-filled.icon.svg +1 -1
- package/build/web/icons/tag.icon.svg +1 -1
- package/build/web/icons/tool-tip-filled.icon.svg +1 -1
- package/build/web/icons/tooltip.icon.svg +2 -1
- package/build/web/palette.js +13 -6
- package/icon/arrow-left.svg +1 -1
- package/icon/arrow-right.svg +1 -1
- package/icon/bank-filled.svg +4 -0
- package/icon/bank.svg +4 -0
- package/icon/cart-filled-multi.svg +4 -0
- package/icon/cart-filled.svg +2 -1
- package/icon/cart.svg +3 -2
- package/icon/check-circle-filled.svg +1 -1
- package/icon/check-circle.svg +2 -1
- package/icon/chevron-left-circle.svg +3 -0
- package/icon/chevron-right-circle.svg +3 -0
- package/icon/download.svg +1 -1
- package/icon/location-map-filled.svg +4 -0
- package/icon/location-map.svg +1 -1
- package/icon/question-filled.svg +1 -1
- package/icon/question.svg +2 -1
- package/icon/quote-left-arrow.svg +1 -2
- package/icon/quote-right-arrow.svg +1 -2
- package/icon/receipt.svg +3 -2
- package/icon/refresh.svg +1 -1
- package/icon/settings-filled.svg +3 -0
- package/icon/settings.svg +1 -1
- package/icon/tag-filled.svg +1 -1
- package/icon/tag.svg +1 -1
- package/icon/tooltip-filled.svg +1 -1
- package/icon/tooltip.svg +2 -1
- package/package.json +1 -1
- package/palette.json +35 -5
- /package/build/web/fonts/{StagSans-Bold-v3_3_0.otf → StagSans-Bold-v3_4_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Light-v3_3_0.otf → StagSans-Light-v3_4_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Medium-v3_3_0.otf → StagSans-Medium-v3_4_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Regular-v3_3_0.otf → StagSans-Regular-v3_4_0.otf} +0 -0
- /package/build/web/fonts/{StagSans-Semibold-v3_3_0.otf → StagSans-Semibold-v3_4_0.otf} +0 -0
package/build/rn/palette.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 10 Jun 2025 20:21:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
module.exports = {
|
|
6
6
|
border: {
|
|
@@ -123,6 +123,8 @@ module.exports = {
|
|
|
123
123
|
ArrowDownCircled: '@telus-uds/palette-koodo/build/rn/icons/arrow-down-circled.icon.svg',
|
|
124
124
|
ArrowLeft: '@telus-uds/palette-koodo/build/rn/icons/arrow-left.icon.svg',
|
|
125
125
|
ArrowRight: '@telus-uds/palette-koodo/build/rn/icons/arrow-right.icon.svg',
|
|
126
|
+
Bank: '@telus-uds/palette-koodo/build/rn/icons/bank.icon.svg',
|
|
127
|
+
BankFilled: '@telus-uds/palette-koodo/build/rn/icons/bank-filled.icon.svg',
|
|
126
128
|
BoxOutline: '@telus-uds/palette-koodo/build/rn/icons/box-outline.icon.svg',
|
|
127
129
|
BoxOutlineChecked: '@telus-uds/palette-koodo/build/rn/icons/box-outline-checked.icon.svg',
|
|
128
130
|
Bullet: '@telus-uds/palette-koodo/build/rn/icons/bullet.icon.svg',
|
|
@@ -131,6 +133,7 @@ module.exports = {
|
|
|
131
133
|
CanadaFilled: '@telus-uds/palette-koodo/build/rn/icons/canada-filled.icon.svg',
|
|
132
134
|
Cart: '@telus-uds/palette-koodo/build/rn/icons/cart.icon.svg',
|
|
133
135
|
CartFilled: '@telus-uds/palette-koodo/build/rn/icons/cart-filled.icon.svg',
|
|
136
|
+
CartFilledMulti: '@telus-uds/palette-koodo/build/rn/icons/cart-filled-multi.icon.svg',
|
|
134
137
|
Caution: '@telus-uds/palette-koodo/build/rn/icons/caution.icon.svg',
|
|
135
138
|
Check: '@telus-uds/palette-koodo/build/rn/icons/check.icon.svg',
|
|
136
139
|
CheckCircle: '@telus-uds/palette-koodo/build/rn/icons/check-circle.icon.svg',
|
|
@@ -139,7 +142,9 @@ module.exports = {
|
|
|
139
142
|
CheckCircledNotFilled: '@telus-uds/palette-koodo/build/rn/icons/check-circled-not-filled.icon.svg',
|
|
140
143
|
ChevronDown: '@telus-uds/palette-koodo/build/rn/icons/chevron-down.icon.svg',
|
|
141
144
|
ChevronLeft: '@telus-uds/palette-koodo/build/rn/icons/chevron-left.icon.svg',
|
|
145
|
+
ChevronLeftCircle: '@telus-uds/palette-koodo/build/rn/icons/chevron-left-circle.icon.svg',
|
|
142
146
|
ChevronRight: '@telus-uds/palette-koodo/build/rn/icons/chevron-right.icon.svg',
|
|
147
|
+
ChevronRightCircle: '@telus-uds/palette-koodo/build/rn/icons/chevron-right-circle.icon.svg',
|
|
143
148
|
ChevronUp: '@telus-uds/palette-koodo/build/rn/icons/chevron-up.icon.svg',
|
|
144
149
|
CircledLine: '@telus-uds/palette-koodo/build/rn/icons/circled-line.icon.svg',
|
|
145
150
|
Clipboard: '@telus-uds/palette-koodo/build/rn/icons/clipboard.icon.svg',
|
|
@@ -173,6 +178,7 @@ module.exports = {
|
|
|
173
178
|
LeftCircle: '@telus-uds/palette-koodo/build/rn/icons/left-circle.icon.svg',
|
|
174
179
|
LinkExternal: '@telus-uds/palette-koodo/build/rn/icons/link-external.icon.svg',
|
|
175
180
|
LocationMap: '@telus-uds/palette-koodo/build/rn/icons/location-map.icon.svg',
|
|
181
|
+
LocationMapFilled: '@telus-uds/palette-koodo/build/rn/icons/location-map-filled.icon.svg',
|
|
176
182
|
LockFilled: '@telus-uds/palette-koodo/build/rn/icons/lock-filled.icon.svg',
|
|
177
183
|
Maintenance: '@telus-uds/palette-koodo/build/rn/icons/maintenance.icon.svg',
|
|
178
184
|
MaintenanceFilled: '@telus-uds/palette-koodo/build/rn/icons/maintenance-filled.icon.svg',
|
|
@@ -214,6 +220,7 @@ module.exports = {
|
|
|
214
220
|
RightCircle: '@telus-uds/palette-koodo/build/rn/icons/right-circle.icon.svg',
|
|
215
221
|
RightCirlce: '@telus-uds/palette-koodo/build/rn/icons/right-cirlce.icon.svg',
|
|
216
222
|
Settings: '@telus-uds/palette-koodo/build/rn/icons/settings.icon.svg',
|
|
223
|
+
SettingsFilled: '@telus-uds/palette-koodo/build/rn/icons/settings-filled.icon.svg',
|
|
217
224
|
SettingsSolid: '@telus-uds/palette-koodo/build/rn/icons/settings-solid.icon.svg',
|
|
218
225
|
ShippingFilled: '@telus-uds/palette-koodo/build/rn/icons/shipping-filled.icon.svg',
|
|
219
226
|
Shop: '@telus-uds/palette-koodo/build/rn/icons/shop.icon.svg',
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Light-
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_4_0.otf');
|
|
4
4
|
font-weight: 300;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: block;
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: 'StagSans';
|
|
10
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Regular-
|
|
10
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_4_0.otf');
|
|
11
11
|
font-weight: 400;
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-display: block;
|
|
14
14
|
}
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: 'StagSans';
|
|
17
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Medium-
|
|
17
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_4_0.otf');
|
|
18
18
|
font-weight: 500;
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-display: block;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: 'StagSans';
|
|
24
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-
|
|
24
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_4_0.otf');
|
|
25
25
|
font-weight: 600;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
font-display: block;
|
|
28
28
|
}
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'StagSans';
|
|
31
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Bold-
|
|
31
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_4_0.otf');
|
|
32
32
|
font-weight: 700;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans300normal';
|
|
3
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Light-
|
|
3
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Light-v3_4_0.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Regular-
|
|
8
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Regular-v3_4_0.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Medium-
|
|
13
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Medium-v3_4_0.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-
|
|
18
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Semibold-v3_4_0.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('https://cdn.telus.digital/uds/StagSans-Bold-
|
|
23
|
+
src: url('https://cdn.telus.digital/uds/StagSans-Bold-v3_4_0.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans';
|
|
3
|
-
src: url('./StagSans-Light-
|
|
3
|
+
src: url('./StagSans-Light-v3_4_0.otf');
|
|
4
4
|
font-weight: 300;
|
|
5
5
|
font-style: normal;
|
|
6
6
|
font-display: block;
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: 'StagSans';
|
|
10
|
-
src: url('./StagSans-Regular-
|
|
10
|
+
src: url('./StagSans-Regular-v3_4_0.otf');
|
|
11
11
|
font-weight: 400;
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-display: block;
|
|
14
14
|
}
|
|
15
15
|
@font-face {
|
|
16
16
|
font-family: 'StagSans';
|
|
17
|
-
src: url('./StagSans-Medium-
|
|
17
|
+
src: url('./StagSans-Medium-v3_4_0.otf');
|
|
18
18
|
font-weight: 500;
|
|
19
19
|
font-style: normal;
|
|
20
20
|
font-display: block;
|
|
21
21
|
}
|
|
22
22
|
@font-face {
|
|
23
23
|
font-family: 'StagSans';
|
|
24
|
-
src: url('./StagSans-Semibold-
|
|
24
|
+
src: url('./StagSans-Semibold-v3_4_0.otf');
|
|
25
25
|
font-weight: 600;
|
|
26
26
|
font-style: normal;
|
|
27
27
|
font-display: block;
|
|
28
28
|
}
|
|
29
29
|
@font-face {
|
|
30
30
|
font-family: 'StagSans';
|
|
31
|
-
src: url('./StagSans-Bold-
|
|
31
|
+
src: url('./StagSans-Bold-v3_4_0.otf');
|
|
32
32
|
font-weight: 700;
|
|
33
33
|
font-style: normal;
|
|
34
34
|
font-display: block;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: 'StagSans300normal';
|
|
3
|
-
src: url('./StagSans-Light-
|
|
3
|
+
src: url('./StagSans-Light-v3_4_0.otf');
|
|
4
4
|
font-display: block;
|
|
5
5
|
}
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'StagSans400normal';
|
|
8
|
-
src: url('./StagSans-Regular-
|
|
8
|
+
src: url('./StagSans-Regular-v3_4_0.otf');
|
|
9
9
|
font-display: block;
|
|
10
10
|
}
|
|
11
11
|
@font-face {
|
|
12
12
|
font-family: 'StagSans500normal';
|
|
13
|
-
src: url('./StagSans-Medium-
|
|
13
|
+
src: url('./StagSans-Medium-v3_4_0.otf');
|
|
14
14
|
font-display: block;
|
|
15
15
|
}
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'StagSans600normal';
|
|
18
|
-
src: url('./StagSans-Semibold-
|
|
18
|
+
src: url('./StagSans-Semibold-v3_4_0.otf');
|
|
19
19
|
font-display: block;
|
|
20
20
|
}
|
|
21
21
|
@font-face {
|
|
22
22
|
font-family: 'StagSans700normal';
|
|
23
|
-
src: url('./StagSans-Bold-
|
|
23
|
+
src: url('./StagSans-Bold-v3_4_0.otf');
|
|
24
24
|
font-display: block;
|
|
25
25
|
}
|
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M2.095 11.414a1.356 1.356 0 0 0-.095.51c-.003.18.03.357.095.524l.007.016.008.015c.04.074.085.145.137.21a.97.97 0 0 0 .119.178l.006.009 5.483 5.682a1.375 1.375 0 0 0 1.984-1.904l-3.219-3.32h14.024a1.356 1.356 0 0 0 0-2.712H6.597L9.653 7.32a1.368 1.368 0 0 0-2-1.867L2.38 10.978a.819.819 0 0 0-.154.223l-.12.185-.01.028Z"
|
|
39
39
|
})]
|
|
40
40
|
});
|
|
41
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -35,7 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M21.905 12.586c.064-.162.096-.335.095-.51.003-.18-.03-.357-.095-.524l-.007-.016-.008-.015a1.494 1.494 0 0 0-.137-.21 1.007 1.007 0 0 0-.119-.178l-.006-.008-5.483-5.683a1.375 1.375 0 0 0-1.984 1.904l3.219 3.32H3.356a1.356 1.356 0 1 0 0 2.712h14.047l-3.056 3.302a1.371 1.371 0 0 0 .068 1.933 1.37 1.37 0 0 0 1.932-.066l5.273-5.525a.82.82 0 0 0 .154-.223l.12-.185.01-.028Z"
|
|
39
39
|
})]
|
|
40
40
|
});
|
|
41
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M12 3.362 6.747 6.464h10.506L12 3.362Zm.451-2.237a.88.88 0 0 0-.902 0L2.15 6.675c-.866.51-.533 1.945.452 1.945h18.796c.985 0 1.318-1.434.452-1.945l-9.399-5.55Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
+
d: "M2.805 23c-.324 0-.597-.111-.82-.334a1.114 1.114 0 0 1-.333-.82c0-.323.11-.597.333-.82.223-.222.496-.333.82-.333h18.39c.324 0 .597.11.82.333.222.223.334.497.334.82 0 .324-.112.597-.334.82a1.114 1.114 0 0 1-.82.334H2.805Zm13.507-12.656c0-.476.386-.862.862-.862H18.9a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703h-1.725a.862.862 0 0 1-.197-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.037 0c0-.476.386-.862.863-.862h1.724a.862.862 0 0 1 .216 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.198 1.703h-1.724a.862.862 0 0 1-.198-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.036 0c0-.476.386-.862.862-.862h1.725a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703H5.1a.862.862 0 0 1-.197-1.703 1.084 1.084 0 0 1-.019-.199V11.18a.863.863 0 0 1-.646-.835Z"
|
|
43
|
+
})]
|
|
44
|
+
});
|
|
45
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
46
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M12.451 1.125a.88.88 0 0 0-.902 0L2.15 6.675c-.866.51-.533 1.945.452 1.945h18.796c.985 0 1.318-1.434.452-1.945l-9.399-5.55Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
+
d: "M2.805 23c-.324 0-.597-.111-.82-.334a1.114 1.114 0 0 1-.333-.82c0-.323.11-.597.333-.82.223-.222.496-.333.82-.333h18.39c.324 0 .597.11.82.333.222.223.334.497.334.82 0 .324-.112.597-.334.82a1.114 1.114 0 0 1-.82.334H2.805Zm13.507-12.656c0-.476.386-.862.862-.862H18.9a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703h-1.725a.862.862 0 0 1-.197-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.037 0c0-.476.386-.862.863-.862h1.724a.862.862 0 0 1 .216 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.198 1.703h-1.724a.862.862 0 0 1-.198-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.036 0c0-.476.386-.862.862-.862h1.725a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703H5.1a.862.862 0 0 1-.197-1.703 1.084 1.084 0 0 1-.019-.199V11.18a.863.863 0 0 1-.646-.835Z"
|
|
43
|
+
})]
|
|
44
|
+
});
|
|
45
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
46
|
+
};
|
package/build/web/icons/Cart.js
CHANGED
|
@@ -24,7 +24,7 @@ module.exports = ({
|
|
|
24
24
|
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
25
|
...props,
|
|
26
26
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
-
viewBox: "0 0
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
28
|
height: size,
|
|
29
29
|
width: size,
|
|
30
30
|
fill: fillValue,
|
|
@@ -35,7 +35,11 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
d: "
|
|
38
|
+
d: "M8.578 20.354c.391.39.861.586 1.41.586.55 0 1.02-.195 1.411-.587.391-.39.587-.86.587-1.41 0-.55-.196-1.02-.587-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.41.586a1.923 1.923 0 0 0-.588 1.411c0 .55.196 1.02.587 1.41Zm5.992 0c.39.39.86.586 1.41.586.55 0 1.02-.195 1.41-.587.392-.39.587-.86.587-1.41 0-.55-.195-1.02-.586-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.411.586a1.923 1.923 0 0 0-.587 1.411c0 .55.195 1.02.587 1.41Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
d: "M2.999 3.06a.999.999 0 0 0 0 1.997h1.09L5.78 9.022l2.323 6.482c.165.35.517.572.903.572h8.226a.999.999 0 0 0 .88-.525l3.767-9.038A.999.999 0 0 0 21 5.04H6.3l-.414-.854A1.997 1.997 0 0 0 4.088 3.06h-1.09Zm6.686 11.019L7.645 8.19l-.366-1.153h12.049l-2.692 7.04h-6.95Z",
|
|
42
|
+
clipRule: "evenodd"
|
|
39
43
|
})]
|
|
40
44
|
});
|
|
41
45
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -35,8 +35,10 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "M8.578 20.354c.391.39.861.586 1.41.586.55 0 1.02-.195 1.411-.587.391-.39.587-.86.587-1.41 0-.55-.196-1.02-.587-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.41.586a1.923 1.923 0 0 0-.588 1.411c0 .55.196 1.02.587 1.41Zm5.992 0c.39.39.86.586 1.41.586.55 0 1.02-.195 1.41-.587.392-.39.587-.86.587-1.41 0-.55-.195-1.02-.586-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.411.586a1.923 1.923 0 0 0-.587 1.411c0 .55.195 1.02.587 1.41Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
38
40
|
fillRule: "evenodd",
|
|
39
|
-
d: "
|
|
41
|
+
d: "M2.999 3.06a.999.999 0 0 0 0 1.997h1.09L5.78 9.022l2.323 6.482c.165.35.517.572.903.572h8.226a.999.999 0 0 0 .88-.525l3.767-9.038A.999.999 0 0 0 21 5.04H6.3l-.414-.854A1.997 1.997 0 0 0 4.088 3.06h-1.09Z",
|
|
40
42
|
clipRule: "evenodd"
|
|
41
43
|
})]
|
|
42
44
|
});
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
fill: "#FF0076",
|
|
39
|
+
d: "M22 5.67a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
|
|
40
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
41
|
+
d: "M15.007 5.43H6.3l-.413-.854a1.997 1.997 0 0 0-1.798-1.127h-1.09a.999.999 0 1 0 0 1.997h1.09L5.78 9.411l2.323 6.482a1 1 0 0 0 .903.572h8.226a.999.999 0 0 0 .88-.525l2.82-6.766a4 4 0 0 1-5.925-3.745ZM8.578 20.742a1.92 1.92 0 0 0 1.41.587c.55 0 1.02-.195 1.411-.587.391-.39.587-.86.587-1.41 0-.55-.196-1.02-.587-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.41.587a1.923 1.923 0 0 0-.588 1.41c0 .55.196 1.02.587 1.41Zm5.992 0c.39.392.86.587 1.41.587.55 0 1.02-.195 1.41-.587.392-.39.587-.86.587-1.41 0-.55-.195-1.02-.586-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.411.587a1.923 1.923 0 0 0-.587 1.41c0 .55.195 1.02.587 1.41Z"
|
|
42
|
+
})]
|
|
43
|
+
});
|
|
44
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
45
|
+
};
|
|
@@ -35,9 +35,9 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
d: "M24 12c0 1.664-.315 3.226-.944 4.685a12.11 12.11 0 0 1-2.564 3.807 12.11 12.11 0 0 1-3.807 2.564c-1.459.63-3.02.944-4.685.944-1.664 0-3.226-.315-4.685-.944a12.111 12.111 0 0 1-3.807-2.564 12.11 12.11 0 0 1-2.564-3.807C.314 15.226 0 13.665 0 12c0-1.664.315-3.226.944-4.685a12.11 12.11 0 0 1 2.564-3.807A12.11 12.11 0 0 1 7.315.944C8.774.314 10.335 0 12 0c1.664 0 3.226.315 4.685.944a12.11 12.11 0 0 1 3.808 2.564 12.111 12.111 0 0 1 2.563 3.807c.63 1.459.944 3.02.944 4.685Zm-2.676 0c0-2.608-.902-4.814-2.706-6.618-1.804-1.804-4.01-2.706-6.618-2.706-2.608 0-4.814.902-6.618 2.706C3.578 7.186 2.676 9.392 2.676 12c0 2.608.902 4.814 2.706 6.618 1.804 1.804 4.01 2.706 6.618 2.706 2.608 0 4.814-.902 6.618-2.706 1.804-1.804 2.706-4.01 2.706-6.618Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
d: "M17.064 7.938a1.144 1.144 0 0 0-1.618.033l-5.191 5.63-1.717-1.717a1.144 1.144 0 0 0-1.619 1.618l2.543 2.543a1.145 1.145 0 0 0 1.635-.016l6-6.473a1.144 1.144 0 0 0-.033-1.618Z"
|
|
41
41
|
})]
|
|
42
42
|
});
|
|
43
43
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -36,7 +36,7 @@ module.exports = ({
|
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
38
|
fillRule: "evenodd",
|
|
39
|
-
d: "
|
|
39
|
+
d: "M23.056 16.685c.63-1.459.944-3.02.944-4.685 0-1.664-.315-3.226-.944-4.685a12.111 12.111 0 0 0-2.564-3.807A12.11 12.11 0 0 0 16.686.944C15.226.314 13.665 0 12 0c-1.664 0-3.226.315-4.685.944a12.11 12.11 0 0 0-3.807 2.564A12.11 12.11 0 0 0 .944 7.315C.314 8.774 0 10.335 0 12c0 1.664.315 3.226.944 4.685a12.11 12.11 0 0 0 2.564 3.808 12.111 12.111 0 0 0 3.807 2.563c1.459.63 3.02.944 4.685.944 1.664 0 3.226-.315 4.685-.944a12.11 12.11 0 0 0 3.808-2.564 12.11 12.11 0 0 0 2.563-3.807Zm-7.61-8.714a1.145 1.145 0 0 1 1.651 1.585l-6 6.473a1.144 1.144 0 0 1-1.634.016l-2.544-2.543a1.144 1.144 0 1 1 1.619-1.618l1.717 1.717 5.19-5.63Z",
|
|
40
40
|
clipRule: "evenodd"
|
|
41
41
|
})]
|
|
42
42
|
});
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "m11.486 12 2.298-2.297a1.04 1.04 0 0 0 .31-.77c0-.308-.103-.572-.31-.792a1.065 1.065 0 0 0-.796-.333 1.097 1.097 0 0 0-.797.333l-3.057 3.063a1.097 1.097 0 0 0-.336.795c0 .303.112.569.336.797l3.082 3.082c.22.22.481.328.784.323.303-.004.564-.118.784-.342a1.13 1.13 0 0 0 .317-.784 1.048 1.048 0 0 0-.323-.784L11.486 12Zm-9.69 0A9.94 9.94 0 0 1 2.6 8.016 10.297 10.297 0 0 1 4.78 4.78 10.297 10.297 0 0 1 8.015 2.6 9.946 9.946 0 0 1 12 1.798c1.415 0 2.743.267 3.984.803 1.24.535 2.32 1.261 3.237 2.18a10.297 10.297 0 0 1 2.18 3.236A9.946 9.946 0 0 1 22.202 12a9.947 9.947 0 0 1-.803 3.984 10.297 10.297 0 0 1-2.18 3.237 10.297 10.297 0 0 1-3.236 2.18 9.946 9.946 0 0 1-3.984.802 9.946 9.946 0 0 1-3.984-.803 10.296 10.296 0 0 1-3.237-2.18 10.296 10.296 0 0 1-2.18-3.236 9.947 9.947 0 0 1-.8-3.984Zm2.276 0c0 2.217.767 4.093 2.3 5.627 1.535 1.534 3.41 2.301 5.628 2.301 2.217 0 4.093-.767 5.627-2.3 1.534-1.535 2.301-3.41 2.301-5.628 0-2.217-.767-4.093-2.3-5.627-1.535-1.534-3.41-2.301-5.628-2.301-2.217 0-4.093.767-5.627 2.3C4.839 7.908 4.072 9.783 4.072 12Z"
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
42
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
d: "m12.514 12-2.298 2.297a1.04 1.04 0 0 0-.31.77c0 .308.103.572.31.792.22.224.486.335.796.333.311-.002.577-.113.797-.333l3.057-3.063c.224-.227.336-.493.336-.795 0-.303-.112-.569-.336-.797l-3.082-3.082A1.048 1.048 0 0 0 11 7.8a1.085 1.085 0 0 0-.784.342 1.13 1.13 0 0 0-.317.784c-.004.303.103.564.323.784L12.514 12Zm9.69 0a9.946 9.946 0 0 1-.804 3.984 10.297 10.297 0 0 1-2.18 3.237 10.297 10.297 0 0 1-3.236 2.18 9.947 9.947 0 0 1-3.984.802 9.946 9.946 0 0 1-3.984-.803 10.297 10.297 0 0 1-3.237-2.18 10.298 10.298 0 0 1-2.18-3.236A9.946 9.946 0 0 1 1.798 12c0-1.415.267-2.743.803-3.984A10.297 10.297 0 0 1 4.78 4.78 10.297 10.297 0 0 1 8.015 2.6 9.946 9.946 0 0 1 12 1.798c1.415 0 2.743.267 3.984.803 1.24.535 2.32 1.261 3.237 2.18a10.296 10.296 0 0 1 2.18 3.236A9.946 9.946 0 0 1 22.202 12Zm-2.276 0c0-2.217-.767-4.093-2.3-5.627-1.535-1.534-3.41-2.301-5.628-2.301-2.217 0-4.093.767-5.627 2.3C4.839 7.908 4.072 9.783 4.072 12s.767 4.093 2.3 5.627c1.535 1.534 3.41 2.301 5.628 2.301 2.217 0 4.093-.767 5.627-2.3 1.534-1.535 2.301-3.41 2.301-5.628Z"
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
42
|
+
};
|
|
@@ -35,9 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
|
|
39
|
-
d: "M0 15.071v8h24v-8a1.143 1.143 0 0 0-2.286 0v5.715H2.286V15.07a1.143 1.143 0 0 0-2.286 0Zm13.085.083 1.61-1.766.163-.18c.116-.128.232-.256.35-.382.435-.462 1.103-.502 1.57-.096.45.391.493 1.065.077 1.539-.383.435-.774.864-1.165 1.293l-.463.509-.532.587c-.593.655-1.186 1.31-1.781 1.963-.278.305-.62.42-1.04.366-.36-.047-.628-.217-.864-.475-.723-.795-1.449-1.588-2.174-2.38L7.172 14.31c-.388-.425-.419-1.001-.086-1.438.401-.525 1.214-.57 1.662-.083.454.492.904.988 1.355 1.483l.001.001.587.645.13.14.073.08.005-.083c.002-.044.004-.08.004-.114V3.347a75.98 75.98 0 0 1 .002-1.263c.006-.551.393-.996.918-1.072.54-.077 1.042.216 1.201.718.043.134.059.283.059.425.002 3.733.002 7.466.002 11.2v1.799Z",
|
|
40
|
-
clipRule: "evenodd"
|
|
38
|
+
d: "M12 16.205c-.182 0-.356-.031-.523-.094a1.281 1.281 0 0 1-.454-.3l-4.498-4.497a1.285 1.285 0 0 1-.398-.97A1.41 1.41 0 0 1 7.51 8.945c.38-.007.707.128.985.406l2.118 2.118V3.387c0-.39.134-.718.402-.986A1.34 1.34 0 0 1 12 2c.39 0 .717.134.985.401.268.268.402.597.402.986v8.082l2.118-2.118c.273-.278.599-.414.978-.41.378.006.707.148.985.426.262.277.397.602.405.973.008.371-.128.696-.405.974l-4.49 4.497a1.281 1.281 0 0 1-.455.3 1.468 1.468 0 0 1-.523.094ZM4.773 22c-.767 0-1.421-.27-1.962-.81A2.673 2.673 0 0 1 2 19.226v-2.27c0-.39.134-.718.401-.986a1.34 1.34 0 0 1 .986-.401c.389 0 .717.133.985.401.267.268.401.596.401.985v2.27h14.454v-2.27c0-.389.133-.717.401-.985a1.34 1.34 0 0 1 .985-.401c.39 0 .718.133.986.401.267.268.401.596.401.985v2.27c0 .768-.27 1.422-.81 1.963a2.68 2.68 0 0 1-1.963.811H4.773Z"
|
|
41
39
|
})]
|
|
42
40
|
});
|
|
43
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -35,9 +35,7 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
|
|
39
|
-
d: "M8.56 16.878H4.791a.556.556 0 0 0-.46.245L.357 23.096a.556.556 0 0 0 .461.863h21.855a.552.552 0 0 0 .46-.863l-3.973-5.97a.555.555 0 0 0-.461-.248h-3.768l.497-.774c.835-1.302 1.69-2.738 2.379-4.118.845-1.693 1.446-3.314 1.446-4.506A7.526 7.526 0 0 0 12.536 0h-1.581a7.526 7.526 0 0 0-6.717 7.48c0 1.192.601 2.813 1.446 4.505.689 1.381 1.544 2.817 2.378 4.119l.497.774Zm-3.472 1.109h4.225l.15.217a69.847 69.847 0 0 0 1.844 2.551.553.553 0 0 0 .876.002c.093-.121.854-1.121 1.844-2.553l.15-.217h4.226l3.236 4.863H1.853l3.235-4.863Zm6.657 1.51-.408-.566c-.828-1.148-2.135-3.024-3.318-4.998-.716-1.193-1.385-2.422-1.875-3.545-.49-1.126-.799-2.14-.799-2.908 0-3.536 2.872-6.413 6.4-6.413 3.53 0 6.4 2.877 6.4 6.413 0 .768-.308 1.782-.799 2.908-.49 1.123-1.159 2.352-1.874 3.545-1.183 1.974-2.49 3.85-3.319 4.998l-.408.566ZM8.212 7.48a3.54 3.54 0 0 0 3.533 3.54 3.54 3.54 0 0 0 0-7.08 3.54 3.54 0 0 0-3.533 3.54Zm1.107 0a2.431 2.431 0 0 1 2.426-2.431 2.431 2.431 0 0 1 0 4.862A2.431 2.431 0 0 1 9.32 7.48Z",
|
|
40
|
-
clipRule: "evenodd"
|
|
38
|
+
d: "M12 16.158c1.598-1.301 2.808-2.555 3.63-3.76.822-1.206 1.232-2.335 1.232-3.388 0-.908-.165-1.682-.497-2.322-.332-.64-.742-1.159-1.23-1.555a4.79 4.79 0 0 0-1.58-.864C12.988 4.089 12.47 4 12.001 4c-.469 0-.987.09-1.554.269a4.786 4.786 0 0 0-1.583.864c-.488.396-.898.915-1.23 1.555-.332.641-.498 1.416-.498 2.324 0 1.052.411 2.18 1.233 3.386.822 1.205 2.032 2.459 3.63 3.76Zm0 2.418a1.76 1.76 0 0 1-.547-.087 1.681 1.681 0 0 1-.498-.26 25.971 25.971 0 0 1-4.187-4.17c-1.27-1.581-1.906-3.264-1.906-5.047 0-1.203.217-2.26.65-3.169.434-.91.99-1.67 1.67-2.282a6.887 6.887 0 0 1 2.294-1.377A7.412 7.412 0 0 1 12 1.725c.833 0 1.674.153 2.524.459.85.306 1.614.765 2.294 1.377.68.612 1.236 1.373 1.67 2.282.433.91.65 1.966.65 3.17 0 1.782-.636 3.465-1.906 5.046a25.975 25.975 0 0 1-4.187 4.17 1.684 1.684 0 0 1-.497.26c-.178.058-.36.087-.547.087ZM12 11a2.06 2.06 0 0 0 1.511-.626 2.06 2.06 0 0 0 .627-1.512 2.06 2.06 0 0 0-.627-1.51A2.06 2.06 0 0 0 12 6.724a2.06 2.06 0 0 0-1.511.626 2.06 2.06 0 0 0-.627 1.511c0 .59.21 1.094.627 1.512A2.06 2.06 0 0 0 12 11ZM6 22.275c-.32 0-.589-.11-.808-.33a1.095 1.095 0 0 1-.33-.808c0-.319.11-.588.33-.808.22-.22.489-.329.808-.329h12c.32 0 .589.11.808.33.22.219.33.488.33.808 0 .319-.11.588-.33.808-.22.22-.489.329-.808.329H6Z"
|
|
41
39
|
})]
|
|
42
40
|
});
|
|
43
41
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
module.exports = ({
|
|
5
|
+
title,
|
|
6
|
+
titleId,
|
|
7
|
+
size,
|
|
8
|
+
color,
|
|
9
|
+
gradient,
|
|
10
|
+
...props
|
|
11
|
+
}) => {
|
|
12
|
+
const iconSharedUtils = require('./utils/icon-shared-utils');
|
|
13
|
+
const hasGradient = iconSharedUtils.hasValidGradient(gradient);
|
|
14
|
+
let fillValue = color;
|
|
15
|
+
let gradientDefs;
|
|
16
|
+
let gradientUtils;
|
|
17
|
+
if (hasGradient) {
|
|
18
|
+
gradientUtils = iconSharedUtils.getGradientUtils();
|
|
19
|
+
const iconWebUtils = require('./utils/icon-web-utils');
|
|
20
|
+
const gradientId = gradientUtils.generateGradientId(gradient);
|
|
21
|
+
fillValue = `url(#${gradientId})`;
|
|
22
|
+
gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
|
|
23
|
+
}
|
|
24
|
+
const svgContent = (0, _jsxRuntime.jsxs)("svg", {
|
|
25
|
+
...props,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 24 24",
|
|
28
|
+
height: size,
|
|
29
|
+
width: size,
|
|
30
|
+
fill: fillValue,
|
|
31
|
+
role: title ? 'img' : undefined,
|
|
32
|
+
"aria-hidden": !title,
|
|
33
|
+
"aria-labelledby": titleId,
|
|
34
|
+
children: [title ? (0, _jsxRuntime.jsx)("title", {
|
|
35
|
+
id: titleId,
|
|
36
|
+
children: title
|
|
37
|
+
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
d: "M11.453 18.49a1.76 1.76 0 0 0 1.095 0 1.72 1.72 0 0 0 .497-.262 25.975 25.975 0 0 0 4.187-4.169c1.27-1.581 1.905-3.264 1.905-5.047 0-1.203-.216-2.26-.65-3.169-.433-.91-.99-1.67-1.67-2.282a6.887 6.887 0 0 0-2.293-1.377A7.412 7.412 0 0 0 12 1.725c-.833 0-1.674.153-2.524.459a6.887 6.887 0 0 0-2.294 1.377c-.68.612-1.236 1.373-1.67 2.282-.433.91-.65 1.966-.65 3.17 0 1.782.636 3.465 1.906 5.046a25.971 25.971 0 0 0 4.187 4.17c.154.115.32.202.498.26ZM12 10.61a2.137 2.137 0 1 0 0-4.274 2.137 2.137 0 0 0 0 4.274Z",
|
|
40
|
+
clipRule: "evenodd"
|
|
41
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
42
|
+
d: "M5.192 21.946c.22.22.489.329.808.329h12c.32 0 .589-.11.808-.33.22-.219.33-.488.33-.808 0-.319-.11-.588-.33-.808A1.097 1.097 0 0 0 18 20H6c-.32 0-.589.11-.808.33-.22.219-.33.488-.33.808 0 .319.11.588.33.808Z"
|
|
43
|
+
})]
|
|
44
|
+
});
|
|
45
|
+
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|
|
46
|
+
};
|
|
@@ -35,9 +35,9 @@ module.exports = ({
|
|
|
35
35
|
id: titleId,
|
|
36
36
|
children: title
|
|
37
37
|
}) : null, (0, _jsxRuntime.jsx)("path", {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
38
|
+
d: "M12 22.203a9.946 9.946 0 0 1-3.984-.803 10.296 10.296 0 0 1-3.237-2.18 10.296 10.296 0 0 1-2.18-3.236A9.947 9.947 0 0 1 1.798 12c0-1.415.267-2.743.803-3.984A10.297 10.297 0 0 1 4.78 4.78 10.297 10.297 0 0 1 8.015 2.6 9.946 9.946 0 0 1 12 1.798c1.415 0 2.743.267 3.984.803 1.24.535 2.32 1.261 3.237 2.18a10.296 10.296 0 0 1 2.18 3.236A9.946 9.946 0 0 1 22.202 12a9.947 9.947 0 0 1-.803 3.984 10.295 10.295 0 0 1-2.18 3.237 10.295 10.295 0 0 1-3.236 2.18 9.947 9.947 0 0 1-3.984.802Zm0-2.275c2.217 0 4.093-.767 5.627-2.3 1.534-1.535 2.301-3.41 2.301-5.628 0-2.217-.767-4.093-2.3-5.627-1.535-1.534-3.41-2.301-5.628-2.301-2.217 0-4.093.767-5.627 2.3C4.839 7.908 4.072 9.783 4.072 12s.767 4.093 2.3 5.627c1.535 1.534 3.41 2.301 5.628 2.301Z"
|
|
39
|
+
}), (0, _jsxRuntime.jsx)("path", {
|
|
40
|
+
d: "M10.746 14.082c-.158-1.048-.03-1.68.933-2.613.631-.618 1.148-1.206 1.148-1.981 0-.647-.459-.977-1.076-.977-.776 0-1.293.287-1.666.675h-.804v-1.55c.66-.446 1.493-.762 2.599-.762 1.967 0 3.158.876 3.158 2.6 0 1.09-.53 1.765-1.464 2.526-.861.718-1.407 1.091-1.335 2.082h-1.493Zm.818 3.044c-.66 0-1.177-.503-1.177-1.149s.516-1.163 1.177-1.163a1.17 1.17 0 0 1 1.177 1.163c0 .646-.531 1.149-1.177 1.149Z"
|
|
41
41
|
})]
|
|
42
42
|
});
|
|
43
43
|
return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
|