@telus-uds/palette-koodo 3.3.0 → 3.5.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 (293) hide show
  1. package/CHANGELOG.json +43 -1
  2. package/CHANGELOG.md +20 -2
  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/fonts/StagSans-Bold.woff +0 -0
  14. package/build/rn/fonts/StagSans-Bold2.woff2 +0 -0
  15. package/build/rn/fonts/StagSans-Light.woff +0 -0
  16. package/build/rn/fonts/StagSans-Light2.woff2 +0 -0
  17. package/build/rn/fonts/StagSans-Medium.woff +0 -0
  18. package/build/rn/fonts/StagSans-Medium2.woff2 +0 -0
  19. package/build/rn/fonts/StagSans-Regular.woff +0 -0
  20. package/build/rn/fonts/StagSans-Regular2.woff2 +0 -0
  21. package/build/rn/fonts/StagSans-Semibold.woff +0 -0
  22. package/build/rn/fonts/StagSans-Semibold2.woff2 +0 -0
  23. package/build/rn/fonts/fonts.css +50 -0
  24. package/build/rn/fonts/index.js +10 -0
  25. package/build/rn/icons/ArrowLeft.js +1 -1
  26. package/build/rn/icons/ArrowLeft.native.js +1 -1
  27. package/build/rn/icons/ArrowRight.js +1 -1
  28. package/build/rn/icons/ArrowRight.native.js +1 -1
  29. package/build/rn/icons/Bank.js +46 -0
  30. package/build/rn/icons/Bank.native.js +45 -0
  31. package/build/rn/icons/BankFilled.js +46 -0
  32. package/build/rn/icons/BankFilled.native.js +45 -0
  33. package/build/rn/icons/Cart.js +6 -2
  34. package/build/rn/icons/Cart.native.js +6 -2
  35. package/build/rn/icons/CartFilled.js +3 -1
  36. package/build/rn/icons/CartFilled.native.js +3 -1
  37. package/build/rn/icons/CartFilledMulti.js +45 -0
  38. package/build/rn/icons/CartFilledMulti.native.js +44 -0
  39. package/build/rn/icons/CheckCircle.js +3 -3
  40. package/build/rn/icons/CheckCircle.native.js +3 -3
  41. package/build/rn/icons/CheckCircleFilled.js +1 -1
  42. package/build/rn/icons/CheckCircleFilled.native.js +1 -1
  43. package/build/rn/icons/ChevronLeftCircle.js +42 -0
  44. package/build/rn/icons/ChevronLeftCircle.native.js +41 -0
  45. package/build/rn/icons/ChevronRightCircle.js +42 -0
  46. package/build/rn/icons/ChevronRightCircle.native.js +41 -0
  47. package/build/rn/icons/Clipboard.js +1 -1
  48. package/build/rn/icons/Clipboard.native.js +1 -1
  49. package/build/rn/icons/Devices.js +3 -1
  50. package/build/rn/icons/Devices.native.js +3 -1
  51. package/build/rn/icons/Download.js +1 -3
  52. package/build/rn/icons/Download.native.js +1 -3
  53. package/build/rn/icons/Fingerprint.js +54 -0
  54. package/build/rn/icons/Fingerprint.native.js +53 -0
  55. package/build/rn/icons/LocationMap.js +1 -3
  56. package/build/rn/icons/LocationMap.native.js +1 -3
  57. package/build/rn/icons/LocationMapFilled.js +46 -0
  58. package/build/rn/icons/LocationMapFilled.native.js +45 -0
  59. package/build/rn/icons/LockFilled.js +1 -1
  60. package/build/rn/icons/LockFilled.native.js +1 -1
  61. package/build/rn/icons/LockOpenFilled.js +44 -0
  62. package/build/rn/icons/LockOpenFilled.native.js +43 -0
  63. package/build/rn/icons/Phone.js +3 -1
  64. package/build/rn/icons/Phone.native.js +3 -1
  65. package/build/rn/icons/PhoneManage.js +48 -0
  66. package/build/rn/icons/PhoneManage.native.js +47 -0
  67. package/build/rn/icons/PhoneTroubleshoot.js +5 -1
  68. package/build/rn/icons/PhoneTroubleshoot.native.js +5 -1
  69. package/build/rn/icons/Question.js +3 -3
  70. package/build/rn/icons/Question.native.js +3 -3
  71. package/build/rn/icons/QuestionFilled.js +1 -1
  72. package/build/rn/icons/QuestionFilled.native.js +1 -1
  73. package/build/rn/icons/QuoteLeftArrow.js +1 -7
  74. package/build/rn/icons/QuoteLeftArrow.native.js +1 -7
  75. package/build/rn/icons/QuoteRightArrow.js +1 -7
  76. package/build/rn/icons/QuoteRightArrow.native.js +1 -7
  77. package/build/rn/icons/Receipt.js +4 -2
  78. package/build/rn/icons/Receipt.native.js +4 -2
  79. package/build/rn/icons/Refresh.js +1 -3
  80. package/build/rn/icons/Refresh.native.js +1 -3
  81. package/build/rn/icons/Replay.js +1 -1
  82. package/build/rn/icons/Replay.native.js +1 -1
  83. package/build/rn/icons/Settings.js +1 -3
  84. package/build/rn/icons/Settings.native.js +1 -3
  85. package/build/rn/icons/SettingsFilled.js +44 -0
  86. package/build/rn/icons/SettingsFilled.native.js +43 -0
  87. package/build/rn/icons/SimElectronic.js +44 -0
  88. package/build/rn/icons/SimElectronic.native.js +43 -0
  89. package/build/rn/icons/SimElectronicFilled.js +46 -0
  90. package/build/rn/icons/SimElectronicFilled.native.js +45 -0
  91. package/build/rn/icons/Tablet.js +44 -0
  92. package/build/rn/icons/Tablet.native.js +43 -0
  93. package/build/rn/icons/Tag.js +1 -3
  94. package/build/rn/icons/Tag.native.js +1 -3
  95. package/build/rn/icons/TagFilled.js +1 -3
  96. package/build/rn/icons/TagFilled.native.js +1 -3
  97. package/build/rn/icons/ToolTipFilled.js +1 -1
  98. package/build/rn/icons/ToolTipFilled.native.js +1 -1
  99. package/build/rn/icons/Tooltip.js +3 -3
  100. package/build/rn/icons/Tooltip.native.js +3 -3
  101. package/build/rn/icons/UserAdd.js +5 -1
  102. package/build/rn/icons/UserAdd.native.js +5 -1
  103. package/build/rn/icons/arrow-left.icon.svg +1 -1
  104. package/build/rn/icons/arrow-right.icon.svg +1 -1
  105. package/build/rn/icons/bank-filled.icon.svg +4 -0
  106. package/build/rn/icons/bank.icon.svg +4 -0
  107. package/build/rn/icons/cart-filled-multi.icon.svg +4 -0
  108. package/build/rn/icons/cart-filled.icon.svg +2 -1
  109. package/build/rn/icons/cart.icon.svg +3 -2
  110. package/build/rn/icons/check-circle-filled.icon.svg +1 -1
  111. package/build/rn/icons/check-circle.icon.svg +2 -1
  112. package/build/rn/icons/chevron-left-circle.icon.svg +3 -0
  113. package/build/rn/icons/chevron-right-circle.icon.svg +3 -0
  114. package/build/rn/icons/clipboard.icon.svg +1 -1
  115. package/build/rn/icons/devices.icon.svg +2 -1
  116. package/build/rn/icons/download.icon.svg +1 -1
  117. package/build/rn/icons/fingerprint.icon.svg +9 -0
  118. package/build/rn/icons/index.js +13 -0
  119. package/build/rn/icons/location-map-filled.icon.svg +4 -0
  120. package/build/rn/icons/location-map.icon.svg +1 -1
  121. package/build/rn/icons/lock-filled.icon.svg +1 -1
  122. package/build/rn/icons/lock-open-filled.icon.svg +3 -0
  123. package/build/rn/icons/phone-manage.icon.svg +5 -0
  124. package/build/rn/icons/phone-troubleshoot.icon.svg +3 -1
  125. package/build/rn/icons/phone.icon.svg +3 -2
  126. package/build/rn/icons/question-filled.icon.svg +1 -1
  127. package/build/rn/icons/question.icon.svg +2 -1
  128. package/build/rn/icons/quote-left-arrow.icon.svg +1 -2
  129. package/build/rn/icons/quote-right-arrow.icon.svg +1 -2
  130. package/build/rn/icons/receipt.icon.svg +3 -2
  131. package/build/rn/icons/refresh.icon.svg +1 -1
  132. package/build/rn/icons/replay.icon.svg +1 -1
  133. package/build/rn/icons/settings-filled.icon.svg +3 -0
  134. package/build/rn/icons/settings.icon.svg +1 -1
  135. package/build/rn/icons/sim-electronic-filled.icon.svg +4 -0
  136. package/build/rn/icons/sim-electronic.icon.svg +4 -0
  137. package/build/rn/icons/tablet.icon.svg +3 -0
  138. package/build/rn/icons/tag-filled.icon.svg +1 -1
  139. package/build/rn/icons/tag.icon.svg +1 -1
  140. package/build/rn/icons/tool-tip-filled.icon.svg +1 -1
  141. package/build/rn/icons/tooltip.icon.svg +2 -1
  142. package/build/rn/icons/user-add.icon.svg +3 -1
  143. package/build/rn/palette.js +28 -1
  144. package/build/web/fonts/StagSans-Bold-v3_5_0.woff +0 -0
  145. package/build/web/fonts/StagSans-Bold2-v3_5_0.woff2 +0 -0
  146. package/build/web/fonts/StagSans-Light-v3_5_0.woff +0 -0
  147. package/build/web/fonts/StagSans-Light2-v3_5_0.woff2 +0 -0
  148. package/build/web/fonts/StagSans-Medium-v3_5_0.woff +0 -0
  149. package/build/web/fonts/StagSans-Medium2-v3_5_0.woff2 +0 -0
  150. package/build/web/fonts/StagSans-Regular-v3_5_0.woff +0 -0
  151. package/build/web/fonts/StagSans-Regular2-v3_5_0.woff2 +0 -0
  152. package/build/web/fonts/StagSans-Semibold-v3_5_0.woff +0 -0
  153. package/build/web/fonts/StagSans-Semibold2-v3_5_0.woff2 +0 -0
  154. package/build/web/fonts/fonts-cdn-family.css +75 -5
  155. package/build/web/fonts/fonts-cdn.css +55 -5
  156. package/build/web/fonts/fonts-local-family.css +75 -5
  157. package/build/web/fonts/fonts-local.css +55 -5
  158. package/build/web/icons/ArrowLeft.js +1 -1
  159. package/build/web/icons/ArrowRight.js +1 -1
  160. package/build/web/icons/Bank.js +46 -0
  161. package/build/web/icons/BankFilled.js +46 -0
  162. package/build/web/icons/Cart.js +6 -2
  163. package/build/web/icons/CartFilled.js +3 -1
  164. package/build/web/icons/CartFilledMulti.js +45 -0
  165. package/build/web/icons/CheckCircle.js +3 -3
  166. package/build/web/icons/CheckCircleFilled.js +1 -1
  167. package/build/web/icons/ChevronLeftCircle.js +42 -0
  168. package/build/web/icons/ChevronRightCircle.js +42 -0
  169. package/build/web/icons/Clipboard.js +1 -1
  170. package/build/web/icons/Devices.js +3 -1
  171. package/build/web/icons/Download.js +1 -3
  172. package/build/web/icons/Fingerprint.js +54 -0
  173. package/build/web/icons/LocationMap.js +1 -3
  174. package/build/web/icons/LocationMapFilled.js +46 -0
  175. package/build/web/icons/LockFilled.js +1 -1
  176. package/build/web/icons/LockOpenFilled.js +44 -0
  177. package/build/web/icons/Phone.js +3 -1
  178. package/build/web/icons/PhoneManage.js +48 -0
  179. package/build/web/icons/PhoneTroubleshoot.js +5 -1
  180. package/build/web/icons/Question.js +3 -3
  181. package/build/web/icons/QuestionFilled.js +1 -1
  182. package/build/web/icons/QuoteLeftArrow.js +1 -7
  183. package/build/web/icons/QuoteRightArrow.js +1 -7
  184. package/build/web/icons/Receipt.js +4 -2
  185. package/build/web/icons/Refresh.js +1 -3
  186. package/build/web/icons/Replay.js +1 -1
  187. package/build/web/icons/Settings.js +1 -3
  188. package/build/web/icons/SettingsFilled.js +44 -0
  189. package/build/web/icons/SimElectronic.js +44 -0
  190. package/build/web/icons/SimElectronicFilled.js +46 -0
  191. package/build/web/icons/Tablet.js +44 -0
  192. package/build/web/icons/Tag.js +1 -3
  193. package/build/web/icons/TagFilled.js +1 -3
  194. package/build/web/icons/ToolTipFilled.js +1 -1
  195. package/build/web/icons/Tooltip.js +3 -3
  196. package/build/web/icons/UserAdd.js +5 -1
  197. package/build/web/icons/arrow-left.icon.svg +1 -1
  198. package/build/web/icons/arrow-right.icon.svg +1 -1
  199. package/build/web/icons/bank-filled.icon.svg +4 -0
  200. package/build/web/icons/bank.icon.svg +4 -0
  201. package/build/web/icons/cart-filled-multi.icon.svg +4 -0
  202. package/build/web/icons/cart-filled.icon.svg +2 -1
  203. package/build/web/icons/cart.icon.svg +3 -2
  204. package/build/web/icons/check-circle-filled.icon.svg +1 -1
  205. package/build/web/icons/check-circle.icon.svg +2 -1
  206. package/build/web/icons/chevron-left-circle.icon.svg +3 -0
  207. package/build/web/icons/chevron-right-circle.icon.svg +3 -0
  208. package/build/web/icons/clipboard.icon.svg +1 -1
  209. package/build/web/icons/devices.icon.svg +2 -1
  210. package/build/web/icons/download.icon.svg +1 -1
  211. package/build/web/icons/fingerprint.icon.svg +9 -0
  212. package/build/web/icons/index.js +13 -0
  213. package/build/web/icons/location-map-filled.icon.svg +4 -0
  214. package/build/web/icons/location-map.icon.svg +1 -1
  215. package/build/web/icons/lock-filled.icon.svg +1 -1
  216. package/build/web/icons/lock-open-filled.icon.svg +3 -0
  217. package/build/web/icons/phone-manage.icon.svg +5 -0
  218. package/build/web/icons/phone-troubleshoot.icon.svg +3 -1
  219. package/build/web/icons/phone.icon.svg +3 -2
  220. package/build/web/icons/question-filled.icon.svg +1 -1
  221. package/build/web/icons/question.icon.svg +2 -1
  222. package/build/web/icons/quote-left-arrow.icon.svg +1 -2
  223. package/build/web/icons/quote-right-arrow.icon.svg +1 -2
  224. package/build/web/icons/receipt.icon.svg +3 -2
  225. package/build/web/icons/refresh.icon.svg +1 -1
  226. package/build/web/icons/replay.icon.svg +1 -1
  227. package/build/web/icons/settings-filled.icon.svg +3 -0
  228. package/build/web/icons/settings.icon.svg +1 -1
  229. package/build/web/icons/sim-electronic-filled.icon.svg +4 -0
  230. package/build/web/icons/sim-electronic.icon.svg +4 -0
  231. package/build/web/icons/tablet.icon.svg +3 -0
  232. package/build/web/icons/tag-filled.icon.svg +1 -1
  233. package/build/web/icons/tag.icon.svg +1 -1
  234. package/build/web/icons/tool-tip-filled.icon.svg +1 -1
  235. package/build/web/icons/tooltip.icon.svg +2 -1
  236. package/build/web/icons/user-add.icon.svg +3 -1
  237. package/build/web/palette.js +33 -6
  238. package/font/StagSans-Bold.woff +0 -0
  239. package/font/StagSans-Bold.woff2 +0 -0
  240. package/font/StagSans-Light.woff +0 -0
  241. package/font/StagSans-Light.woff2 +0 -0
  242. package/font/StagSans-Medium.woff +0 -0
  243. package/font/StagSans-Medium.woff2 +0 -0
  244. package/font/StagSans-Regular.woff +0 -0
  245. package/font/StagSans-Regular.woff2 +0 -0
  246. package/font/StagSans-Semibold.woff +0 -0
  247. package/font/StagSans-Semibold.woff2 +0 -0
  248. package/icon/arrow-left.svg +1 -1
  249. package/icon/arrow-right.svg +1 -1
  250. package/icon/bank-filled.svg +4 -0
  251. package/icon/bank.svg +4 -0
  252. package/icon/cart-filled-multi.svg +4 -0
  253. package/icon/cart-filled.svg +2 -1
  254. package/icon/cart.svg +3 -2
  255. package/icon/check-circle-filled.svg +1 -1
  256. package/icon/check-circle.svg +2 -1
  257. package/icon/chevron-left-circle.svg +3 -0
  258. package/icon/chevron-right-circle.svg +3 -0
  259. package/icon/clipboard.svg +1 -1
  260. package/icon/devices.svg +2 -1
  261. package/icon/download.svg +1 -1
  262. package/icon/fingerprint.svg +9 -0
  263. package/icon/location-map-filled.svg +4 -0
  264. package/icon/location-map.svg +1 -1
  265. package/icon/lock-filled.svg +1 -1
  266. package/icon/lock-open-filled.svg +3 -0
  267. package/icon/phone-manage.svg +5 -0
  268. package/icon/phone-troubleshoot.svg +3 -1
  269. package/icon/phone.svg +3 -2
  270. package/icon/question-filled.svg +1 -1
  271. package/icon/question.svg +2 -1
  272. package/icon/quote-left-arrow.svg +1 -2
  273. package/icon/quote-right-arrow.svg +1 -2
  274. package/icon/receipt.svg +3 -2
  275. package/icon/refresh.svg +1 -1
  276. package/icon/replay.svg +1 -1
  277. package/icon/settings-filled.svg +3 -0
  278. package/icon/settings.svg +1 -1
  279. package/icon/sim-electronic-filled.svg +4 -0
  280. package/icon/sim-electronic.svg +4 -0
  281. package/icon/tablet.svg +3 -0
  282. package/icon/tag-filled.svg +1 -1
  283. package/icon/tag.svg +1 -1
  284. package/icon/tooltip-filled.svg +1 -1
  285. package/icon/tooltip.svg +2 -1
  286. package/icon/user-add.svg +3 -1
  287. package/package.json +1 -1
  288. package/palette.json +77 -5
  289. /package/build/web/fonts/{StagSans-Bold-v3_3_0.otf → StagSans-Bold-v3_5_0.otf} +0 -0
  290. /package/build/web/fonts/{StagSans-Light-v3_3_0.otf → StagSans-Light-v3_5_0.otf} +0 -0
  291. /package/build/web/fonts/{StagSans-Medium-v3_3_0.otf → StagSans-Medium-v3_5_0.otf} +0 -0
  292. /package/build/web/fonts/{StagSans-Regular-v3_3_0.otf → StagSans-Regular-v3_5_0.otf} +0 -0
  293. /package/build/web/fonts/{StagSans-Semibold-v3_3_0.otf → StagSans-Semibold-v3_5_0.otf} +0 -0
