@telus-uds/palette-allium 5.11.1 → 5.13.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.
Files changed (136) hide show
  1. package/CHANGELOG.json +48 -0
  2. package/CHANGELOG.md +20 -1
  3. package/build/android/border.xml +1 -1
  4. package/build/android/color.xml +1 -1
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +1 -1
  7. package/build/android/size.xml +1 -1
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +1 -1
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +1 -1
  12. package/build/ios/Size.swift +1 -1
  13. package/build/rn/icons/AccessibleHuman.js +48 -0
  14. package/build/rn/icons/AccessibleHuman.native.js +47 -0
  15. package/build/rn/icons/AirplaneBold.js +42 -0
  16. package/build/rn/icons/AirplaneBold.native.js +41 -0
  17. package/build/rn/icons/BillingSearchBold.js +42 -0
  18. package/build/rn/icons/BillingSearchBold.native.js +41 -0
  19. package/build/rn/icons/CardLightningBold.js +42 -0
  20. package/build/rn/icons/CardLightningBold.native.js +41 -0
  21. package/build/rn/icons/CartEmpty.js +42 -0
  22. package/build/rn/icons/CartEmpty.native.js +41 -0
  23. package/build/rn/icons/ChevronDown.js +42 -0
  24. package/build/rn/icons/ChevronDown.native.js +41 -0
  25. package/build/rn/icons/ChevronUp.js +42 -0
  26. package/build/rn/icons/ChevronUp.native.js +41 -0
  27. package/build/rn/icons/HouseSwapBold.js +42 -0
  28. package/build/rn/icons/HouseSwapBold.native.js +41 -0
  29. package/build/rn/icons/InternetAddBold.js +42 -0
  30. package/build/rn/icons/InternetAddBold.native.js +41 -0
  31. package/build/rn/icons/MenuHamburger.js +1 -1
  32. package/build/rn/icons/MenuHamburger.native.js +1 -1
  33. package/build/rn/icons/SearchPulseBold.js +42 -0
  34. package/build/rn/icons/SearchPulseBold.native.js +41 -0
  35. package/build/rn/icons/SpeedReducedBold.js +42 -0
  36. package/build/rn/icons/SpeedReducedBold.native.js +41 -0
  37. package/build/rn/icons/TriangleUpTripleBold.js +42 -0
  38. package/build/rn/icons/TriangleUpTripleBold.native.js +41 -0
  39. package/build/rn/icons/TvTilesBold.js +42 -0
  40. package/build/rn/icons/TvTilesBold.native.js +41 -0
  41. package/build/rn/icons/TvTilesFilled.js +42 -0
  42. package/build/rn/icons/TvTilesFilled.native.js +41 -0
  43. package/build/rn/icons/UserSingle.js +46 -0
  44. package/build/rn/icons/UserSingle.native.js +45 -0
  45. package/build/rn/icons/WarrantyBold.js +42 -0
  46. package/build/rn/icons/WarrantyBold.native.js +41 -0
  47. package/build/rn/icons/accessible-human.icon.svg +4 -0
  48. package/build/rn/icons/airplane-bold.icon.svg +3 -0
  49. package/build/rn/icons/billing-search-bold.icon.svg +3 -0
  50. package/build/rn/icons/card-lightning-bold.icon.svg +3 -0
  51. package/build/rn/icons/cart-empty.icon.svg +3 -0
  52. package/build/rn/icons/chevron-down.icon.svg +3 -0
  53. package/build/rn/icons/chevron-up.icon.svg +3 -0
  54. package/build/rn/icons/house-swap-bold.icon.svg +3 -0
  55. package/build/rn/icons/index.js +16 -0
  56. package/build/rn/icons/internet-add-bold.icon.svg +3 -0
  57. package/build/rn/icons/menu-hamburger.icon.svg +1 -1
  58. package/build/rn/icons/search-pulse-bold.icon.svg +3 -0
  59. package/build/rn/icons/speed-reduced-bold.icon.svg +3 -0
  60. package/build/rn/icons/triangle-up-triple-bold.icon.svg +3 -0
  61. package/build/rn/icons/tv-tiles-bold.icon.svg +3 -0
  62. package/build/rn/icons/tv-tiles-filled.icon.svg +3 -0
  63. package/build/rn/icons/user-single.icon.svg +4 -0
  64. package/build/rn/icons/warranty-bold.icon.svg +3 -0
  65. package/build/rn/palette.js +17 -1
  66. package/build/web/fonts/fonts-cdn-family.css +12 -12
  67. package/build/web/fonts/fonts-cdn.css +12 -12
  68. package/build/web/fonts/fonts-local-family.css +12 -12
  69. package/build/web/fonts/fonts-local.css +12 -12
  70. package/build/web/icons/AccessibleHuman.js +48 -0
  71. package/build/web/icons/AirplaneBold.js +42 -0
  72. package/build/web/icons/BillingSearchBold.js +42 -0
  73. package/build/web/icons/CardLightningBold.js +42 -0
  74. package/build/web/icons/CartEmpty.js +42 -0
  75. package/build/web/icons/ChevronDown.js +42 -0
  76. package/build/web/icons/ChevronUp.js +42 -0
  77. package/build/web/icons/HouseSwapBold.js +42 -0
  78. package/build/web/icons/InternetAddBold.js +42 -0
  79. package/build/web/icons/MenuHamburger.js +1 -1
  80. package/build/web/icons/SearchPulseBold.js +42 -0
  81. package/build/web/icons/SpeedReducedBold.js +42 -0
  82. package/build/web/icons/TriangleUpTripleBold.js +42 -0
  83. package/build/web/icons/TvTilesBold.js +42 -0
  84. package/build/web/icons/TvTilesFilled.js +42 -0
  85. package/build/web/icons/UserSingle.js +46 -0
  86. package/build/web/icons/WarrantyBold.js +42 -0
  87. package/build/web/icons/accessible-human.icon.svg +4 -0
  88. package/build/web/icons/airplane-bold.icon.svg +3 -0
  89. package/build/web/icons/billing-search-bold.icon.svg +3 -0
  90. package/build/web/icons/card-lightning-bold.icon.svg +3 -0
  91. package/build/web/icons/cart-empty.icon.svg +3 -0
  92. package/build/web/icons/chevron-down.icon.svg +3 -0
  93. package/build/web/icons/chevron-up.icon.svg +3 -0
  94. package/build/web/icons/house-swap-bold.icon.svg +3 -0
  95. package/build/web/icons/index.js +16 -0
  96. package/build/web/icons/internet-add-bold.icon.svg +3 -0
  97. package/build/web/icons/menu-hamburger.icon.svg +1 -1
  98. package/build/web/icons/search-pulse-bold.icon.svg +3 -0
  99. package/build/web/icons/speed-reduced-bold.icon.svg +3 -0
  100. package/build/web/icons/triangle-up-triple-bold.icon.svg +3 -0
  101. package/build/web/icons/tv-tiles-bold.icon.svg +3 -0
  102. package/build/web/icons/tv-tiles-filled.icon.svg +3 -0
  103. package/build/web/icons/user-single.icon.svg +4 -0
  104. package/build/web/icons/warranty-bold.icon.svg +3 -0
  105. package/build/web/palette.js +29 -13
  106. package/icon/accessible-human.svg +4 -0
  107. package/icon/airplane-bold.svg +3 -0
  108. package/icon/billing-search-bold.svg +3 -0
  109. package/icon/card-lightning-bold.svg +3 -0
  110. package/icon/cart-empty.svg +3 -0
  111. package/icon/chevron-down.svg +3 -0
  112. package/icon/chevron-up.svg +3 -0
  113. package/icon/house-swap-bold.svg +3 -0
  114. package/icon/internet-add-bold.svg +3 -0
  115. package/icon/menu-hamburger.svg +1 -1
  116. package/icon/search-pulse-bold.svg +3 -0
  117. package/icon/speed-reduced-bold.svg +3 -0
  118. package/icon/triangle-up-triple-bold.svg +3 -0
  119. package/icon/tv-tiles-bold.svg +3 -0
  120. package/icon/tv-tiles-filled.svg +3 -0
  121. package/icon/user-single.svg +4 -0
  122. package/icon/warranty-bold.svg +3 -0
  123. package/package.json +2 -2
  124. package/palette.json +64 -0
  125. /package/build/web/fonts/{HNforTELUSSA-Bd-v5_11_1.otf → HNforTELUSSA-Bd-v5_13_0.otf} +0 -0
  126. /package/build/web/fonts/{HNforTELUSSA-Display-v5_11_1.otf → HNforTELUSSA-Display-v5_13_0.otf} +0 -0
  127. /package/build/web/fonts/{HNforTELUSSA-Md-v5_11_1.otf → HNforTELUSSA-Md-v5_13_0.otf} +0 -0
  128. /package/build/web/fonts/{HNforTELUSSA-v5_11_1.otf → HNforTELUSSA-v5_13_0.otf} +0 -0
  129. /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v5_11_1.woff → HNforTELUSSABold_normal_normal-v5_13_0.woff} +0 -0
  130. /package/build/web/fonts/{HNforTELUSSABold_normal_normal2-v5_11_1.woff2 → HNforTELUSSABold_normal_normal2-v5_13_0.woff2} +0 -0
  131. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v5_11_1.woff → HNforTELUSSADisplay_normal_normal-v5_13_0.woff} +0 -0
  132. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal2-v5_11_1.woff2 → HNforTELUSSADisplay_normal_normal2-v5_13_0.woff2} +0 -0
  133. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v5_11_1.woff → HNforTELUSSAMedium_normal_normal-v5_13_0.woff} +0 -0
  134. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal2-v5_11_1.woff2 → HNforTELUSSAMedium_normal_normal2-v5_13_0.woff2} +0 -0
  135. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v5_11_1.woff → HNforTELUSSARegular_normal_normal-v5_13_0.woff} +0 -0
  136. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal2-v5_11_1.woff2 → HNforTELUSSARegular_normal_normal2-v5_13_0.woff2} +0 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 10 Oct 2025 15:13:57 GMT
