@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,9 +1,11 @@
1
1
  module.exports = {
2
2
  AC: require('./AC'),
3
3
  Accessible: require('./Accessible'),
4
+ AccessibleHuman: require('./AccessibleHuman'),
4
5
  Add: require('./Add'),
5
6
  AddUser: require('./AddUser'),
6
7
  Airplane: require('./Airplane'),
8
+ AirplaneBold: require('./AirplaneBold'),
7
9
  AlarmClock: require('./AlarmClock'),
8
10
  Ambulance: require('./Ambulance'),
9
11
  Amex: require('./Amex'),
@@ -29,6 +31,7 @@ module.exports = {
29
31
  Bell: require('./Bell'),
30
32
  Bill: require('./Bill'),
31
33
  BillingBold: require('./BillingBold'),
34
+ BillingSearchBold: require('./BillingSearchBold'),
32
35
  BillingSolid: require('./BillingSolid'),
33
36
  Bookmark: require('./Bookmark'),
34
37
  Braille: require('./Braille'),
@@ -44,8 +47,10 @@ module.exports = {
44
47
  Camera: require('./Camera'),
45
48
  CanUs: require('./CanUs'),
46
49
  Car: require('./Car'),
50
+ CardLightningBold: require('./CardLightningBold'),
47
51
  CaretDown: require('./CaretDown'),
48
52
  CaretUp: require('./CaretUp'),
53
+ CartEmpty: require('./CartEmpty'),
49
54
  CartEmptyBold: require('./CartEmptyBold'),
50
55
  CartFilledBold: require('./CartFilledBold'),
51
56
  Channels: require('./Channels'),
@@ -62,8 +67,10 @@ module.exports = {
62
67
  Check: require('./Check'),
63
68
  Checkbold: require('./Checkbold'),
64
69
  Checkmark: require('./Checkmark'),
70
+ ChevronDown: require('./ChevronDown'),
65
71
  ChevronLeft: require('./ChevronLeft'),
66
72
  ChevronRight: require('./ChevronRight'),
73
+ ChevronUp: require('./ChevronUp'),
67
74
  Clipboard: require('./Clipboard'),
68
75
  Close: require('./Close'),
69
76
  ClosedCaptions: require('./ClosedCaptions'),
@@ -129,6 +136,7 @@ module.exports = {
129
136
  HomeSecurity: require('./HomeSecurity'),
130
137
  HouseBold: require('./HouseBold'),
131
138
  HouseSolid: require('./HouseSolid'),
139
+ HouseSwapBold: require('./HouseSwapBold'),
132
140
  IDTag: require('./IDTag'),
133
141
  IOSEN: require('./IOSEN'),
134
142
  IOSFR: require('./IOSFR'),
@@ -136,6 +144,7 @@ module.exports = {
136
144
  Infinite: require('./Infinite'),
137
145
  Information: require('./Information'),
138
146
  Internet: require('./Internet'),
147
+ InternetAddBold: require('./InternetAddBold'),
139
148
  Invisible: require('./Invisible'),
140
149
  Key: require('./Key'),
141
150
  Laptop: require('./Laptop'),
@@ -218,6 +227,7 @@ module.exports = {
218
227
  Router: require('./Router'),
219
228
  Search: require('./Search'),
220
229
  SearchBold: require('./SearchBold'),
230
+ SearchPulseBold: require('./SearchPulseBold'),
221
231
  SecurityCamera: require('./SecurityCamera'),
222
232
  SecurityHouse: require('./SecurityHouse'),
223
233
  SecurityMobile: require('./SecurityMobile'),
@@ -240,6 +250,7 @@ module.exports = {
240
250
  SpeakerPhone: require('./SpeakerPhone'),
241
251
  Speed: require('./Speed'),
242
252
  SpeedReduced: require('./SpeedReduced'),
253
+ SpeedReducedBold: require('./SpeedReducedBold'),
243
254
  StatusError: require('./StatusError'),
244
255
  StatusInfo: require('./StatusInfo'),
245
256
  StatusSuccess: require('./StatusSuccess'),
@@ -268,6 +279,9 @@ module.exports = {
268
279
  Times: require('./Times'),
269
280
  TowTruck: require('./TowTruck'),
270
281
  Transmitter: require('./Transmitter'),
282
+ TriangleUpTripleBold: require('./TriangleUpTripleBold'),
283
+ TvTilesBold: require('./TvTilesBold'),
284
+ TvTilesFilled: require('./TvTilesFilled'),
271
285
  Unmuted: require('./Unmuted'),
272
286
  Upload: require('./Upload'),
273
287
  UploadToCloud: require('./UploadToCloud'),
@@ -275,6 +289,7 @@ module.exports = {
275
289
  User: require('./User'),
276
290
  UserAdd: require('./UserAdd'),
277
291
  UserAddBold: require('./UserAddBold'),
292
+ UserSingle: require('./UserSingle'),
278
293
  Users: require('./Users'),
279
294
  VideoCall: require('./VideoCall'),
280
295
  VideoChat: require('./VideoChat'),
@@ -283,6 +298,7 @@ module.exports = {
283
298
  Visible: require('./Visible'),
284
299
  VisuallyImpaired: require('./VisuallyImpaired'),
285
300
  Warranty: require('./Warranty'),
301
+ WarrantyBold: require('./WarrantyBold'),
286
302
  Watch: require('./Watch'),
287
303
  WaterProhibited: require('./WaterProhibited'),
288
304
  WebStore: require('./WebStore'),
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M10.508 5.92c2.957 0 5.72 1.257 7.795 3.54a.715.715 0 0 1 .19.388 5.655 5.655 0 0 1 5.511 5.643 5.656 5.656 0 0 1-5.646 5.647 5.656 5.656 0 0 1-5.647-5.647c0-1.176.363-2.27.983-3.176-1.92-1.44-5.212-1.449-7.377.931a.733.733 0 0 1-.484.231.253.253 0 0 1-.054.007h-.01a.257.257 0 0 1-.05-.005.737.737 0 0 1-.441-.186l-.005-.005a.746.746 0 0 1-.042-1.046l.273-.285c2.751-2.732 6.803-2.623 9.186-.753a5.643 5.643 0 0 1 2.128-1.144c-1.746-1.72-3.964-2.649-6.31-2.649-2.525 0-4.903 1.086-6.703 3.059l-.003.003a.745.745 0 0 1-1.046.043l-.005-.004a.745.745 0 0 1-.042-1.046l.398-.417c2.025-2.022 4.627-3.129 7.401-3.13Zm7.85 5.406a4.172 4.172 0 0 0-4.165 4.165 4.172 4.172 0 0 0 4.165 4.165 4.171 4.171 0 0 0 4.165-4.165 4.172 4.172 0 0 0-4.165-4.165Zm0 1.462c.412 0 .74.328.741.74v1.223h1.222c.412 0 .74.328.74.74a.737.737 0 0 1-.74.741h-1.222v1.221a.737.737 0 0 1-.741.741.736.736 0 0 1-.74-.74v-1.222h-1.222a.736.736 0 0 1-.74-.74c0-.413.327-.74.74-.741h1.221v-1.223c0-.412.328-.74.74-.74Zm-8.193 1.364c.953 0 1.722.77 1.722 1.722a1.72 1.72 0 0 1-1.722 1.722 1.72 1.72 0 0 1-1.721-1.722 1.72 1.72 0 0 1 1.721-1.722Zm0 1.482a.248.248 0 0 0-.24.24c0 .127.114.24.24.24.127 0 .24-.113.24-.24a.248.248 0 0 0-.24-.24Zm.343-13.639c3.901 0 7.569 1.671 10.321 4.693a.745.745 0 0 1-.042 1.046l-.004.005a.742.742 0 0 1-.501.192.726.726 0 0 1-.548-.239c-2.478-2.718-5.749-4.215-9.226-4.215-3.477 0-6.746 1.488-9.223 4.215h-.001a.735.735 0 0 1-1.05.046L.23 7.734A.744.744 0 0 1 .188 6.69c2.752-3.022 6.42-4.694 10.32-4.694Z"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M23 20c.512 0 .936.383.993.883L24 21a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Zm0-9c.512 0 .936.383.993.883L24 12a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Zm0-9c.512 0 .936.383.993.883L24 3a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" d="M21.166 18c.428 0 .78.383.828.883L22 19c0 .552-.373 1-.834 1H2.834C2.374 20 2 19.556 2 19c0-.552.373-1 .834-1h18.332Zm0-7c.428 0 .78.383.828.883L22 12c0 .552-.373 1-.834 1H2.834C2.374 13 2 12.556 2 12c0-.552.373-1 .834-1h18.332Zm0-7c.428 0 .78.383.828.883L22 5c0 .552-.373 1-.834 1H2.834C2.374 6 2 5.556 2 5c0-.552.373-1 .834-1h18.332Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M10.275 1.003c4.993.13 8.935 4.278 8.806 9.267a8.986 8.986 0 0 1-1.729 5.086l-.188.25 5.604 5.897c.3.316.306.802.034 1.134l-.075.079-.03.028a.945.945 0 0 1-1.172.098l-.091-.072-6.082-5.418a9.01 9.01 0 0 1-5.543 1.72c-4.993-.132-8.935-4.28-8.806-9.268C1.13 4.899 5.145 1.008 10.023 1l.252.003Zm-.233 1.808a7.214 7.214 0 1 0-.001 14.427 7.214 7.214 0 0 0 .001-14.427Zm2.262 3.193a.675.675 0 0 1 .586.425l.029.106.554 3.13a.688.688 0 0 1 .565-.295h1.23a.241.241 0 0 1 .061-.008l.136.013a.64.64 0 0 1 .535.622c0 .354-.297.636-.67.636h-.92l-.701 1.33a.694.694 0 0 1-.697.344.656.656 0 0 1-.567-.518l-.356-2.04-.996 3.769c-.07.284-.351.482-.648.482a.676.676 0 0 1-.646-.477l-.812-3.075-.58 1.46a.685.685 0 0 1-1.226.055l-.7-1.33H4.67c-.373 0-.67-.282-.671-.636 0-.354.298-.635.672-.635h2.224c.227 0 .428.109.552.275l.05.075.204.389.796-2.005a.702.702 0 0 1 .668-.41c.296.014.55.215.618.483l.687 2.588 1.133-4.272a.646.646 0 0 1 .7-.481Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M12 0c.126 0 .234.035.324.08a11.887 11.887 0 0 1 8.121 3.476 11.887 11.887 0 0 1 3.477 8.12A.74.74 0 0 1 24 12a.736.736 0 0 1-.078.323 11.937 11.937 0 0 1-.773 3.93l-.005.088a.78.78 0 0 1-.218.454 11.866 11.866 0 0 1-2.48 3.65A11.902 11.902 0 0 1 12 23.936a11.902 11.902 0 0 1-8.444-3.49 11.861 11.861 0 0 1-2.48-3.648.776.776 0 0 1-.225-.545 12.007 12.007 0 0 1-.773-3.93A.74.74 0 0 1 0 12c0-.125.035-.234.078-.324a11.889 11.889 0 0 1 3.477-8.118 11.902 11.902 0 0 1 8.12-3.479A.74.74 0 0 1 12 0Zm0 14.102a2.081 2.081 0 0 0-1.324.473 2.06 2.06 0 0 0-.642.942 2.374 2.374 0 0 1-2.21 1.525H2.817a10.375 10.375 0 0 0 1.77 2.371c4.088 4.087 10.738 4.087 14.826 0a10.378 10.378 0 0 0 1.77-2.371h-5.007c-.98 0-1.867-.61-2.214-1.537A2.064 2.064 0 0 0 12 14.102Zm.788-10.222a.79.79 0 0 1-.788.789.789.789 0 0 1-.787-.79V1.567c-2.17.163-4.292.995-6.037 2.498l1.58 1.58a.787.787 0 0 1-1.113 1.114l-1.58-1.581a10.415 10.415 0 0 0-2.498 6.036H3.88a.787.787 0 1 1 0 1.575H1.565c.068.91.253 1.809.556 2.678h5.703c.326 0 .625-.21.725-.476.12-.354.29-.68.503-.971l-4.65-3.641a.786.786 0 1 1 .968-1.241l4.89 3.829a3.669 3.669 0 0 1 1.74-.438c1.568 0 2.954.987 3.443 2.444.108.286.41.494.733.494h5.703c.303-.87.488-1.769.556-2.678H20.12a.788.788 0 0 1 0-1.575h2.315a10.413 10.413 0 0 0-2.498-6.036l-1.658 1.659a.787.787 0 1 1-1.113-1.115l1.657-1.658a10.415 10.415 0 0 0-6.035-2.497V3.88Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M9.72.806a2.75 2.75 0 0 1 3.889 0l5.908 5.908c1.646 1.646.619 4.404-1.59 4.673l1.59 1.59c1.646 1.646.619 4.403-1.59 4.672l1.59 1.591c1.732 1.732.505 4.694-1.944 4.694H5.755c-2.45 0-3.676-2.962-1.944-4.694l1.59-1.59c-2.21-.27-3.237-3.027-1.59-4.674l1.59-1.59c-2.21-.268-3.237-3.026-1.59-4.672L9.72.806Zm2.826 13.586a1.25 1.25 0 0 0-1.767 0l-5.909 5.91c-.787.787-.23 2.133.884 2.133h11.817c1.113 0 1.67-1.346.884-2.133l-4.13-4.13-1.78-1.778Zm0-6.263a1.25 1.25 0 0 0-1.767 0L9 9.909l-1.5 1.5-2.63 2.628c-.787.787-.23 2.133.884 2.134H6.88l2.838-2.84a2.75 2.75 0 0 1 3.89 0l2.84 2.84h1.124c1.113 0 1.67-1.347.884-2.134l-2.63-2.629-.75-.75-.75-.75-1.78-1.78Zm0-6.263a1.25 1.25 0 0 0-1.767 0L4.87 7.774c-.787.788-.23 2.134.884 2.134H6.88l2.838-2.84a2.75 2.75 0 0 1 3.89 0l2.84 2.84h1.124c1.113 0 1.67-1.346.884-2.134l-5.91-5.908Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M22.286 1.995c.951 0 1.719.769 1.719 1.72v13.714c0 .95-.768 1.72-1.719 1.72H14.21v.595l5.258.876.004.001a.746.746 0 0 1 .602.86v-.002a.733.733 0 0 1-.596.606l-.13.012h-.078a.273.273 0 0 1-.041-.003l-5.82-.967h-2.814l-5.822.967-.04.003h-.079a.733.733 0 0 1-.725-.619l-.001.002a.741.741 0 0 1 .602-.859h.005l5.257-.877v-.596H1.715c-.951 0-1.72-.768-1.72-1.72V3.716c0-.951.769-1.72 1.72-1.72h20.571ZM11.27 19.628h1.46v-.48h-1.46v.48ZM1.716 3.475a.236.236 0 0 0-.24.24v13.714c0 .136.104.24.24.24h20.571c.136 0 .24-.104.24-.24V3.715a.235.235 0 0 0-.24-.24H1.715ZM14.243 8.91c.412 0 .74.328.74.74v4.898c0 .412-.328.74-.74.74H6.407a.736.736 0 0 1-.74-.74V9.65c0-.412.328-.74.74-.74h7.836Zm-7.097 4.9h6.358v-3.42H7.146v3.42Zm10.732-7.76c.412.001.74.329.74.741v5.476a.735.735 0 0 1-.74.739h-2.165a.25.25 0 0 1-.25-.25v-.98a.25.25 0 0 1 .25-.25h1.425V7.53h-6.563v.652a.25.25 0 0 1-.25.25h-.98a.25.25 0 0 1-.25-.25V6.79c0-.412.329-.74.74-.74h8.043Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M22.286 1.995c.951 0 1.719.769 1.719 1.72v13.714c0 .95-.768 1.72-1.719 1.72H14.21v.595l5.258.876c.391.073.682.452.606.86a.734.734 0 0 1-.726.617h-.078a.273.273 0 0 1-.041-.003l-5.82-.967h-2.814l-5.822.967a.256.256 0 0 1-.04.003h-.079a.733.733 0 0 1-.725-.619.74.74 0 0 1 .601-.857l5.262-.877v-.596H1.715c-.951 0-1.72-.768-1.72-1.72V3.716c0-.951.769-1.72 1.72-1.72h20.571ZM11.02 19.1v.6h1.96v-.6h-1.96ZM6.407 8.91a.737.737 0 0 0-.74.741v4.898c0 .412.328.74.74.74h7.836c.412 0 .74-.328.74-.74V9.65a.737.737 0 0 0-.74-.74H6.407Zm7.097 1.48v3.42H7.146v-3.42h6.358ZM9.836 6.05a.737.737 0 0 0-.74.741v1.39c0 .138.112.25.25.25h.98a.25.25 0 0 0 .25-.25v-.65h6.562v3.995h-1.425a.25.25 0 0 0-.25.25v.98c0 .138.112.25.25.25h2.165c.412 0 .74-.327.74-.74V6.792a.737.737 0 0 0-.74-.741H9.836Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M12 13.81c4.879 0 9.138 3.275 10.565 7.784.145.46-.212.906-.694.906a.793.793 0 0 1-.743-.557c-1.266-3.86-4.933-6.653-9.128-6.653-4.197 0-7.862 2.792-9.127 6.653a.793.793 0 0 1-.744.557c-.481 0-.84-.447-.694-.906C2.864 17.086 7.12 13.811 12 13.811Z"/>
3
+ <path fill-rule="evenodd" d="M12 1.5a5.18 5.18 0 0 1 5.173 5.174A5.18 5.18 0 0 1 12 11.847a5.18 5.18 0 0 1-5.173-5.173A5.18 5.18 0 0 1 12 1.5Zm0 1.479a3.7 3.7 0 0 0-3.696 3.695A3.7 3.7 0 0 0 12 10.37a3.699 3.699 0 0 0 3.694-3.695A3.7 3.7 0 0 0 12 2.98Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25">
2
+ <path d="M22.814.784a.732.732 0 0 1 .74.182l.98.98c.223.222.28.564.139.847l-1.96 3.919a.738.738 0 0 1-.657.405H20.89l-5.315 5.315 8.345 8.117c.527.528.829 1.256.829 1.996a2.206 2.206 0 0 1-2.204 2.205c-.75 0-1.458-.292-1.99-.824l-7.79-8.011a1.21 1.21 0 0 0-.261.753.74.74 0 0 1-.115.396l-.085.108-6.163 6.651a3.11 3.11 0 0 1-2.208.927c-.82 0-1.616-.33-2.193-.907l-.095-.099a3.073 3.073 0 0 1-.896-2.178c0-.819.331-1.616.908-2.192l.008-.009 6.758-6.097a.737.737 0 0 1 .357-.177l.011-.002.012-.001.092-.009h.022c.282 0 .55-.097.767-.273l.03-.027-1.565-1.607a1.223 1.223 0 0 0-1.03-.36l-.162.032c-.466.125-.812.191-1.065.191A5.165 5.165 0 0 1 2.15 9.421 5.108 5.108 0 0 1 .76 5.584l.01-.094a.736.736 0 0 1 .29-.459l.08-.05a.77.77 0 0 1 .75.005l2.557 1.535a2.41 2.41 0 0 0 1.167-1.702L2.761 3.106a.736.736 0 0 1-.357-.578v-.091a.733.733 0 0 1 .274-.533A5.1 5.1 0 0 1 5.784.751c1.281-.023 2.524.505 3.504 1.482 1.261 1.26 1.766 2.919 1.472 4.776-.064.403.07.806.351 1.08l1.922 1.87 5.35-5.35V3.442c0-.277.157-.531.405-.656L22.707.828l.107-.044Zm-17 1.436c-.43.01-.85.097-1.248.258l2.195 1.315c.22.133.356.371.356.63A3.886 3.886 0 0 1 4.96 7.916l-.207.103a.74.74 0 0 1-.706-.027l-1.66-.997a3.65 3.65 0 0 0 .833 1.416 3.637 3.637 0 0 0 2.67 1.153l.067-.004c.09-.011.276-.043.621-.136a2.695 2.695 0 0 1 2.627.724l12.398 12.744.096.088c.236.193.533.3.848.3.405 0 .734-.33.734-.735a1.33 1.33 0 0 0-.39-.946L10.085 9.143a2.707 2.707 0 0 1-.778-2.363c.21-1.325-.093-2.437-.893-3.33l-.166-.176C7.542 2.57 6.72 2.202 5.814 2.22Zm4.926 11.614a2.66 2.66 0 0 1-1.52.694L2.678 20.43a1.627 1.627 0 0 0-.458 1.134c0 .383.13.743.368 1.033l.107.12.093.096c.593.592 1.69.597 2.296-.007l5.97-6.449c.065-.56.302-1.08.684-1.499l-.998-1.024Zm9.112-9.936v1.015a.74.74 0 0 1-.214.52l-5.552 5.551.437.423 5.543-5.543a.736.736 0 0 1 .52-.216h1.017L23.12 2.61l-.23-.23-3.038 1.52Z"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 10 Oct 2025 15:13:53 GMT
3
+ * Generated on Wed, 19 Nov 2025 05:54:29 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -63,22 +63,22 @@ module.exports = {
63
63
  },
64
64
  font: {
65
65
  HNforTELUSSA: {
66
- 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_11_1.woff',
67
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_11_1.woff',
68
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_11_1.woff',
69
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_11_1.woff'
66
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal-v5_13_0.woff',
67
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal-v5_13_0.woff',
68
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal-v5_13_0.woff',
69
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal-v5_13_0.woff'
70
70
  },
71
71
  HNforTELUSSAOTF: {
72
- 300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_11_1.otf',
73
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_11_1.otf',
74
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_11_1.otf',
75
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_11_1.otf'
72
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSA-Display-v5_13_0.otf',
73
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSA-v5_13_0.otf',
74
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSA-Md-v5_13_0.otf',
75
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSA-Bd-v5_13_0.otf'
76
76
  },
77
77
  HNforTELUSSAWoff2: {
78
- 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_11_1.woff2',
79
- 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_11_1.woff2',
80
- 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_11_1.woff2',
81
- 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_11_1.woff2'
78
+ 300: 'https://cdn.telus.digital/uds/HNforTELUSSADisplay_normal_normal2-v5_13_0.woff2',
79
+ 400: 'https://cdn.telus.digital/uds/HNforTELUSSARegular_normal_normal2-v5_13_0.woff2',
80
+ 500: 'https://cdn.telus.digital/uds/HNforTELUSSAMedium_normal_normal2-v5_13_0.woff2',
81
+ 700: 'https://cdn.telus.digital/uds/HNforTELUSSABold_normal_normal2-v5_13_0.woff2'
82
82
  }
83
83
  },
84
84
  fontSize: {
@@ -104,9 +104,11 @@ module.exports = {
104
104
  icon: {
105
105
  AC: '@telus-uds/palette-allium/build/web/icons/ac.icon.svg',
106
106
  Accessible: '@telus-uds/palette-allium/build/web/icons/accessible.icon.svg',
107
+ AccessibleHuman: '@telus-uds/palette-allium/build/web/icons/accessible-human.icon.svg',
107
108
  Add: '@telus-uds/palette-allium/build/web/icons/add.icon.svg',
108
109
  AddUser: '@telus-uds/palette-allium/build/web/icons/add-user.icon.svg',
109
110
  Airplane: '@telus-uds/palette-allium/build/web/icons/airplane.icon.svg',
111
+ AirplaneBold: '@telus-uds/palette-allium/build/web/icons/airplane-bold.icon.svg',
110
112
  AlarmClock: '@telus-uds/palette-allium/build/web/icons/alarm-clock.icon.svg',
111
113
  Ambulance: '@telus-uds/palette-allium/build/web/icons/ambulance.icon.svg',
112
114
  Amex: '@telus-uds/palette-allium/build/web/icons/amex.icon.svg',
@@ -132,6 +134,7 @@ module.exports = {
132
134
  Bell: '@telus-uds/palette-allium/build/web/icons/bell.icon.svg',
133
135
  Bill: '@telus-uds/palette-allium/build/web/icons/bill.icon.svg',
134
136
  BillingBold: '@telus-uds/palette-allium/build/web/icons/billing-bold.icon.svg',
137
+ BillingSearchBold: '@telus-uds/palette-allium/build/web/icons/billing-search-bold.icon.svg',
135
138
  BillingSolid: '@telus-uds/palette-allium/build/web/icons/billing-solid.icon.svg',
136
139
  Bookmark: '@telus-uds/palette-allium/build/web/icons/bookmark.icon.svg',
137
140
  Braille: '@telus-uds/palette-allium/build/web/icons/braille.icon.svg',
@@ -147,8 +150,10 @@ module.exports = {
147
150
  Camera: '@telus-uds/palette-allium/build/web/icons/camera.icon.svg',
148
151
  CanUs: '@telus-uds/palette-allium/build/web/icons/can-us.icon.svg',
149
152
  Car: '@telus-uds/palette-allium/build/web/icons/car.icon.svg',
153
+ CardLightningBold: '@telus-uds/palette-allium/build/web/icons/card-lightning-bold.icon.svg',
150
154
  CaretDown: '@telus-uds/palette-allium/build/web/icons/caret-down.icon.svg',
151
155
  CaretUp: '@telus-uds/palette-allium/build/web/icons/caret-up.icon.svg',
156
+ CartEmpty: '@telus-uds/palette-allium/build/web/icons/cart-empty.icon.svg',
152
157
  CartEmptyBold: '@telus-uds/palette-allium/build/web/icons/cart-empty-bold.icon.svg',
153
158
  CartFilledBold: '@telus-uds/palette-allium/build/web/icons/cart-filled-bold.icon.svg',
154
159
  Channels: '@telus-uds/palette-allium/build/web/icons/channels.icon.svg',
@@ -165,8 +170,10 @@ module.exports = {
165
170
  Check: '@telus-uds/palette-allium/build/web/icons/check.icon.svg',
166
171
  Checkbold: '@telus-uds/palette-allium/build/web/icons/checkbold.icon.svg',
167
172
  Checkmark: '@telus-uds/palette-allium/build/web/icons/checkmark.icon.svg',
173
+ ChevronDown: '@telus-uds/palette-allium/build/web/icons/chevron-down.icon.svg',
168
174
  ChevronLeft: '@telus-uds/palette-allium/build/web/icons/chevron-left.icon.svg',
169
175
  ChevronRight: '@telus-uds/palette-allium/build/web/icons/chevron-right.icon.svg',
176
+ ChevronUp: '@telus-uds/palette-allium/build/web/icons/chevron-up.icon.svg',
170
177
  Clipboard: '@telus-uds/palette-allium/build/web/icons/clipboard.icon.svg',
171
178
  Close: '@telus-uds/palette-allium/build/web/icons/close.icon.svg',
172
179
  ClosedCaptions: '@telus-uds/palette-allium/build/web/icons/closed-captions.icon.svg',
@@ -232,6 +239,7 @@ module.exports = {
232
239
  HomeSecurity: '@telus-uds/palette-allium/build/web/icons/home-security.icon.svg',
233
240
  HouseBold: '@telus-uds/palette-allium/build/web/icons/house-bold.icon.svg',
234
241
  HouseSolid: '@telus-uds/palette-allium/build/web/icons/house-solid.icon.svg',
242
+ HouseSwapBold: '@telus-uds/palette-allium/build/web/icons/house-swap-bold.icon.svg',
235
243
  IDTag: '@telus-uds/palette-allium/build/web/icons/idtag.icon.svg',
236
244
  IOSEN: '@telus-uds/palette-allium/build/web/icons/iosen.icon.svg',
237
245
  IOSFR: '@telus-uds/palette-allium/build/web/icons/iosfr.icon.svg',
@@ -239,6 +247,7 @@ module.exports = {
239
247
  Infinite: '@telus-uds/palette-allium/build/web/icons/infinite.icon.svg',
240
248
  Information: '@telus-uds/palette-allium/build/web/icons/information.icon.svg',
241
249
  Internet: '@telus-uds/palette-allium/build/web/icons/internet.icon.svg',
250
+ InternetAddBold: '@telus-uds/palette-allium/build/web/icons/internet-add-bold.icon.svg',
242
251
  Invisible: '@telus-uds/palette-allium/build/web/icons/invisible.icon.svg',
243
252
  Key: '@telus-uds/palette-allium/build/web/icons/key.icon.svg',
244
253
  Laptop: '@telus-uds/palette-allium/build/web/icons/laptop.icon.svg',
@@ -321,6 +330,7 @@ module.exports = {
321
330
  Router: '@telus-uds/palette-allium/build/web/icons/router.icon.svg',
322
331
  Search: '@telus-uds/palette-allium/build/web/icons/search.icon.svg',
323
332
  SearchBold: '@telus-uds/palette-allium/build/web/icons/search-bold.icon.svg',
333
+ SearchPulseBold: '@telus-uds/palette-allium/build/web/icons/search-pulse-bold.icon.svg',
324
334
  SecurityCamera: '@telus-uds/palette-allium/build/web/icons/security-camera.icon.svg',
325
335
  SecurityHouse: '@telus-uds/palette-allium/build/web/icons/security-house.icon.svg',
326
336
  SecurityMobile: '@telus-uds/palette-allium/build/web/icons/security-mobile.icon.svg',
@@ -343,6 +353,7 @@ module.exports = {
343
353
  SpeakerPhone: '@telus-uds/palette-allium/build/web/icons/speaker-phone.icon.svg',
344
354
  Speed: '@telus-uds/palette-allium/build/web/icons/speed.icon.svg',
345
355
  SpeedReduced: '@telus-uds/palette-allium/build/web/icons/speed-reduced.icon.svg',
356
+ SpeedReducedBold: '@telus-uds/palette-allium/build/web/icons/speed-reduced-bold.icon.svg',
346
357
  StatusError: '@telus-uds/palette-allium/build/web/icons/status-error.icon.svg',
347
358
  StatusInfo: '@telus-uds/palette-allium/build/web/icons/status-info.icon.svg',
348
359
  StatusSuccess: '@telus-uds/palette-allium/build/web/icons/status-success.icon.svg',
@@ -371,6 +382,9 @@ module.exports = {
371
382
  Times: '@telus-uds/palette-allium/build/web/icons/times.icon.svg',
372
383
  TowTruck: '@telus-uds/palette-allium/build/web/icons/tow-truck.icon.svg',
373
384
  Transmitter: '@telus-uds/palette-allium/build/web/icons/transmitter.icon.svg',
385
+ TriangleUpTripleBold: '@telus-uds/palette-allium/build/web/icons/triangle-up-triple-bold.icon.svg',
386
+ TvTilesBold: '@telus-uds/palette-allium/build/web/icons/tv-tiles-bold.icon.svg',
387
+ TvTilesFilled: '@telus-uds/palette-allium/build/web/icons/tv-tiles-filled.icon.svg',
374
388
  Unmuted: '@telus-uds/palette-allium/build/web/icons/unmuted.icon.svg',
375
389
  Upload: '@telus-uds/palette-allium/build/web/icons/upload.icon.svg',
376
390
  UploadToCloud: '@telus-uds/palette-allium/build/web/icons/upload-to-cloud.icon.svg',
@@ -378,6 +392,7 @@ module.exports = {
378
392
  User: '@telus-uds/palette-allium/build/web/icons/user.icon.svg',
379
393
  UserAdd: '@telus-uds/palette-allium/build/web/icons/user-add.icon.svg',
380
394
  UserAddBold: '@telus-uds/palette-allium/build/web/icons/user-add-bold.icon.svg',
395
+ UserSingle: '@telus-uds/palette-allium/build/web/icons/user-single.icon.svg',
381
396
  Users: '@telus-uds/palette-allium/build/web/icons/users.icon.svg',
382
397
  VideoCall: '@telus-uds/palette-allium/build/web/icons/video-call.icon.svg',
383
398
  VideoChat: '@telus-uds/palette-allium/build/web/icons/video-chat.icon.svg',
@@ -386,6 +401,7 @@ module.exports = {
386
401
  Visible: '@telus-uds/palette-allium/build/web/icons/visible.icon.svg',
387
402
  VisuallyImpaired: '@telus-uds/palette-allium/build/web/icons/visually-impaired.icon.svg',
388
403
  Warranty: '@telus-uds/palette-allium/build/web/icons/warranty.icon.svg',
404
+ WarrantyBold: '@telus-uds/palette-allium/build/web/icons/warranty-bold.icon.svg',
389
405
  Watch: '@telus-uds/palette-allium/build/web/icons/watch.icon.svg',
390
406
  WaterProhibited: '@telus-uds/palette-allium/build/web/icons/water-prohibited.icon.svg',
391
407
  WebStore: '@telus-uds/palette-allium/build/web/icons/web-store.icon.svg',
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
3
+ <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path 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"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path 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"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path 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"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M8.526 18.125c1.326 0 2.402 1.068 2.402 2.379 0 1.309-1.076 2.378-2.402 2.378-1.325 0-2.401-1.07-2.401-2.378 0-1.311 1.076-2.379 2.401-2.379Zm9 0c1.326 0 2.402 1.068 2.402 2.379 0 1.309-1.076 2.378-2.402 2.378-1.325 0-2.401-1.07-2.401-2.378 0-1.311 1.076-2.379 2.401-2.379Zm-9 1.29c-.604 0-1.1.485-1.1 1.089 0 .601.496 1.089 1.1 1.089.606 0 1.1-.488 1.1-1.09 0-.603-.494-1.089-1.1-1.089Zm9 0c-.604 0-1.1.485-1.1 1.089 0 .601.496 1.089 1.1 1.089.606 0 1.1-.488 1.1-1.09 0-.603-.494-1.089-1.1-1.089ZM4.652 2.25c.337 0 .63.213.735.513l.026.092.401 1.945h16.341a.79.79 0 0 1 .588.26l.084.113a.73.73 0 0 1 .105.392l-.01.112-.778 5.452a1.627 1.627 0 0 1-1.294 1.342l-.153.025-12.985 1.6.22.337c.304.466.783.783 1.318.841l.014.001.152.01h10.99c.433 0 .776.343.776.753a.762.762 0 0 1-.69.748l-.1.006H9.43c-1.418 0-2.73-.97-3.211-2.324l-.085-.276-.043-.18L4.057 3.958l-.04-.2H2.025a.766.766 0 0 1-.775-.754c0-.382.298-.707.688-.75l.1-.004h2.614Zm1.532 4.358 1.145 5.712.045.226.23-.026 12.995-1.53.027-.191.635-4.49H6.124l.06.3Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M20.372 7.056a2.143 2.143 0 0 1 0 3.03l-6.857 6.858a2.143 2.143 0 0 1-3.03 0l-6.857-6.857a2.143 2.143 0 0 1 3.03-3.03l5.039 5.038a.428.428 0 0 0 .606 0l5.039-5.039a2.143 2.143 0 0 1 3.03 0Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M3.628 16.944a2.143 2.143 0 0 1 0-3.03l6.857-6.858a2.143 2.143 0 0 1 3.03 0l6.857 6.857a2.143 2.143 0 0 1-3.03 3.03l-5.039-5.038a.429.429 0 0 0-.606 0l-5.039 5.039a2.143 2.143 0 0 1-3.03 0Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 25">
2
+ <path d="M15.879 8.052a.735.735 0 0 1 1.049 0l1.68 1.679v-.17c0-.412.327-.74.74-.74h1.959c.412 0 .74.328.74.74v3.609l1.738 1.74c.018.018.033.04.045.062a.73.73 0 0 1 .107.75v-.001a.73.73 0 0 1-.681.458h-.24v7.097c0 .412-.328.74-.74.74H10.521a.736.736 0 0 1-.74-.74v-7.097h-.24a.74.74 0 0 1-.68-.457.748.748 0 0 1 .161-.813l6.857-6.857ZM2.86 16.68a.94.94 0 0 0 .038.011l.05.015h.03l2.011 1.006a.745.745 0 0 1 .33.988l-.003.004a.746.746 0 0 1-.988.33l-.004-.003-.475-.238c.654 1.536 1.963 2.752 3.742 2.752h.25v.055c.286.101.49.371.49.695 0 .412-.328.74-.74.74-2.457-.01-4.222-1.642-5.081-3.606l-.132.265a.746.746 0 0 1-.992.334v.002a.746.746 0 0 1-.33-.988l.002-.003.98-1.96a.318.318 0 0 1 .04-.061l.01-.01c.016-.025.047-.074.085-.111a.818.818 0 0 1 .207-.152.422.422 0 0 1 .154-.06l.028-.01a.302.302 0 0 1 .072-.008h.187l.04.013Zm8.225-1.739a.748.748 0 0 1 .184.487v7.097h10.277V15.43c0-.03.006-.06.016-.087a.729.729 0 0 1 .182-.395L20.797 14a.713.713 0 0 1-.221-.52v-3.178h-.48v1.22c0 .298-.18.564-.456.68a.748.748 0 0 1-.812-.16l-2.42-2.42-5.322 5.322Zm7.281.726c.412 0 .74.328.74.74v3.918c0 .412-.328.74-.74.74h-3.918a.736.736 0 0 1-.74-.74v-3.918c0-.412.328-.74.74-.74h3.918Zm-3.179 3.918h2.439v-2.438h-2.439v2.438Zm-12.64-2.902c-.003 0-.005.002-.007.003.018-.003.036-.008.056-.008a.243.243 0 0 0-.05.005ZM7.182.119a.754.754 0 0 1 .807 0l.117.091.003.004 1.7 1.676v-.176c0-.412.329-.739.74-.74h1.96c.412 0 .74.328.74.74v3.62l1.738 1.738.007.006a.75.75 0 0 1 .155.807v-.001a.729.729 0 0 1-.681.457h-.24v.24c0 .412-.328.74-.74.74a.735.735 0 0 1-.74-.74v-.98c0-.188.068-.359.182-.49l-.95-.949a.714.714 0 0 1-.221-.52V2.465h-.48v1.219a.74.74 0 0 1-.456.681.748.748 0 0 1-.812-.162L7.59 1.782 2.264 7.1c.12.133.189.308.189.493v7.097H7.59c.412 0 .74.328.74.74s-.328.74-.74.74H1.964v.009h-.25a.736.736 0 0 1-.74-.74V8.342h-.24a.74.74 0 0 1-.681-.456.749.749 0 0 1 .16-.813L7.067.21l.116-.09Zm2.369 7.713c.412 0 .74.328.74.74v3.918c0 .412-.328.74-.74.74H5.633a.737.737 0 0 1-.74-.74V8.572c0-.412.328-.74.74-.74H9.55ZM6.37 11.75h2.44V9.312H6.37v2.438ZM16.39.965c2.457.01 4.22 1.642 5.08 3.606l.132-.264a.742.742 0 0 1 .849-.38l.14.05.003.002c.361.18.503.625.329.988l-.001.004-.98 1.959-.015.033a.255.255 0 0 1-.032.038.64.64 0 0 1-.175.198l-.011.011-.01.009a.577.577 0 0 1-.245.114l-.099.01h-.058a.681.681 0 0 1-.248-.05h-.027L19.01 6.287a.745.745 0 0 1-.33-.988l.002-.003a.742.742 0 0 1 .85-.38l.138.05.478.24c-.653-1.536-1.962-2.752-3.74-2.752h-.06l-.026-.013a.741.741 0 0 1-.674-.736c0-.445.36-.676.697-.736l.021-.004h.024Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M10.508 5.92c2.957 0 5.72 1.257 7.795 3.54a.715.715 0 0 1 .19.388 5.655 5.655 0 0 1 5.511 5.643 5.656 5.656 0 0 1-5.646 5.647 5.656 5.656 0 0 1-5.647-5.647c0-1.176.363-2.27.983-3.176-1.92-1.44-5.212-1.449-7.377.931a.733.733 0 0 1-.484.231.253.253 0 0 1-.054.007h-.01a.257.257 0 0 1-.05-.005.737.737 0 0 1-.441-.186l-.005-.005a.746.746 0 0 1-.042-1.046l.273-.285c2.751-2.732 6.803-2.623 9.186-.753a5.643 5.643 0 0 1 2.128-1.144c-1.746-1.72-3.964-2.649-6.31-2.649-2.525 0-4.903 1.086-6.703 3.059l-.003.003a.745.745 0 0 1-1.046.043l-.005-.004a.745.745 0 0 1-.042-1.046l.398-.417c2.025-2.022 4.627-3.129 7.401-3.13Zm7.85 5.406a4.172 4.172 0 0 0-4.165 4.165 4.172 4.172 0 0 0 4.165 4.165 4.171 4.171 0 0 0 4.165-4.165 4.172 4.172 0 0 0-4.165-4.165Zm0 1.462c.412 0 .74.328.741.74v1.223h1.222c.412 0 .74.328.74.74a.737.737 0 0 1-.74.741h-1.222v1.221a.737.737 0 0 1-.741.741.736.736 0 0 1-.74-.74v-1.222h-1.222a.736.736 0 0 1-.74-.74c0-.413.327-.74.74-.741h1.221v-1.223c0-.412.328-.74.74-.74Zm-8.193 1.364c.953 0 1.722.77 1.722 1.722a1.72 1.72 0 0 1-1.722 1.722 1.72 1.72 0 0 1-1.721-1.722 1.72 1.72 0 0 1 1.721-1.722Zm0 1.482a.248.248 0 0 0-.24.24c0 .127.114.24.24.24.127 0 .24-.113.24-.24a.248.248 0 0 0-.24-.24Zm.343-13.639c3.901 0 7.569 1.671 10.321 4.693a.745.745 0 0 1-.042 1.046l-.004.005a.742.742 0 0 1-.501.192.726.726 0 0 1-.548-.239c-2.478-2.718-5.749-4.215-9.226-4.215-3.477 0-6.746 1.488-9.223 4.215h-.001a.735.735 0 0 1-1.05.046L.23 7.734A.744.744 0 0 1 .188 6.69c2.752-3.022 6.42-4.694 10.32-4.694Z"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M23 20c.512 0 .936.383.993.883L24 21a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Zm0-9c.512 0 .936.383.993.883L24 12a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Zm0-9c.512 0 .936.383.993.883L24 3a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" d="M21.166 18c.428 0 .78.383.828.883L22 19c0 .552-.373 1-.834 1H2.834C2.374 20 2 19.556 2 19c0-.552.373-1 .834-1h18.332Zm0-7c.428 0 .78.383.828.883L22 12c0 .552-.373 1-.834 1H2.834C2.374 13 2 12.556 2 12c0-.552.373-1 .834-1h18.332Zm0-7c.428 0 .78.383.828.883L22 5c0 .552-.373 1-.834 1H2.834C2.374 6 2 5.556 2 5c0-.552.373-1 .834-1h18.332Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M10.275 1.003c4.993.13 8.935 4.278 8.806 9.267a8.986 8.986 0 0 1-1.729 5.086l-.188.25 5.604 5.897c.3.316.306.802.034 1.134l-.075.079-.03.028a.945.945 0 0 1-1.172.098l-.091-.072-6.082-5.418a9.01 9.01 0 0 1-5.543 1.72c-4.993-.132-8.935-4.28-8.806-9.268C1.13 4.899 5.145 1.008 10.023 1l.252.003Zm-.233 1.808a7.214 7.214 0 1 0-.001 14.427 7.214 7.214 0 0 0 .001-14.427Zm2.262 3.193a.675.675 0 0 1 .586.425l.029.106.554 3.13a.688.688 0 0 1 .565-.295h1.23a.241.241 0 0 1 .061-.008l.136.013a.64.64 0 0 1 .535.622c0 .354-.297.636-.67.636h-.92l-.701 1.33a.694.694 0 0 1-.697.344.656.656 0 0 1-.567-.518l-.356-2.04-.996 3.769c-.07.284-.351.482-.648.482a.676.676 0 0 1-.646-.477l-.812-3.075-.58 1.46a.685.685 0 0 1-1.226.055l-.7-1.33H4.67c-.373 0-.67-.282-.671-.636 0-.354.298-.635.672-.635h2.224c.227 0 .428.109.552.275l.05.075.204.389.796-2.005a.702.702 0 0 1 .668-.41c.296.014.55.215.618.483l.687 2.588 1.133-4.272a.646.646 0 0 1 .7-.481Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M12 0c.126 0 .234.035.324.08a11.887 11.887 0 0 1 8.121 3.476 11.887 11.887 0 0 1 3.477 8.12A.74.74 0 0 1 24 12a.736.736 0 0 1-.078.323 11.937 11.937 0 0 1-.773 3.93l-.005.088a.78.78 0 0 1-.218.454 11.866 11.866 0 0 1-2.48 3.65A11.902 11.902 0 0 1 12 23.936a11.902 11.902 0 0 1-8.444-3.49 11.861 11.861 0 0 1-2.48-3.648.776.776 0 0 1-.225-.545 12.007 12.007 0 0 1-.773-3.93A.74.74 0 0 1 0 12c0-.125.035-.234.078-.324a11.889 11.889 0 0 1 3.477-8.118 11.902 11.902 0 0 1 8.12-3.479A.74.74 0 0 1 12 0Zm0 14.102a2.081 2.081 0 0 0-1.324.473 2.06 2.06 0 0 0-.642.942 2.374 2.374 0 0 1-2.21 1.525H2.817a10.375 10.375 0 0 0 1.77 2.371c4.088 4.087 10.738 4.087 14.826 0a10.378 10.378 0 0 0 1.77-2.371h-5.007c-.98 0-1.867-.61-2.214-1.537A2.064 2.064 0 0 0 12 14.102Zm.788-10.222a.79.79 0 0 1-.788.789.789.789 0 0 1-.787-.79V1.567c-2.17.163-4.292.995-6.037 2.498l1.58 1.58a.787.787 0 0 1-1.113 1.114l-1.58-1.581a10.415 10.415 0 0 0-2.498 6.036H3.88a.787.787 0 1 1 0 1.575H1.565c.068.91.253 1.809.556 2.678h5.703c.326 0 .625-.21.725-.476.12-.354.29-.68.503-.971l-4.65-3.641a.786.786 0 1 1 .968-1.241l4.89 3.829a3.669 3.669 0 0 1 1.74-.438c1.568 0 2.954.987 3.443 2.444.108.286.41.494.733.494h5.703c.303-.87.488-1.769.556-2.678H20.12a.788.788 0 0 1 0-1.575h2.315a10.413 10.413 0 0 0-2.498-6.036l-1.658 1.659a.787.787 0 1 1-1.113-1.115l1.657-1.658a10.415 10.415 0 0 0-6.035-2.497V3.88Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M9.72.806a2.75 2.75 0 0 1 3.889 0l5.908 5.908c1.646 1.646.619 4.404-1.59 4.673l1.59 1.59c1.646 1.646.619 4.403-1.59 4.672l1.59 1.591c1.732 1.732.505 4.694-1.944 4.694H5.755c-2.45 0-3.676-2.962-1.944-4.694l1.59-1.59c-2.21-.27-3.237-3.027-1.59-4.674l1.59-1.59c-2.21-.268-3.237-3.026-1.59-4.672L9.72.806Zm2.826 13.586a1.25 1.25 0 0 0-1.767 0l-5.909 5.91c-.787.787-.23 2.133.884 2.133h11.817c1.113 0 1.67-1.346.884-2.133l-4.13-4.13-1.78-1.778Zm0-6.263a1.25 1.25 0 0 0-1.767 0L9 9.909l-1.5 1.5-2.63 2.628c-.787.787-.23 2.133.884 2.134H6.88l2.838-2.84a2.75 2.75 0 0 1 3.89 0l2.84 2.84h1.124c1.113 0 1.67-1.347.884-2.134l-2.63-2.629-.75-.75-.75-.75-1.78-1.78Zm0-6.263a1.25 1.25 0 0 0-1.767 0L4.87 7.774c-.787.788-.23 2.134.884 2.134H6.88l2.838-2.84a2.75 2.75 0 0 1 3.89 0l2.84 2.84h1.124c1.113 0 1.67-1.346.884-2.134l-5.91-5.908Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M22.286 1.995c.951 0 1.719.769 1.719 1.72v13.714c0 .95-.768 1.72-1.719 1.72H14.21v.595l5.258.876.004.001a.746.746 0 0 1 .602.86v-.002a.733.733 0 0 1-.596.606l-.13.012h-.078a.273.273 0 0 1-.041-.003l-5.82-.967h-2.814l-5.822.967-.04.003h-.079a.733.733 0 0 1-.725-.619l-.001.002a.741.741 0 0 1 .602-.859h.005l5.257-.877v-.596H1.715c-.951 0-1.72-.768-1.72-1.72V3.716c0-.951.769-1.72 1.72-1.72h20.571ZM11.27 19.628h1.46v-.48h-1.46v.48ZM1.716 3.475a.236.236 0 0 0-.24.24v13.714c0 .136.104.24.24.24h20.571c.136 0 .24-.104.24-.24V3.715a.235.235 0 0 0-.24-.24H1.715ZM14.243 8.91c.412 0 .74.328.74.74v4.898c0 .412-.328.74-.74.74H6.407a.736.736 0 0 1-.74-.74V9.65c0-.412.328-.74.74-.74h7.836Zm-7.097 4.9h6.358v-3.42H7.146v3.42Zm10.732-7.76c.412.001.74.329.74.741v5.476a.735.735 0 0 1-.74.739h-2.165a.25.25 0 0 1-.25-.25v-.98a.25.25 0 0 1 .25-.25h1.425V7.53h-6.563v.652a.25.25 0 0 1-.25.25h-.98a.25.25 0 0 1-.25-.25V6.79c0-.412.329-.74.74-.74h8.043Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M22.286 1.995c.951 0 1.719.769 1.719 1.72v13.714c0 .95-.768 1.72-1.719 1.72H14.21v.595l5.258.876c.391.073.682.452.606.86a.734.734 0 0 1-.726.617h-.078a.273.273 0 0 1-.041-.003l-5.82-.967h-2.814l-5.822.967a.256.256 0 0 1-.04.003h-.079a.733.733 0 0 1-.725-.619.74.74 0 0 1 .601-.857l5.262-.877v-.596H1.715c-.951 0-1.72-.768-1.72-1.72V3.716c0-.951.769-1.72 1.72-1.72h20.571ZM11.02 19.1v.6h1.96v-.6h-1.96ZM6.407 8.91a.737.737 0 0 0-.74.741v4.898c0 .412.328.74.74.74h7.836c.412 0 .74-.328.74-.74V9.65a.737.737 0 0 0-.74-.74H6.407Zm7.097 1.48v3.42H7.146v-3.42h6.358ZM9.836 6.05a.737.737 0 0 0-.74.741v1.39c0 .138.112.25.25.25h.98a.25.25 0 0 0 .25-.25v-.65h6.562v3.995h-1.425a.25.25 0 0 0-.25.25v.98c0 .138.112.25.25.25h2.165c.412 0 .74-.327.74-.74V6.792a.737.737 0 0 0-.74-.741H9.836Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M12 13.81c4.879 0 9.138 3.275 10.565 7.784.145.46-.212.906-.694.906a.793.793 0 0 1-.743-.557c-1.266-3.86-4.933-6.653-9.128-6.653-4.197 0-7.862 2.792-9.127 6.653a.793.793 0 0 1-.744.557c-.481 0-.84-.447-.694-.906C2.864 17.086 7.12 13.811 12 13.811Z"/>
3
+ <path fill-rule="evenodd" d="M12 1.5a5.18 5.18 0 0 1 5.173 5.174A5.18 5.18 0 0 1 12 11.847a5.18 5.18 0 0 1-5.173-5.173A5.18 5.18 0 0 1 12 1.5Zm0 1.479a3.7 3.7 0 0 0-3.696 3.695A3.7 3.7 0 0 0 12 10.37a3.699 3.699 0 0 0 3.694-3.695A3.7 3.7 0 0 0 12 2.98Z" clip-rule="evenodd"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25">
2
+ <path d="M22.814.784a.732.732 0 0 1 .74.182l.98.98c.223.222.28.564.139.847l-1.96 3.919a.738.738 0 0 1-.657.405H20.89l-5.315 5.315 8.345 8.117c.527.528.829 1.256.829 1.996a2.206 2.206 0 0 1-2.204 2.205c-.75 0-1.458-.292-1.99-.824l-7.79-8.011a1.21 1.21 0 0 0-.261.753.74.74 0 0 1-.115.396l-.085.108-6.163 6.651a3.11 3.11 0 0 1-2.208.927c-.82 0-1.616-.33-2.193-.907l-.095-.099a3.073 3.073 0 0 1-.896-2.178c0-.819.331-1.616.908-2.192l.008-.009 6.758-6.097a.737.737 0 0 1 .357-.177l.011-.002.012-.001.092-.009h.022c.282 0 .55-.097.767-.273l.03-.027-1.565-1.607a1.223 1.223 0 0 0-1.03-.36l-.162.032c-.466.125-.812.191-1.065.191A5.165 5.165 0 0 1 2.15 9.421 5.108 5.108 0 0 1 .76 5.584l.01-.094a.736.736 0 0 1 .29-.459l.08-.05a.77.77 0 0 1 .75.005l2.557 1.535a2.41 2.41 0 0 0 1.167-1.702L2.761 3.106a.736.736 0 0 1-.357-.578v-.091a.733.733 0 0 1 .274-.533A5.1 5.1 0 0 1 5.784.751c1.281-.023 2.524.505 3.504 1.482 1.261 1.26 1.766 2.919 1.472 4.776-.064.403.07.806.351 1.08l1.922 1.87 5.35-5.35V3.442c0-.277.157-.531.405-.656L22.707.828l.107-.044Zm-17 1.436c-.43.01-.85.097-1.248.258l2.195 1.315c.22.133.356.371.356.63A3.886 3.886 0 0 1 4.96 7.916l-.207.103a.74.74 0 0 1-.706-.027l-1.66-.997a3.65 3.65 0 0 0 .833 1.416 3.637 3.637 0 0 0 2.67 1.153l.067-.004c.09-.011.276-.043.621-.136a2.695 2.695 0 0 1 2.627.724l12.398 12.744.096.088c.236.193.533.3.848.3.405 0 .734-.33.734-.735a1.33 1.33 0 0 0-.39-.946L10.085 9.143a2.707 2.707 0 0 1-.778-2.363c.21-1.325-.093-2.437-.893-3.33l-.166-.176C7.542 2.57 6.72 2.202 5.814 2.22Zm4.926 11.614a2.66 2.66 0 0 1-1.52.694L2.678 20.43a1.627 1.627 0 0 0-.458 1.134c0 .383.13.743.368 1.033l.107.12.093.096c.593.592 1.69.597 2.296-.007l5.97-6.449c.065-.56.302-1.08.684-1.499l-.998-1.024Zm9.112-9.936v1.015a.74.74 0 0 1-.214.52l-5.552 5.551.437.423 5.543-5.543a.736.736 0 0 1 .52-.216h1.017L23.12 2.61l-.23-.23-3.038 1.52Z"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telus-uds/palette-allium",
3
- "version": "5.11.1",
3
+ "version": "5.13.0",
4
4
  "description": "Telus(Allium) palette",
5
5
  "sideEffects": false,
6
6
  "keywords": [
@@ -23,6 +23,6 @@
23
23
  "url": "https://github.com/telus/allium-design-system/issues"
24
24
  },
25
25
  "devDependencies": {
26
- "@telus-uds/system-tokens": "^1.4.9"
26
+ "@telus-uds/system-tokens": "^1.4.10"
27
27
  }
28
28
  }
package/palette.json CHANGED
@@ -416,6 +416,10 @@
416
416
  "tags": ["Decorative", "General"],
417
417
  "value": "icon/accessible.svg"
418
418
  },
419
+ "AccessibleHuman": {
420
+ "tags": ["Interface", "My TELUS App"],
421
+ "value": "icon/accessible-human.svg"
422
+ },
419
423
  "Add": {
420
424
  "tags": ["Interface", "IconButton"],
421
425
  "value": "icon/add.svg"
@@ -428,6 +432,10 @@
428
432
  "tags": ["Decorative", "General"],
429
433
  "value": "icon/airplane.svg"
430
434
  },
435
+ "AirplaneBold": {
436
+ "tags": ["Interface", "My TELUS App"],
437
+ "value": "icon/airplane-bold.svg"
438
+ },
431
439
  "AlarmClock": {
432
440
  "tags": ["Decorative", "General"],
433
441
  "value": "icon/alarm-clock.svg"
@@ -528,6 +536,10 @@
528
536
  "tags": ["Interface", "My TELUS App"],
529
537
  "value": "icon/billing-bold.svg"
530
538
  },
539
+ "BillingSearchBold": {
540
+ "tags": ["Interface", "My TELUS App"],
541
+ "value": "icon/billing-search-bold.svg"
542
+ },
531
543
  "BillingSolid": {
532
544
  "tags": ["Interface", "My TELUS App"],
533
545
  "value": "icon/billing-solid.svg"
@@ -587,6 +599,10 @@
587
599
  "tags": ["Decorative", "General"],
588
600
  "value": "icon/car.svg"
589
601
  },
602
+ "CardLightningBold": {
603
+ "tags": ["Interface", "My TELUS App"],
604
+ "value": "icon/card-lightning-bold.svg"
605
+ },
590
606
  "CaretDown": {
591
607
  "tags": ["Interface", "Arrows"],
592
608
  "value": "icon/caret-down.svg"
@@ -595,6 +611,10 @@
595
611
  "tags": ["Interface", "Arrows"],
596
612
  "value": "icon/caret-up.svg"
597
613
  },
614
+ "CartEmpty": {
615
+ "tags": ["Interface", "NavButton"],
616
+ "value": "icon/cart-empty.svg"
617
+ },
598
618
  "CartEmptyBold": {
599
619
  "tags": ["Interface", "NavButton"],
600
620
  "value": "icon/cart-empty-bold.svg"
@@ -659,6 +679,10 @@
659
679
  "tags": ["Interface", "List"],
660
680
  "value": "icon/checkmark.svg"
661
681
  },
682
+ "ChevronDown": {
683
+ "tags": ["Interface", "Arrows"],
684
+ "value": "icon/chevron-down.svg"
685
+ },
662
686
  "ChevronLeft": {
663
687
  "tags": ["Interface", "Arrows"],
664
688
  "value": "icon/chevron-left.svg"
@@ -667,6 +691,10 @@
667
691
  "tags": ["Interface", "Arrows"],
668
692
  "value": "icon/chevron-right.svg"
669
693
  },
694
+ "ChevronUp": {
695
+ "tags": ["Interface", "Arrows"],
696
+ "value": "icon/chevron-up.svg"
697
+ },
670
698
  "Clipboard": {
671
699
  "tags": ["Decorative", "General"],
672
700
  "value": "icon/clipboard.svg"
@@ -923,6 +951,10 @@
923
951
  "tags": ["Interface", "My TELUS App"],
924
952
  "value": "icon/house-solid.svg"
925
953
  },
954
+ "HouseSwapBold": {
955
+ "tags": ["Interface", "My TELUS App"],
956
+ "value": "icon/house-swap-bold.svg"
957
+ },
926
958
  "IDTag": {
927
959
  "tags": ["Decorative", "General"],
928
960
  "value": "icon/id-tag.svg"
@@ -951,6 +983,10 @@
951
983
  "tags": ["Decorative", "ProductsServices"],
952
984
  "value": "icon/internet.svg"
953
985
  },
986
+ "InternetAddBold": {
987
+ "tags": ["Interface", "My TELUS App"],
988
+ "value": "icon/internet-add-bold.svg"
989
+ },
954
990
  "Invisible": {
955
991
  "tags": ["Decorative", "General"],
956
992
  "value": "icon/invisible.svg"
@@ -1278,6 +1314,10 @@
1278
1314
  "tags": ["Interface", "NavButton"],
1279
1315
  "value": "icon/search-bold.svg"
1280
1316
  },
1317
+ "SearchPulseBold": {
1318
+ "tags": ["Interface", "My TELUS App"],
1319
+ "value": "icon/search-pulse-bold.svg"
1320
+ },
1281
1321
  "SecurityCamera": {
1282
1322
  "tags": ["Decorative", "HomeSecurity"],
1283
1323
  "value": "icon/security-camera.svg"
@@ -1366,6 +1406,10 @@
1366
1406
  "tags": ["Decorative", "Internet"],
1367
1407
  "value": "icon/speed-reduced.svg"
1368
1408
  },
1409
+ "SpeedReducedBold": {
1410
+ "tags": ["Interface", "My TELUS App"],
1411
+ "value": "icon/speed-reduced-bold.svg"
1412
+ },
1369
1413
  "StatusError": {
1370
1414
  "tags": ["Interface", "Feedback"],
1371
1415
  "value": "icon/status-error.svg"
@@ -1478,6 +1522,18 @@
1478
1522
  "tags": ["Decorative", "General"],
1479
1523
  "value": "icon/transmitter.svg"
1480
1524
  },
1525
+ "TriangleUpTripleBold": {
1526
+ "tags": ["Interface", "My TELUS App"],
1527
+ "value": "icon/triangle-up-triple-bold.svg"
1528
+ },
1529
+ "TvTilesBold": {
1530
+ "tags": ["Interface", "My TELUS App"],
1531
+ "value": "icon/tv-tiles-bold.svg"
1532
+ },
1533
+ "TvTilesFilled": {
1534
+ "tags": ["Interface", "My TELUS App"],
1535
+ "value": "icon/tv-tiles-filled.svg"
1536
+ },
1481
1537
  "Unmuted": {
1482
1538
  "tags": ["Interface", "VideoPlayer"],
1483
1539
  "value": "icon/unmuted.svg"
@@ -1506,6 +1562,10 @@
1506
1562
  "tags": ["Interface", "NavButton"],
1507
1563
  "value": "icon/user-add-bold.svg"
1508
1564
  },
1565
+ "UserSingle": {
1566
+ "tags": ["Decorative", "General"],
1567
+ "value": "icon/user-single.svg"
1568
+ },
1509
1569
  "Users": {
1510
1570
  "tags": ["Decorative", "General"],
1511
1571
  "value": "icon/users.svg"
@@ -1538,6 +1598,10 @@
1538
1598
  "tags": ["Decorative", "General"],
1539
1599
  "value": "icon/warranty.svg"
1540
1600
  },
1601
+ "WarrantyBold": {
1602
+ "tags": ["Interface", "My TELUS App"],
1603
+ "value": "icon/warranty-bold.svg"
1604
+ },
1541
1605
  "Watch": {
1542
1606
  "tags": ["Decorative", "General"],
1543
1607
  "value": "icon/watch.svg"