package/CHANGELOG.json CHANGED
@@ -2,7 +2,49 @@
2
2
  "name": "@telus-uds/palette-koodo",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 23 May 2025 15:12:18 GMT",
5
+ "date": "Tue, 24 Jun 2025 18:53:53 GMT",
6
+ "tag": "@telus-uds/palette-koodo_v3.5.0",
7
+ "version": "3.5.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "oscar.palencia@telus.com",
12
+ "package": "@telus-uds/palette-koodo",
13
+ "commit": "bebfad54ae6abe96944adf515e9b09af5da508b2",
14
+ "comment": "`Resources`: Adding woff2 fonts."
15
+ },
16
+ {
17
+ "author": "guillermo.peitzner@telus.com",
18
+ "package": "@telus-uds/palette-koodo",
19
+ "commit": "bebfad54ae6abe96944adf515e9b09af5da508b2",
20
+ "comment": "`Icon`: add sim-electronic svgs"
21
+ },
22
+ {
23
+ "author": "35577399+JoshHC@users.noreply.github.com",
24
+ "package": "@telus-uds/palette-koodo",
25
+ "commit": "bebfad54ae6abe96944adf515e9b09af5da508b2",
26
+ "comment": "`Koodo Palette`: new icons `FingerPrint`, `LockFilledOpen`, `PhoneManage` and `Tablet` added, also old icons updated"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 10 Jun 2025 20:25:05 GMT",
33
+ "tag": "@telus-uds/palette-koodo_v3.4.0",
34
+ "version": "3.4.0",
35
+ "comments": {
36
+ "minor": [
37
+ {
38
+ "author": "35577399+JoshHC@users.noreply.github.com",
39
+ "package": "@telus-uds/palette-koodo",
40
+ "commit": "7a55eb0047052205223ab20fb9ca4d11df977912",
41
+ "comment": "`Koodo Palette`: new icons added and old icons updated"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Fri, 23 May 2025 15:15:58 GMT",
6
48
  "tag": "@telus-uds/palette-koodo_v3.3.0",
7
49
  "version": "3.3.0",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @telus-uds/palette-koodo
2
2
 
3
- This log was last generated on Fri, 23 May 2025 15:12:18 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 24 Jun 2025 18:53:53 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 3.5.0
8
+
9
+ Tue, 24 Jun 2025 18:53:53 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Resources`: Adding woff2 fonts. (oscar.palencia@telus.com)
14
+ - `Icon`: add sim-electronic svgs (guillermo.peitzner@telus.com)
15
+ - `Koodo Palette`: new icons `FingerPrint`, `LockFilledOpen`, `PhoneManage` and `Tablet` added, also old icons updated (35577399+JoshHC@users.noreply.github.com)
16
+
17
+ ## 3.4.0
18
+
19
+ Tue, 10 Jun 2025 20:25:05 GMT
20
+
21
+ ### Minor changes
22
+
23
+ - `Koodo Palette`: new icons added and old icons updated (35577399+JoshHC@users.noreply.github.com)
24
+
7
25
  ## 3.3.0
8
26
 
9
- Fri, 23 May 2025 15:12:18 GMT
27
+ Fri, 23 May 2025 15:15:58 GMT
10
28
 
11
29
  ### Minor changes
12
30
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 23 May 2025 15:14:16 GMT
5
+ Generated on Tue, 24 Jun 2025 18:56:33 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 23 May 2025 15:14:16 GMT
5
+ Generated on Tue, 24 Jun 2025 18:56:33 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 23 May 2025 15:14:16 GMT
5
+ Generated on Tue, 24 Jun 2025 18:56:33 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 23 May 2025 15:14:16 GMT
5
+ Generated on Tue, 24 Jun 2025 18:56:33 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 23 May 2025 15:14:16 GMT
5
+ Generated on Tue, 24 Jun 2025 18:56:33 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 23 May 2025 15:14:16 GMT
7
+ // Generated on Tue, 24 Jun 2025 18:56:33 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 23 May 2025 15:14:16 GMT
7
+ // Generated on Tue, 24 Jun 2025 18:56:33 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 23 May 2025 15:14:16 GMT
7
+ // Generated on Tue, 24 Jun 2025 18:56:33 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 23 May 2025 15:14:16 GMT
7
+ // Generated on Tue, 24 Jun 2025 18:56:33 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 23 May 2025 15:14:16 GMT
7
+ // Generated on Tue, 24 Jun 2025 18:56:33 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -23,3 +23,53 @@
23
23
  src: url('./StagSans-Bold.otf');
24
24
  font-display: block;
25
25
  }
26
+ @font-face {
27
+ font-family: 'StagSansWoff300normal';
28
+ src: url('./StagSans-Light.woff');
29
+ font-display: block;
30
+ }
31
+ @font-face {
32
+ font-family: 'StagSansWoff400normal';
33
+ src: url('./StagSans-Regular.woff');
34
+ font-display: block;
35
+ }
36
+ @font-face {
37
+ font-family: 'StagSansWoff500normal';
38
+ src: url('./StagSans-Medium.woff');
39
+ font-display: block;
40
+ }
41
+ @font-face {
42
+ font-family: 'StagSansWoff600normal';
43
+ src: url('./StagSans-Semibold.woff');
44
+ font-display: block;
45
+ }
46
+ @font-face {
47
+ font-family: 'StagSansWoff700normal';
48
+ src: url('./StagSans-Bold.woff');
49
+ font-display: block;
50
+ }
51
+ @font-face {
52
+ font-family: 'StagSansWoff2300normal';
53
+ src: url('./StagSans-Light2.woff2');
54
+ font-display: block;
55
+ }
56
+ @font-face {
57
+ font-family: 'StagSansWoff2400normal';
58
+ src: url('./StagSans-Regular2.woff2');
59
+ font-display: block;
60
+ }
61
+ @font-face {
62
+ font-family: 'StagSansWoff2500normal';
63
+ src: url('./StagSans-Medium2.woff2');
64
+ font-display: block;
65
+ }
66
+ @font-face {
67
+ font-family: 'StagSansWoff2600normal';
68
+ src: url('./StagSans-Semibold2.woff2');
69
+ font-display: block;
70
+ }
71
+ @font-face {
72
+ font-family: 'StagSansWoff2700normal';
73
+ src: url('./StagSans-Bold2.woff2');
74
+ font-display: block;
75
+ }
@@ -3,3 +3,13 @@ module.exports.StagSans400normal= require('@telus-uds/palette-koodo/build/rn/fon
3
3
  module.exports.StagSans500normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Medium.otf')
4
4
  module.exports.StagSans600normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Semibold.otf')
5
5
  module.exports.StagSans700normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Bold.otf')
6
+ module.exports.StagSansWoff300normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Light.woff')
7
+ module.exports.StagSansWoff400normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Regular.woff')
8
+ module.exports.StagSansWoff500normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Medium.woff')
9
+ module.exports.StagSansWoff600normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Semibold.woff')
10
+ module.exports.StagSansWoff700normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Bold.woff')
11
+ module.exports.StagSansWoff2300normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Light2.woff2')
12
+ module.exports.StagSansWoff2400normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Regular2.woff2')
13
+ module.exports.StagSansWoff2500normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Medium2.woff2')
14
+ module.exports.StagSansWoff2600normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Semibold2.woff2')
15
+ module.exports.StagSansWoff2700normal= require('@telus-uds/palette-koodo/build/rn/fonts/StagSans-Bold2.woff2')
@@ -35,7 +35,7 @@ module.exports = ({
35
35
  id: titleId,
36
36
  children: title
37
37
  }) : null, (0, _jsxRuntime.jsx)("path", {
38
- d: "M.114 11.674a1.627 1.627 0 0 0-.114.612c-.004.215.035.428.114.628l.008.02.01.018c.047.089.102.173.164.253.04.076.088.147.143.213l.008.01 6.578 6.819a1.65 1.65 0 0 0 2.382-2.286l-3.863-3.983h16.829a1.627 1.627 0 1 0 0-3.254H5.517L9.184 6.76a1.642 1.642 0 0 0-2.4-2.24L.455 11.15a.981.981 0 0 0-.185.267l-.144.222-.013.034Z"
38
+ d: "M2.095 11.414a1.356 1.356 0 0 0-.095.51c-.003.18.03.357.095.524l.007.016.008.015c.04.074.085.145.137.21a.97.97 0 0 0 .119.178l.006.009 5.483 5.682a1.375 1.375 0 0 0 1.984-1.904l-3.219-3.32h14.024a1.356 1.356 0 0 0 0-2.712H6.597L9.653 7.32a1.368 1.368 0 0 0-2-1.867L2.38 10.978a.819.819 0 0 0-.154.223l-.12.185-.01.028Z"
39
39
  })]
40
40
  });
41
41
  return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
@@ -34,7 +34,7 @@ module.exports = ({
34
34
  id: titleId,
35
35
  children: title
36
36
  }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
- d: "M.114 11.674a1.627 1.627 0 0 0-.114.612c-.004.215.035.428.114.628l.008.02.01.018c.047.089.102.173.164.253.04.076.088.147.143.213l.008.01 6.578 6.819a1.65 1.65 0 0 0 2.382-2.286l-3.863-3.983h16.829a1.627 1.627 0 1 0 0-3.254H5.517L9.184 6.76a1.642 1.642 0 0 0-2.4-2.24L.455 11.15a.981.981 0 0 0-.185.267l-.144.222-.013.034Z"
37
+ d: "M2.095 11.414a1.356 1.356 0 0 0-.095.51c-.003.18.03.357.095.524l.007.016.008.015c.04.074.085.145.137.21a.97.97 0 0 0 .119.178l.006.009 5.483 5.682a1.375 1.375 0 0 0 1.984-1.904l-3.219-3.32h14.024a1.356 1.356 0 0 0 0-2.712H6.597L9.653 7.32a1.368 1.368 0 0 0-2-1.867L2.38 10.978a.819.819 0 0 0-.154.223l-.12.185-.01.028Z"
38
38
  })]
39
39
  });
40
40
  return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
@@ -35,7 +35,7 @@ module.exports = ({
35
35
  id: titleId,
36
36
  children: title
37
37
  }) : null, (0, _jsxRuntime.jsx)("path", {
38
- d: "M23.886 13.08c.077-.194.116-.402.114-.612a1.625 1.625 0 0 0-.114-.628l-.008-.02-.01-.018a1.791 1.791 0 0 0-.164-.253 1.208 1.208 0 0 0-.143-.213l-.008-.01-6.579-6.819a1.65 1.65 0 0 0-2.381 2.286l3.863 3.983H1.627a1.627 1.627 0 1 0 0 3.255h16.856l-3.666 3.961a1.646 1.646 0 0 0-.293 1.801 1.642 1.642 0 0 0 2.693.44l6.327-6.63a.982.982 0 0 0 .185-.267l.143-.222.014-.034Z"
38
+ d: "M21.905 12.586c.064-.162.096-.335.095-.51.003-.18-.03-.357-.095-.524l-.007-.016-.008-.015a1.494 1.494 0 0 0-.137-.21 1.007 1.007 0 0 0-.119-.178l-.006-.008-5.483-5.683a1.375 1.375 0 0 0-1.984 1.904l3.219 3.32H3.356a1.356 1.356 0 1 0 0 2.712h14.047l-3.056 3.302a1.371 1.371 0 0 0 .068 1.933 1.37 1.37 0 0 0 1.932-.066l5.273-5.525a.82.82 0 0 0 .154-.223l.12-.185.01-.028Z"
39
39
  })]
40
40
  });
41
41
  return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
@@ -34,7 +34,7 @@ module.exports = ({
34
34
  id: titleId,
35
35
  children: title
36
36
  }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
- d: "M23.886 13.08c.077-.194.116-.402.114-.612a1.625 1.625 0 0 0-.114-.628l-.008-.02-.01-.018a1.791 1.791 0 0 0-.164-.253 1.208 1.208 0 0 0-.143-.213l-.008-.01-6.579-6.819a1.65 1.65 0 0 0-2.381 2.286l3.863 3.983H1.627a1.627 1.627 0 1 0 0 3.255h16.856l-3.666 3.961a1.646 1.646 0 0 0-.293 1.801 1.642 1.642 0 0 0 2.693.44l6.327-6.63a.982.982 0 0 0 .185-.267l.143-.222.014-.034Z"
37
+ d: "M21.905 12.586c.064-.162.096-.335.095-.51.003-.18-.03-.357-.095-.524l-.007-.016-.008-.015a1.494 1.494 0 0 0-.137-.21 1.007 1.007 0 0 0-.119-.178l-.006-.008-5.483-5.683a1.375 1.375 0 0 0-1.984 1.904l3.219 3.32H3.356a1.356 1.356 0 1 0 0 2.712h14.047l-3.056 3.302a1.371 1.371 0 0 0 .068 1.933 1.37 1.37 0 0 0 1.932-.066l5.273-5.525a.82.82 0 0 0 .154-.223l.12-.185.01-.028Z"
38
38
  })]
39
39
  });
40
40
  return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ gradient,
10
+ ...props
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ fillRule: "evenodd",
39
+ d: "M12 3.362 6.747 6.464h10.506L12 3.362Zm.451-2.237a.88.88 0 0 0-.902 0L2.15 6.675c-.866.51-.533 1.945.452 1.945h18.796c.985 0 1.318-1.434.452-1.945l-9.399-5.55Z",
40
+ clipRule: "evenodd"
41
+ }), (0, _jsxRuntime.jsx)("path", {
42
+ d: "M2.805 23c-.324 0-.597-.111-.82-.334a1.114 1.114 0 0 1-.333-.82c0-.323.11-.597.333-.82.223-.222.496-.333.82-.333h18.39c.324 0 .597.11.82.333.222.223.334.497.334.82 0 .324-.112.597-.334.82a1.114 1.114 0 0 1-.82.334H2.805Zm13.507-12.656c0-.476.386-.862.862-.862H18.9a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703h-1.725a.862.862 0 0 1-.197-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.037 0c0-.476.386-.862.863-.862h1.724a.862.862 0 0 1 .216 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.198 1.703h-1.724a.862.862 0 0 1-.198-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.036 0c0-.476.386-.862.862-.862h1.725a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703H5.1a.862.862 0 0 1-.197-1.703 1.084 1.084 0 0 1-.019-.199V11.18a.863.863 0 0 1-.646-.835Z"
43
+ })]
44
+ });
45
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
46
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ gradient,
11
+ ...props
12
+ }) => {
13
+ const iconSharedUtils = require('./utils/icon-shared-utils');
14
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
15
+ let fillValue = color;
16
+ let gradientDefs;
17
+ let gradientUtils;
18
+ if (hasGradient) {
19
+ gradientUtils = iconSharedUtils.getGradientUtils();
20
+ const iconNativeUtils = require('./utils/icon-native-utils');
21
+ const gradientId = gradientUtils.generateGradientId(gradient);
22
+ fillValue = `url(#${gradientId})`;
23
+ gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
24
+ }
25
+ const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
+ ...props,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 24 24",
29
+ height: size,
30
+ width: size,
31
+ fill: fillValue,
32
+ "aria-labelledby": titleId,
33
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
34
+ id: titleId,
35
+ children: title
36
+ }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
+ fillRule: "evenodd",
38
+ d: "M12 3.362 6.747 6.464h10.506L12 3.362Zm.451-2.237a.88.88 0 0 0-.902 0L2.15 6.675c-.866.51-.533 1.945.452 1.945h18.796c.985 0 1.318-1.434.452-1.945l-9.399-5.55Z",
39
+ clipRule: "evenodd"
40
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
41
+ d: "M2.805 23c-.324 0-.597-.111-.82-.334a1.114 1.114 0 0 1-.333-.82c0-.323.11-.597.333-.82.223-.222.496-.333.82-.333h18.39c.324 0 .597.11.82.333.222.223.334.497.334.82 0 .324-.112.597-.334.82a1.114 1.114 0 0 1-.82.334H2.805Zm13.507-12.656c0-.476.386-.862.862-.862H18.9a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703h-1.725a.862.862 0 0 1-.197-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.037 0c0-.476.386-.862.863-.862h1.724a.862.862 0 0 1 .216 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.198 1.703h-1.724a.862.862 0 0 1-.198-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.036 0c0-.476.386-.862.862-.862h1.725a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703H5.1a.862.862 0 0 1-.197-1.703 1.084 1.084 0 0 1-.019-.199V11.18a.863.863 0 0 1-.646-.835Z"
42
+ })]
43
+ });
44
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
45
+ };
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ gradient,
10
+ ...props
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ fillRule: "evenodd",
39
+ d: "M12.451 1.125a.88.88 0 0 0-.902 0L2.15 6.675c-.866.51-.533 1.945.452 1.945h18.796c.985 0 1.318-1.434.452-1.945l-9.399-5.55Z",
40
+ clipRule: "evenodd"
41
+ }), (0, _jsxRuntime.jsx)("path", {
42
+ d: "M2.805 23c-.324 0-.597-.111-.82-.334a1.114 1.114 0 0 1-.333-.82c0-.323.11-.597.333-.82.223-.222.496-.333.82-.333h18.39c.324 0 .597.11.82.333.222.223.334.497.334.82 0 .324-.112.597-.334.82a1.114 1.114 0 0 1-.82.334H2.805Zm13.507-12.656c0-.476.386-.862.862-.862H18.9a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703h-1.725a.862.862 0 0 1-.197-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.037 0c0-.476.386-.862.863-.862h1.724a.862.862 0 0 1 .216 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.198 1.703h-1.724a.862.862 0 0 1-.198-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.036 0c0-.476.386-.862.862-.862h1.725a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703H5.1a.862.862 0 0 1-.197-1.703 1.084 1.084 0 0 1-.019-.199V11.18a.863.863 0 0 1-.646-.835Z"
43
+ })]
44
+ });
45
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
46
+ };
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ gradient,
11
+ ...props
12
+ }) => {
13
+ const iconSharedUtils = require('./utils/icon-shared-utils');
14
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
15
+ let fillValue = color;
16
+ let gradientDefs;
17
+ let gradientUtils;
18
+ if (hasGradient) {
19
+ gradientUtils = iconSharedUtils.getGradientUtils();
20
+ const iconNativeUtils = require('./utils/icon-native-utils');
21
+ const gradientId = gradientUtils.generateGradientId(gradient);
22
+ fillValue = `url(#${gradientId})`;
23
+ gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
24
+ }
25
+ const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
+ ...props,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 24 24",
29
+ height: size,
30
+ width: size,
31
+ fill: fillValue,
32
+ "aria-labelledby": titleId,
33
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
34
+ id: titleId,
35
+ children: title
36
+ }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
+ fillRule: "evenodd",
38
+ d: "M12.451 1.125a.88.88 0 0 0-.902 0L2.15 6.675c-.866.51-.533 1.945.452 1.945h18.796c.985 0 1.318-1.434.452-1.945l-9.399-5.55Z",
39
+ clipRule: "evenodd"
40
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
41
+ d: "M2.805 23c-.324 0-.597-.111-.82-.334a1.114 1.114 0 0 1-.333-.82c0-.323.11-.597.333-.82.223-.222.496-.333.82-.333h18.39c.324 0 .597.11.82.333.222.223.334.497.334.82 0 .324-.112.597-.334.82a1.114 1.114 0 0 1-.82.334H2.805Zm13.507-12.656c0-.476.386-.862.862-.862H18.9a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703h-1.725a.862.862 0 0 1-.197-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.037 0c0-.476.386-.862.863-.862h1.724a.862.862 0 0 1 .216 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.198 1.703h-1.724a.862.862 0 0 1-.198-1.703 1.088 1.088 0 0 1-.018-.199V11.18a.863.863 0 0 1-.647-.835Zm-6.036 0c0-.476.386-.862.862-.862h1.725a.862.862 0 0 1 .215 1.697v6.927c0 .067-.006.134-.018.198a.863.863 0 0 1-.197 1.703H5.1a.862.862 0 0 1-.197-1.703 1.084 1.084 0 0 1-.019-.199V11.18a.863.863 0 0 1-.646-.835Z"
42
+ })]
43
+ });
44
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
45
+ };
@@ -24,7 +24,7 @@ module.exports = ({
24
24
  const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
25
  ...props,
26
26
  xmlns: "http://www.w3.org/2000/svg",
27
- viewBox: "0 0 25 24",
27
+ viewBox: "0 0 24 24",
28
28
  height: size,
29
29
  width: size,
30
30
  fill: fillValue,
@@ -35,7 +35,11 @@ module.exports = ({
35
35
  id: titleId,
36
36
  children: title
37
37
  }) : null, (0, _jsxRuntime.jsx)("path", {
38
- d: "M23.806 5.824a.988.988 0 0 0-.338-.276 1.03 1.03 0 0 0-.43-.107H6.26l-.747-2.059a.966.966 0 0 0-.353-.422 1.025 1.025 0 0 0-.535-.172h-3.58a.984.984 0 0 0-.731.23.912.912 0 0 0-.231.306.88.88 0 0 0 .23 1.045.984.984 0 0 0 .732.23h2.991l4.895 13.404c-.223.315-.35.683-.369 1.063 0 .496.18.977.507 1.362a2.26 2.26 0 0 0 1.289.747c.506.1 1.033.027 1.49-.204a2.19 2.19 0 0 0 1.021-1.063H16c.16.359.416.67.743.899a2.324 2.324 0 0 0 2.293.201c.366-.168.677-.429.9-.754a2.085 2.085 0 0 0 .105-2.209 2.195 2.195 0 0 0-.825-.829 2.315 2.315 0 0 0-2.325.016 2.17 2.17 0 0 0-.82.867h-3.26a2.198 2.198 0 0 0-.824-.863 2.323 2.323 0 0 0-1.17-.325 2.075 2.075 0 0 0-.35 0l-.289-.804h9.601a.955.955 0 0 0 .55-.157.896.896 0 0 0 .348-.436l3.3-8.896a.92.92 0 0 0-.17-.794Zm-5.762 14.008a.85.85 0 0 1-.457-.139.8.8 0 0 1-.3-.358.765.765 0 0 1-.044-.459.786.786 0 0 1 .229-.404.86.86 0 0 1 .9-.168c.151.06.28.162.37.293a.772.772 0 0 1-.107 1.005.83.83 0 0 1-.591.23Zm-7.239-1.59c.22 0 .43.084.586.233a.78.78 0 0 1 .242.562.78.78 0 0 1-.242.562.845.845 0 0 1-.902.172.83.83 0 0 1-.269-.172.794.794 0 0 1-.242-.562.768.768 0 0 1 .242-.562.83.83 0 0 1 .585-.233Zm8.305-3.964H9.57L6.936 7.25h14.765l-2.592 7.028Z"
38
+ d: "M8.578 20.354c.391.39.861.586 1.41.586.55 0 1.02-.195 1.411-.587.391-.39.587-.86.587-1.41 0-.55-.196-1.02-.587-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.41.586a1.923 1.923 0 0 0-.588 1.411c0 .55.196 1.02.587 1.41Zm5.992 0c.39.39.86.586 1.41.586.55 0 1.02-.195 1.41-.587.392-.39.587-.86.587-1.41 0-.55-.195-1.02-.586-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.411.586a1.923 1.923 0 0 0-.587 1.411c0 .55.195 1.02.587 1.41Z"
39
+ }), (0, _jsxRuntime.jsx)("path", {
40
+ fillRule: "evenodd",
41
+ d: "M2.999 3.06a.999.999 0 0 0 0 1.997h1.09L5.78 9.022l2.323 6.482c.165.35.517.572.903.572h8.226a.999.999 0 0 0 .88-.525l3.767-9.038A.999.999 0 0 0 21 5.04H6.3l-.414-.854A1.997 1.997 0 0 0 4.088 3.06h-1.09Zm6.686 11.019L7.645 8.19l-.366-1.153h12.049l-2.692 7.04h-6.95Z",
42
+ clipRule: "evenodd"
39
43
  })]
40
44
  });