3
+ * Generated on Wed, 19 Nov 2025 05:54:34 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -172,9 +172,11 @@ module.exports = {
172
172
  icon: {
173
173
  AC: '@telus-uds/palette-allium/build/rn/icons/ac.icon.svg',
174
174
  Accessible: '@telus-uds/palette-allium/build/rn/icons/accessible.icon.svg',
175
+ AccessibleHuman: '@telus-uds/palette-allium/build/rn/icons/accessible-human.icon.svg',
175
176
  Add: '@telus-uds/palette-allium/build/rn/icons/add.icon.svg',
176
177
  AddUser: '@telus-uds/palette-allium/build/rn/icons/add-user.icon.svg',
177
178
  Airplane: '@telus-uds/palette-allium/build/rn/icons/airplane.icon.svg',
179
+ AirplaneBold: '@telus-uds/palette-allium/build/rn/icons/airplane-bold.icon.svg',
178
180
  AlarmClock: '@telus-uds/palette-allium/build/rn/icons/alarm-clock.icon.svg',
179
181
  Ambulance: '@telus-uds/palette-allium/build/rn/icons/ambulance.icon.svg',
180
182
  Amex: '@telus-uds/palette-allium/build/rn/icons/amex.icon.svg',
@@ -200,6 +202,7 @@ module.exports = {
200
202
  Bell: '@telus-uds/palette-allium/build/rn/icons/bell.icon.svg',
201
203
  Bill: '@telus-uds/palette-allium/build/rn/icons/bill.icon.svg',
202
204
  BillingBold: '@telus-uds/palette-allium/build/rn/icons/billing-bold.icon.svg',
205
+ BillingSearchBold: '@telus-uds/palette-allium/build/rn/icons/billing-search-bold.icon.svg',
203
206
  BillingSolid: '@telus-uds/palette-allium/build/rn/icons/billing-solid.icon.svg',
204
207
  Bookmark: '@telus-uds/palette-allium/build/rn/icons/bookmark.icon.svg',
205
208
  Braille: '@telus-uds/palette-allium/build/rn/icons/braille.icon.svg',
@@ -215,8 +218,10 @@ module.exports = {
215
218
  Camera: '@telus-uds/palette-allium/build/rn/icons/camera.icon.svg',
216
219
  CanUs: '@telus-uds/palette-allium/build/rn/icons/can-us.icon.svg',
217
220
  Car: '@telus-uds/palette-allium/build/rn/icons/car.icon.svg',
221
+ CardLightningBold: '@telus-uds/palette-allium/build/rn/icons/card-lightning-bold.icon.svg',
218
222
  CaretDown: '@telus-uds/palette-allium/build/rn/icons/caret-down.icon.svg',
219
223
  CaretUp: '@telus-uds/palette-allium/build/rn/icons/caret-up.icon.svg',
224
+ CartEmpty: '@telus-uds/palette-allium/build/rn/icons/cart-empty.icon.svg',
220
225
  CartEmptyBold: '@telus-uds/palette-allium/build/rn/icons/cart-empty-bold.icon.svg',
221
226
  CartFilledBold: '@telus-uds/palette-allium/build/rn/icons/cart-filled-bold.icon.svg',
222
227
  Channels: '@telus-uds/palette-allium/build/rn/icons/channels.icon.svg',
@@ -233,8 +238,10 @@ module.exports = {
233
238
  Check: '@telus-uds/palette-allium/build/rn/icons/check.icon.svg',
234
239
  Checkbold: '@telus-uds/palette-allium/build/rn/icons/checkbold.icon.svg',
235
240
  Checkmark: '@telus-uds/palette-allium/build/rn/icons/checkmark.icon.svg',
241
+ ChevronDown: '@telus-uds/palette-allium/build/rn/icons/chevron-down.icon.svg',
236
242
  ChevronLeft: '@telus-uds/palette-allium/build/rn/icons/chevron-left.icon.svg',
237
243
  ChevronRight: '@telus-uds/palette-allium/build/rn/icons/chevron-right.icon.svg',
244
+ ChevronUp: '@telus-uds/palette-allium/build/rn/icons/chevron-up.icon.svg',
238
245
  Clipboard: '@telus-uds/palette-allium/build/rn/icons/clipboard.icon.svg',
239
246
  Close: '@telus-uds/palette-allium/build/rn/icons/close.icon.svg',
240
247
  ClosedCaptions: '@telus-uds/palette-allium/build/rn/icons/closed-captions.icon.svg',
@@ -300,6 +307,7 @@ module.exports = {
300
307
  HomeSecurity: '@telus-uds/palette-allium/build/rn/icons/home-security.icon.svg',
301
308
  HouseBold: '@telus-uds/palette-allium/build/rn/icons/house-bold.icon.svg',
302
309
  HouseSolid: '@telus-uds/palette-allium/build/rn/icons/house-solid.icon.svg',
310
+ HouseSwapBold: '@telus-uds/palette-allium/build/rn/icons/house-swap-bold.icon.svg',
303
311
  IDTag: '@telus-uds/palette-allium/build/rn/icons/idtag.icon.svg',
304
312
  IOSEN: '@telus-uds/palette-allium/build/rn/icons/iosen.icon.svg',
305
313
  IOSFR: '@telus-uds/palette-allium/build/rn/icons/iosfr.icon.svg',
@@ -307,6 +315,7 @@ module.exports = {
307
315
  Infinite: '@telus-uds/palette-allium/build/rn/icons/infinite.icon.svg',
308
316
  Information: '@telus-uds/palette-allium/build/rn/icons/information.icon.svg',
309
317
  Internet: '@telus-uds/palette-allium/build/rn/icons/internet.icon.svg',
318
+ InternetAddBold: '@telus-uds/palette-allium/build/rn/icons/internet-add-bold.icon.svg',
310
319
  Invisible: '@telus-uds/palette-allium/build/rn/icons/invisible.icon.svg',
311
320
  Key: '@telus-uds/palette-allium/build/rn/icons/key.icon.svg',
312
321
  Laptop: '@telus-uds/palette-allium/build/rn/icons/laptop.icon.svg',
@@ -389,6 +398,7 @@ module.exports = {
389
398
  Router: '@telus-uds/palette-allium/build/rn/icons/router.icon.svg',
390
399
  Search: '@telus-uds/palette-allium/build/rn/icons/search.icon.svg',
391
400
  SearchBold: '@telus-uds/palette-allium/build/rn/icons/search-bold.icon.svg',
401
+ SearchPulseBold: '@telus-uds/palette-allium/build/rn/icons/search-pulse-bold.icon.svg',
392
402
  SecurityCamera: '@telus-uds/palette-allium/build/rn/icons/security-camera.icon.svg',
393
403
  SecurityHouse: '@telus-uds/palette-allium/build/rn/icons/security-house.icon.svg',
394
404
  SecurityMobile: '@telus-uds/palette-allium/build/rn/icons/security-mobile.icon.svg',
@@ -411,6 +421,7 @@ module.exports = {
411
421
  SpeakerPhone: '@telus-uds/palette-allium/build/rn/icons/speaker-phone.icon.svg',
412
422
  Speed: '@telus-uds/palette-allium/build/rn/icons/speed.icon.svg',
413
423
  SpeedReduced: '@telus-uds/palette-allium/build/rn/icons/speed-reduced.icon.svg',
424
+ SpeedReducedBold: '@telus-uds/palette-allium/build/rn/icons/speed-reduced-bold.icon.svg',
414
425
  StatusError: '@telus-uds/palette-allium/build/rn/icons/status-error.icon.svg',
415
426
  StatusInfo: '@telus-uds/palette-allium/build/rn/icons/status-info.icon.svg',
416
427
  StatusSuccess: '@telus-uds/palette-allium/build/rn/icons/status-success.icon.svg',
@@ -439,6 +450,9 @@ module.exports = {
439
450
  Times: '@telus-uds/palette-allium/build/rn/icons/times.icon.svg',
440
451
  TowTruck: '@telus-uds/palette-allium/build/rn/icons/tow-truck.icon.svg',
441
452
  Transmitter: '@telus-uds/palette-allium/build/rn/icons/transmitter.icon.svg',
453
+ TriangleUpTripleBold: '@telus-uds/palette-allium/build/rn/icons/triangle-up-triple-bold.icon.svg',
454
+ TvTilesBold: '@telus-uds/palette-allium/build/rn/icons/tv-tiles-bold.icon.svg',
455
+ TvTilesFilled: '@telus-uds/palette-allium/build/rn/icons/tv-tiles-filled.icon.svg',
442
456
  Unmuted: '@telus-uds/palette-allium/build/rn/icons/unmuted.icon.svg',
443
457
  Upload: '@telus-uds/palette-allium/build/rn/icons/upload.icon.svg',
444
458
  UploadToCloud: '@telus-uds/palette-allium/build/rn/icons/upload-to-cloud.icon.svg',
@@ -446,6 +460,7 @@ module.exports = {
446
460
  User: '@telus-uds/palette-allium/build/rn/icons/user.icon.svg',
447
461
  UserAdd: '@telus-uds/palette-allium/build/rn/icons/user-add.icon.svg',
448
462
  UserAddBold: '@telus-uds/palette-allium/build/rn/icons/user-add-bold.icon.svg',
463
+ UserSingle: '@telus-uds/palette-allium/build/rn/icons/user-single.icon.svg',
449
464
  Users: '@telus-uds/palette-allium/build/rn/icons/users.icon.svg',
450
465
  VideoCall: '@telus-uds/palette-allium/build/rn/icons/video-call.icon.svg',
451
466
  VideoChat: '@telus-uds/palette-allium/build/rn/icons/video-chat.icon.svg',
@@ -454,6 +469,7 @@ module.exports = {
454
469
  Visible: '@telus-uds/palette-allium/build/rn/icons/visible.icon.svg',
455
470
  VisuallyImpaired: '@telus-uds/palette-allium/build/rn/icons/visually-impaired.icon.svg',
456
471
  Warranty: '@telus-uds/palette-allium/build/rn/icons/warranty.icon.svg',
472
+ WarrantyBold: '@telus-uds/palette-allium/build/rn/icons/warranty-bold.icon.svg',
457
473
  Watch: '@telus-uds/palette-allium/build/rn/icons/watch.icon.svg',
458
474
  WaterProhibited: '@telus-uds/palette-allium/build/rn/icons/water-prohibited.icon.svg',
459
475
  WebStore: '@telus-uds/palette-allium/build/rn/icons/web-store.icon.svg',
@@ -1,83 +1,83 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA';
3
- src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_11_1.woff');
3
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_13_0.woff');
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: 'HNforTELUSSA';
10
- src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_11_1.woff');
10
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_13_0.woff');
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: 'HNforTELUSSA';
17
- src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_11_1.woff');
17
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_13_0.woff');
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: 'HNforTELUSSA';
24
- src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_11_1.woff');
24
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_13_0.woff');
25
25
  font-weight: 700;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'HNforTELUSSAOTF';
31
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_11_1.otf');
31
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_13_0.otf');
32
32
  font-weight: 300;
33
33
  font-style: normal;
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HNforTELUSSAOTF';
38
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_11_1.otf');
38
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_13_0.otf');
39
39
  font-weight: 400;
40
40
  font-style: normal;
41
41
  font-display: block;
42
42
  }
43
43
  @font-face {
44
44
  font-family: 'HNforTELUSSAOTF';
45
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_11_1.otf');
45
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_13_0.otf');
46
46
  font-weight: 500;
47
47
  font-style: normal;
48
48
  font-display: block;
49
49
  }
50
50
  @font-face {
51
51
  font-family: 'HNforTELUSSAOTF';
52
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_11_1.otf');
52
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_13_0.otf');
53
53
  font-weight: 700;
54
54
  font-style: normal;
55
55
  font-display: block;
56
56
  }
57
57
  @font-face {
58
58
  font-family: 'HNforTELUSSAWoff2';
59
- src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_11_1.woff2');
59
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_13_0.woff2');
60
60
  font-weight: 300;
61
61
  font-style: normal;
62
62
  font-display: block;
63
63
  }
64
64
  @font-face {
65
65
  font-family: 'HNforTELUSSAWoff2';
66
- src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_11_1.woff2');
66
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_13_0.woff2');
67
67
  font-weight: 400;
68
68
  font-style: normal;
69
69
  font-display: block;
70
70
  }
71
71
  @font-face {
72
72
  font-family: 'HNforTELUSSAWoff2';
73
- src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_11_1.woff2');
73
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_13_0.woff2');
74
74
  font-weight: 500;
75
75
  font-style: normal;
76
76
  font-display: block;
77
77
  }
78
78
  @font-face {
79
79
  font-family: 'HNforTELUSSAWoff2';
80
- src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_11_1.woff2');
80
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_13_0.woff2');
81
81
  font-weight: 700;
82
82
  font-style: normal;
83
83
  font-display: block;
@@ -1,60 +1,60 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA300normal';
3
- src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_11_1.woff');
3
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_13_0.woff');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HNforTELUSSA400normal';
8
- src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_11_1.woff');
8
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_13_0.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HNforTELUSSA500normal';
13
- src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_11_1.woff');
13
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_13_0.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HNforTELUSSA700normal';
18
- src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_11_1.woff');
18
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_13_0.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HNforTELUSSAOTF300normal';
23
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_11_1.otf');
23
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_13_0.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HNforTELUSSAOTF400normal';
28
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_11_1.otf');
28
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-v5_13_0.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HNforTELUSSAOTF500normal';
33
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_11_1.otf');
33
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_13_0.otf');
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HNforTELUSSAOTF700normal';
38
- src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_11_1.otf');
38
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_13_0.otf');
39
39
  font-display: block;
40
40
  }
41
41
  @font-face {
42
42
  font-family: 'HNforTELUSSAWoff2300normal';
43
- src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_11_1.woff2');
43
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_13_0.woff2');
44
44
  font-display: block;
45
45
  }
46
46
  @font-face {
47
47
  font-family: 'HNforTELUSSAWoff2400normal';
48
- src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_11_1.woff2');
48
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_13_0.woff2');
49
49
  font-display: block;
50
50
  }
51
51
  @font-face {
52
52
  font-family: 'HNforTELUSSAWoff2500normal';
53
- src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_11_1.woff2');
53
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_13_0.woff2');
54
54
  font-display: block;
55
55
  }
56
56
  @font-face {
57
57
  font-family: 'HNforTELUSSAWoff2700normal';
58
- src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_11_1.woff2');
58
+ src: url('https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_13_0.woff2');
59
59
  font-display: block;
60
60
  }
@@ -1,83 +1,83 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA';
3
- src: url('./HNforTELUSSADisplay_normal_normal-v5_11_1.woff');
3
+ src: url('./HNforTELUSSADisplay_normal_normal-v5_13_0.woff');
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: 'HNforTELUSSA';
10
- src: url('./HNforTELUSSARegular_normal_normal-v5_11_1.woff');
10
+ src: url('./HNforTELUSSARegular_normal_normal-v5_13_0.woff');
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: 'HNforTELUSSA';
17
- src: url('./HNforTELUSSAMedium_normal_normal-v5_11_1.woff');
17
+ src: url('./HNforTELUSSAMedium_normal_normal-v5_13_0.woff');
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: 'HNforTELUSSA';
24
- src: url('./HNforTELUSSABold_normal_normal-v5_11_1.woff');
24
+ src: url('./HNforTELUSSABold_normal_normal-v5_13_0.woff');
25
25
  font-weight: 700;
26
26
  font-style: normal;
27
27
  font-display: block;
28
28
  }
29
29
  @font-face {
30
30
  font-family: 'HNforTELUSSAOTF';
31
- src: url('./HNforTELUSSA-Display-v5_11_1.otf');
31
+ src: url('./HNforTELUSSA-Display-v5_13_0.otf');
32
32
  font-weight: 300;
33
33
  font-style: normal;
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HNforTELUSSAOTF';
38
- src: url('./HNforTELUSSA-v5_11_1.otf');
38
+ src: url('./HNforTELUSSA-v5_13_0.otf');
39
39
  font-weight: 400;
40
40
  font-style: normal;
41
41
  font-display: block;
42
42
  }
43
43
  @font-face {
44
44
  font-family: 'HNforTELUSSAOTF';
45
- src: url('./HNforTELUSSA-Md-v5_11_1.otf');
45
+ src: url('./HNforTELUSSA-Md-v5_13_0.otf');
46
46
  font-weight: 500;
47
47
  font-style: normal;
48
48
  font-display: block;
49
49
  }
50
50
  @font-face {
51
51
  font-family: 'HNforTELUSSAOTF';
52
- src: url('./HNforTELUSSA-Bd-v5_11_1.otf');
52
+ src: url('./HNforTELUSSA-Bd-v5_13_0.otf');
53
53
  font-weight: 700;
54
54
  font-style: normal;
55
55
  font-display: block;
56
56
  }
57
57
  @font-face {
58
58
  font-family: 'HNforTELUSSAWoff2';
59
- src: url('./HNforTELUSSADisplay_normal_normal2-v5_11_1.woff2');
59
+ src: url('./HNforTELUSSADisplay_normal_normal2-v5_13_0.woff2');
60
60
  font-weight: 300;
61
61
  font-style: normal;
62
62
  font-display: block;
63
63
  }
64
64
  @font-face {
65
65
  font-family: 'HNforTELUSSAWoff2';
66
- src: url('./HNforTELUSSARegular_normal_normal2-v5_11_1.woff2');
66
+ src: url('./HNforTELUSSARegular_normal_normal2-v5_13_0.woff2');
67
67
  font-weight: 400;
68
68
  font-style: normal;
69
69
  font-display: block;
70
70
  }
71
71
  @font-face {
72
72
  font-family: 'HNforTELUSSAWoff2';
73
- src: url('./HNforTELUSSAMedium_normal_normal2-v5_11_1.woff2');
73
+ src: url('./HNforTELUSSAMedium_normal_normal2-v5_13_0.woff2');
74
74
  font-weight: 500;
75
75
  font-style: normal;
76
76
  font-display: block;
77
77
  }
78
78
  @font-face {
79
79
  font-family: 'HNforTELUSSAWoff2';
80
- src: url('./HNforTELUSSABold_normal_normal2-v5_11_1.woff2');
80
+ src: url('./HNforTELUSSABold_normal_normal2-v5_13_0.woff2');
81
81
  font-weight: 700;
82
82
  font-style: normal;
83
83
  font-display: block;
@@ -1,60 +1,60 @@
1
1
  @font-face {
2
2
  font-family: 'HNforTELUSSA300normal';
3
- src: url('./HNforTELUSSADisplay_normal_normal-v5_11_1.woff');
3
+ src: url('./HNforTELUSSADisplay_normal_normal-v5_13_0.woff');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HNforTELUSSA400normal';
8
- src: url('./HNforTELUSSARegular_normal_normal-v5_11_1.woff');
8
+ src: url('./HNforTELUSSARegular_normal_normal-v5_13_0.woff');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HNforTELUSSA500normal';
13
- src: url('./HNforTELUSSAMedium_normal_normal-v5_11_1.woff');
13
+ src: url('./HNforTELUSSAMedium_normal_normal-v5_13_0.woff');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HNforTELUSSA700normal';
18
- src: url('./HNforTELUSSABold_normal_normal-v5_11_1.woff');
18
+ src: url('./HNforTELUSSABold_normal_normal-v5_13_0.woff');
19
19
  font-display: block;
20
20
  }
21
21
  @font-face {
22
22
  font-family: 'HNforTELUSSAOTF300normal';
23
- src: url('./HNforTELUSSA-Display-v5_11_1.otf');
23
+ src: url('./HNforTELUSSA-Display-v5_13_0.otf');
24
24
  font-display: block;
25
25
  }
26
26
  @font-face {
27
27
  font-family: 'HNforTELUSSAOTF400normal';
28
- src: url('./HNforTELUSSA-v5_11_1.otf');
28
+ src: url('./HNforTELUSSA-v5_13_0.otf');
29
29
  font-display: block;
30
30
  }
31
31
  @font-face {
32
32
  font-family: 'HNforTELUSSAOTF500normal';
33
- src: url('./HNforTELUSSA-Md-v5_11_1.otf');
33
+ src: url('./HNforTELUSSA-Md-v5_13_0.otf');
34
34
  font-display: block;
35
35
  }
36
36
  @font-face {
37
37
  font-family: 'HNforTELUSSAOTF700normal';
38
- src: url('./HNforTELUSSA-Bd-v5_11_1.otf');
38
+ src: url('./HNforTELUSSA-Bd-v5_13_0.otf');
39
39
  font-display: block;
40
40
  }
41
41
  @font-face {
42
42
  font-family: 'HNforTELUSSAWoff2300normal';
43
- src: url('./HNforTELUSSADisplay_normal_normal2-v5_11_1.woff2');
43
+ src: url('./HNforTELUSSADisplay_normal_normal2-v5_13_0.woff2');
44
44
  font-display: block;
45
45
  }
46
46
  @font-face {
47
47
  font-family: 'HNforTELUSSAWoff2400normal';
48
- src: url('./HNforTELUSSARegular_normal_normal2-v5_11_1.woff2');
48
+ src: url('./HNforTELUSSARegular_normal_normal2-v5_13_0.woff2');
49
49
  font-display: block;
50
50
  }
51
51
  @font-face {
52
52
  font-family: 'HNforTELUSSAWoff2500normal';
53
- src: url('./HNforTELUSSAMedium_normal_normal2-v5_11_1.woff2');
53
+ src: url('./HNforTELUSSAMedium_normal_normal2-v5_13_0.woff2');
54
54
  font-display: block;
55
55
  }
56
56
  @font-face {
57
57
  font-family: 'HNforTELUSSAWoff2700normal';
58
- src: url('./HNforTELUSSABold_normal_normal2-v5_11_1.woff2');
58
+ src: url('./HNforTELUSSABold_normal_normal2-v5_13_0.woff2');
59
59
  font-display: block;
60
60
  }
@@ -0,0 +1,48 @@
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: "M16.852 7.83c.894.001 1.62.716 1.62 1.597 0 .779-.566 1.427-1.315 1.568l-3.216.497v1.602l2.2 5.214c.056.162.088.34.088.52 0 .881-.726 1.596-1.621 1.596a1.624 1.624 0 0 1-1.435-.855l-1.216-3.11-1.215 3.11a1.625 1.625 0 0 1-1.436.855c-.895 0-1.62-.715-1.62-1.596 0-.18.031-.358.087-.52l2.198-5.215.003-1.6-3.218-.498a1.603 1.603 0 0 1-1.314-1.568c0-.881.725-1.596 1.62-1.596l3.816.545h2.158l3.816-.545Zm-3.67 1.563-.073.01h-2.303l-.073-.01-3.716-.531a.578.578 0 0 0-.548.565c0 .263.191.502.47.557l4.062.628-.004 2.483v.207L8.74 18.659a.571.571 0 0 0-.027.169c0 .3.25.57.593.57a.597.597 0 0 0 .51-.282l2.14-5.476 2.14 5.476a.6.6 0 0 0 .512.281c.342 0 .594-.27.594-.57a.572.572 0 0 0-.028-.168l-2.26-5.356v-2.691l4.06-.628a.576.576 0 0 0 .471-.557.578.578 0 0 0-.55-.565l-3.714.53Zm-1.183-5.817a2.11 2.11 0 0 1 2.111 2.11l-.01.216a2.112 2.112 0 0 1-2.101 1.895l-.216-.011A2.111 2.111 0 0 1 12 3.576Zm0 1.026a1.084 1.084 0 1 0 .003 2.168 1.084 1.084 0 0 0-.003-2.168Z",
40
+ clipRule: "evenodd"
41
+ }), (0, _jsxRuntime.jsx)("path", {
42
+ fillRule: "evenodd",
43
+ d: "M12 0c6.627 0 12 5.373 12 12l-.004.31C23.832 18.793 18.524 24 12 24l-.31-.004C5.206 23.831 0 18.523 0 12 0 5.372 5.373 0 12 0Zm0 1.027C5.94 1.027 1.027 5.94 1.027 12c0 6.06 4.913 10.973 10.973 10.973 6.06 0 10.973-4.913 10.973-10.973C22.973 5.94 18.06 1.026 12 1.026Z",
44
+ clipRule: "evenodd"
45
+ })]
46
+ });
47
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
48
+ };
@@ -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: "M18.412 1.456a2.925 2.925 0 1 1 4.132 4.132L18.999 8.81l.473 9.629c.016.338-.111.669-.351.909l-.9.9a1.203 1.203 0 0 1-1.836-.162l-.008-.01-.059-.096-.008-.014-3.137-5.855-3.84 3.492.423 3.657c.042.364-.085.728-.344.987l-.911.911-.083.073-.01.01a1.204 1.204 0 0 1-1.71-.222l-.009-.013-.06-.092-.007-.01-1.077-1.851-.084.077a1.834 1.834 0 0 1-2.59-2.589l.077-.087-1.85-1.076a1.202 1.202 0 0 1-.245-1.889l.913-.912.082-.07.008-.009c.213-.168.477-.261.75-.26h.015l.106.006.014.001 3.653.42 3.279-3.604-6.395-2.405-.013-.006-.11-.05-.015-.006a1.204 1.204 0 0 1-.29-1.913l.902-.9c.217-.218.51-.344.816-.352l10.498-.297 3.346-3.676Zm3.204.927a1.474 1.474 0 0 0-2.13.05l-3.688 4.054-.072.08-11.02.31-.555.556 8.037 3.022L7.055 16.1l-.086.094-4.275-.492-.586.585 3.122 1.817-1.285 1.414a.382.382 0 0 0 .012.526l.058.047a.382.382 0 0 0 .468-.034l1.185-1.08.23-.207 1.815 3.122.585-.585-.491-4.275.095-.086 5.672-5.16 3.856 7.198.585-.585-.493-10.084-.005-.117.087-.079 3.962-3.604a1.474 1.474 0 0 0 .05-2.131Z"
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: "M17.388 0a2.693 2.693 0 0 1 2.694 2.694l-.01 8.091v1.225a.74.74 0 0 1-.735.734.74.74 0 0 1-.735-.734V7.112c0-.02.01-.05.01-.05V2.694c0-.676-.548-1.224-1.224-1.224H2.694c-.676 0-1.224.548-1.224 1.224v18.612c0 .676.548 1.224 1.224 1.224h15.329a.735.735 0 0 1 0 1.47H2.694A2.693 2.693 0 0 1 0 21.306V2.694A2.693 2.693 0 0 1 2.694 0h14.694Zm.5 13.4a4.172 4.172 0 0 1 4.163 4.164 4.07 4.07 0 0 1-.765 2.37l2.508 2.507a.734.734 0 1 1-1.038 1.04l-2.508-2.508a4.124 4.124 0 0 1-2.36.754 4.172 4.172 0 0 1-4.163-4.163 4.172 4.172 0 0 1 4.163-4.164Zm-.01 1.47a2.693 2.693 0 1 0 0 5.387 2.692 2.692 0 0 0 2.693-2.694 2.693 2.693 0 0 0-2.693-2.694ZM4.516 16.143a.74.74 0 0 1 1.039 0 .74.74 0 0 1 0 1.038.728.728 0 0 1-.52.216.728.728 0 0 1-.52-.216.74.74 0 0 1 0-1.038Zm7.377-.215a.74.74 0 0 1 .734.734.74.74 0 0 1-.734.735h-3.92a.74.74 0 0 1-.734-.735.74.74 0 0 1 .735-.734h3.919Zm.98-2.94a.74.74 0 0 1 .733.735h-.01a.734.734 0 0 1-.734.735H4.977a.595.595 0 0 1-.236-.049.732.732 0 0 1-.274-1.146l.088-.088a.785.785 0 0 1 .206-.128.658.658 0 0 1 .274-.059h7.837Zm-8.357-2.722a.74.74 0 0 1 1.039 0 .74.74 0 0 1 0 1.038.728.728 0 0 1-.52.216.728.728 0 0 1-.52-.216.74.74 0 0 1 0-1.038Zm10.315-.216a.74.74 0 0 1 .734.734.74.74 0 0 1-.734.736H7.974a.74.74 0 0 1-.735-.736.74.74 0 0 1 .735-.734h6.857ZM4.525 7.327a.74.74 0 0 1 1.04 0 .74.74 0 0 1 0 1.038.728.728 0 0 1-.52.216.728.728 0 0 1-.52-.216.74.74 0 0 1 0-1.038Zm10.306-.215a.74.74 0 0 1 .734.735.74.74 0 0 1-.734.734H7.974a.74.74 0 0 1-.735-.734.74.74 0 0 1 .735-.735h6.857Z"
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: "M15.214 2.986c.984-.989 2.679-.372 2.832.98h3.332A2.623 2.623 0 0 1 24 6.588V17.47a2.623 2.623 0 0 1-2.622 2.622h-5.912l-.672.794c-.947 1.118-2.704.547-2.919-.794H2.622A2.623 2.623 0 0 1 0 17.47V6.588a2.622 2.622 0 0 1 2.622-2.622h11.756l.737-.872.099-.108Zm1.413 1.196a.239.239 0 0 0-.42-.163l-6.798 8.03a.239.239 0 0 0 .183.393h2.758c.677 0 1.219.565 1.19 1.243l-.258 6.115a.238.238 0 0 0 .42.164l6.78-8.013.038-.061a.239.239 0 0 0-.22-.331h-2.707a1.194 1.194 0 0 1-1.192-1.236l.226-6.141ZM2.622 5.396c-.658 0-1.192.533-1.192 1.19v10.885c0 .658.534 1.191 1.192 1.191H11.9l.092-2.195H4.676a.715.715 0 0 1 0-1.43h7.376l.049-1.164H9.59a1.656 1.656 0 0 1-1.606-1.22H6.583a.716.716 0 0 1 0-1.43h1.66c.023-.033.049-.065.075-.097l1.936-2.286H4.676a.716.716 0 0 1 0-1.43h6.787l1.705-2.014H2.622Zm15.218 4.733h2.46c1.42 0 2.19 1.66 1.274 2.745l-4.898 5.788h4.702c.658 0 1.192-.534 1.192-1.191V6.587c0-.658-.534-1.191-1.192-1.191h-3.364l-.174 4.733Z"
39
+ })]
40
+ });
41
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
42
+ };