41
45
  return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
@@ -25,7 +25,7 @@ module.exports = ({
25
25
  const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
26
  ...props,
27
27
  xmlns: "http://www.w3.org/2000/svg",
28
- viewBox: "0 0 25 24",
28
+ viewBox: "0 0 24 24",
29
29
  height: size,
30
30
  width: size,
31
31
  fill: fillValue,
@@ -34,7 +34,11 @@ module.exports = ({
34
34
  id: titleId,
35
35
  children: title
36
36
  }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
- d: "M23.806 5.824a.988.988 0 0 0-.338-.276 1.03 1.03 0 0 0-.43-.107H6.26l-.747-2.059a.966.966 0 0 0-.353-.422 1.025 1.025 0 0 0-.535-.172h-3.58a.984.984 0 0 0-.731.23.912.912 0 0 0-.231.306.88.88 0 0 0 .23 1.045.984.984 0 0 0 .732.23h2.991l4.895 13.404c-.223.315-.35.683-.369 1.063 0 .496.18.977.507 1.362a2.26 2.26 0 0 0 1.289.747c.506.1 1.033.027 1.49-.204a2.19 2.19 0 0 0 1.021-1.063H16c.16.359.416.67.743.899a2.324 2.324 0 0 0 2.293.201c.366-.168.677-.429.9-.754a2.085 2.085 0 0 0 .105-2.209 2.195 2.195 0 0 0-.825-.829 2.315 2.315 0 0 0-2.325.016 2.17 2.17 0 0 0-.82.867h-3.26a2.198 2.198 0 0 0-.824-.863 2.323 2.323 0 0 0-1.17-.325 2.075 2.075 0 0 0-.35 0l-.289-.804h9.601a.955.955 0 0 0 .55-.157.896.896 0 0 0 .348-.436l3.3-8.896a.92.92 0 0 0-.17-.794Zm-5.762 14.008a.85.85 0 0 1-.457-.139.8.8 0 0 1-.3-.358.765.765 0 0 1-.044-.459.786.786 0 0 1 .229-.404.86.86 0 0 1 .9-.168c.151.06.28.162.37.293a.772.772 0 0 1-.107 1.005.83.83 0 0 1-.591.23Zm-7.239-1.59c.22 0 .43.084.586.233a.78.78 0 0 1 .242.562.78.78 0 0 1-.242.562.845.845 0 0 1-.902.172.83.83 0 0 1-.269-.172.794.794 0 0 1-.242-.562.768.768 0 0 1 .242-.562.83.83 0 0 1 .585-.233Zm8.305-3.964H9.57L6.936 7.25h14.765l-2.592 7.028Z"
37
+ d: "M8.578 20.354c.391.39.861.586 1.41.586.55 0 1.02-.195 1.411-.587.391-.39.587-.86.587-1.41 0-.55-.196-1.02-.587-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.41.586a1.923 1.923 0 0 0-.588 1.411c0 .55.196 1.02.587 1.41Zm5.992 0c.39.39.86.586 1.41.586.55 0 1.02-.195 1.41-.587.392-.39.587-.86.587-1.41 0-.55-.195-1.02-.586-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.411.586a1.923 1.923 0 0 0-.587 1.411c0 .55.195 1.02.587 1.41Z"
38
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
39
+ fillRule: "evenodd",
40
+ d: "M2.999 3.06a.999.999 0 0 0 0 1.997h1.09L5.78 9.022l2.323 6.482c.165.35.517.572.903.572h8.226a.999.999 0 0 0 .88-.525l3.767-9.038A.999.999 0 0 0 21 5.04H6.3l-.414-.854A1.997 1.997 0 0 0 4.088 3.06h-1.09Zm6.686 11.019L7.645 8.19l-.366-1.153h12.049l-2.692 7.04h-6.95Z",
41
+ clipRule: "evenodd"
38
42
  })]
39
43
  });
40
44
  return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
@@ -35,8 +35,10 @@ module.exports = ({
35
35
  id: titleId,
36
36
  children: title
37
37
  }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ d: "M8.578 20.354c.391.39.861.586 1.41.586.55 0 1.02-.195 1.411-.587.391-.39.587-.86.587-1.41 0-.55-.196-1.02-.587-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.41.586a1.923 1.923 0 0 0-.588 1.411c0 .55.196 1.02.587 1.41Zm5.992 0c.39.39.86.586 1.41.586.55 0 1.02-.195 1.41-.587.392-.39.587-.86.587-1.41 0-.55-.195-1.02-.586-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.411.586a1.923 1.923 0 0 0-.587 1.411c0 .55.195 1.02.587 1.41Z"
39
+ }), (0, _jsxRuntime.jsx)("path", {
38
40
  fillRule: "evenodd",
39
- d: "M19.796 9.976c.326.081.66.125.996.13a3.66 3.66 0 0 0 .876-.13l-1.872 5.298a.887.887 0 0 1-.857.598H9.767l.278.797c.11-.01.22-.01.33 0a2.132 2.132 0 0 1 1.911 1.175h3.128a2.12 2.12 0 0 1 1.912-1.175 2.141 2.141 0 1 1-1.992 2.988h-2.988a2.14 2.14 0 0 1-4.113-.847c-.006-.368.091-.73.279-1.046L3.83 4.448H1.002a.906.906 0 1 1 0-1.803h3.466a.916.916 0 0 1 .847.588l.757 2.052h10.577a4.622 4.622 0 0 0 0 .657 4.153 4.153 0 0 0 3.147 4.034ZM17.6 18.13a.788.788 0 0 0-.304-.057.797.797 0 1 0 .797.787.788.788 0 0 0-.493-.73Zm-6.67.173a.787.787 0 0 0-.556-.23v-.05a.788.788 0 0 0-.787.837.787.787 0 1 0 1.344-.557ZM23.476 7.702A3.188 3.188 0 0 0 24 5.942a3.207 3.207 0 0 0-6.354-.657 2.828 2.828 0 0 0-.07.657c.001.392.076.78.219 1.146a3.217 3.217 0 0 0 2.29 1.991c.234.044.47.067.708.07a2.98 2.98 0 0 0 1.275-.269 3.187 3.187 0 0 0 1.408-1.178Z",
41
+ d: "M2.999 3.06a.999.999 0 0 0 0 1.997h1.09L5.78 9.022l2.323 6.482c.165.35.517.572.903.572h8.226a.999.999 0 0 0 .88-.525l3.767-9.038A.999.999 0 0 0 21 5.04H6.3l-.414-.854A1.997 1.997 0 0 0 4.088 3.06h-1.09Z",
40
42
  clipRule: "evenodd"
41
43
  })]
42
44
  });
@@ -34,8 +34,10 @@ module.exports = ({
34
34
  id: titleId,
35
35
  children: title
36
36
  }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
+ d: "M8.578 20.354c.391.39.861.586 1.41.586.55 0 1.02-.195 1.411-.587.391-.39.587-.86.587-1.41 0-.55-.196-1.02-.587-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.41.586a1.923 1.923 0 0 0-.588 1.411c0 .55.196 1.02.587 1.41Zm5.992 0c.39.39.86.586 1.41.586.55 0 1.02-.195 1.41-.587.392-.39.587-.86.587-1.41 0-.55-.195-1.02-.586-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.411.586a1.923 1.923 0 0 0-.587 1.411c0 .55.195 1.02.587 1.41Z"
38
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
39
  fillRule: "evenodd",
38
- d: "M19.796 9.976c.326.081.66.125.996.13a3.66 3.66 0 0 0 .876-.13l-1.872 5.298a.887.887 0 0 1-.857.598H9.767l.278.797c.11-.01.22-.01.33 0a2.132 2.132 0 0 1 1.911 1.175h3.128a2.12 2.12 0 0 1 1.912-1.175 2.141 2.141 0 1 1-1.992 2.988h-2.988a2.14 2.14 0 0 1-4.113-.847c-.006-.368.091-.73.279-1.046L3.83 4.448H1.002a.906.906 0 1 1 0-1.803h3.466a.916.916 0 0 1 .847.588l.757 2.052h10.577a4.622 4.622 0 0 0 0 .657 4.153 4.153 0 0 0 3.147 4.034ZM17.6 18.13a.788.788 0 0 0-.304-.057.797.797 0 1 0 .797.787.788.788 0 0 0-.493-.73Zm-6.67.173a.787.787 0 0 0-.556-.23v-.05a.788.788 0 0 0-.787.837.787.787 0 1 0 1.344-.557ZM23.476 7.702A3.188 3.188 0 0 0 24 5.942a3.207 3.207 0 0 0-6.354-.657 2.828 2.828 0 0 0-.07.657c.001.392.076.78.219 1.146a3.217 3.217 0 0 0 2.29 1.991c.234.044.47.067.708.07a2.98 2.98 0 0 0 1.275-.269 3.187 3.187 0 0 0 1.408-1.178Z",
40
+ d: "M2.999 3.06a.999.999 0 0 0 0 1.997h1.09L5.78 9.022l2.323 6.482c.165.35.517.572.903.572h8.226a.999.999 0 0 0 .88-.525l3.767-9.038A.999.999 0 0 0 21 5.04H6.3l-.414-.854A1.997 1.997 0 0 0 4.088 3.06h-1.09Z",
39
41
  clipRule: "evenodd"
40
42
  })]
41
43
  });