@telus-uds/palette-koodo 3.2.0 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (485) hide show
  1. package/CHANGELOG.json +31 -1
  2. package/CHANGELOG.md +18 -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/icons/Add.js +33 -17
  14. package/build/rn/icons/Add.native.js +31 -15
  15. package/build/rn/icons/Amex.js +36 -20
  16. package/build/rn/icons/Amex.native.js +34 -18
  17. package/build/rn/icons/AndroidEN.js +61 -45
  18. package/build/rn/icons/AndroidEN.native.js +59 -43
  19. package/build/rn/icons/AndroidFR.js +58 -42
  20. package/build/rn/icons/AndroidFR.native.js +56 -40
  21. package/build/rn/icons/ArrowDownCircled.js +32 -16
  22. package/build/rn/icons/ArrowDownCircled.native.js +30 -14
  23. package/build/rn/icons/ArrowLeft.js +33 -17
  24. package/build/rn/icons/ArrowLeft.native.js +31 -15
  25. package/build/rn/icons/ArrowRight.js +33 -17
  26. package/build/rn/icons/ArrowRight.native.js +31 -15
  27. package/build/rn/icons/Bank.js +46 -0
  28. package/build/rn/icons/Bank.native.js +45 -0
  29. package/build/rn/icons/BankFilled.js +46 -0
  30. package/build/rn/icons/BankFilled.native.js +45 -0
  31. package/build/rn/icons/BoxOutline.js +32 -16
  32. package/build/rn/icons/BoxOutline.native.js +30 -14
  33. package/build/rn/icons/BoxOutlineChecked.js +32 -16
  34. package/build/rn/icons/BoxOutlineChecked.native.js +30 -14
  35. package/build/rn/icons/Bullet.js +33 -17
  36. package/build/rn/icons/Bullet.native.js +31 -15
  37. package/build/rn/icons/BulletCircle.js +35 -19
  38. package/build/rn/icons/BulletCircle.native.js +33 -17
  39. package/build/rn/icons/BulletFill.js +35 -19
  40. package/build/rn/icons/BulletFill.native.js +33 -17
  41. package/build/rn/icons/CanadaFilled.js +42 -0
  42. package/build/rn/icons/CanadaFilled.native.js +41 -0
  43. package/build/rn/icons/Cart.js +37 -17
  44. package/build/rn/icons/Cart.native.js +35 -15
  45. package/build/rn/icons/CartFilled.js +37 -19
  46. package/build/rn/icons/CartFilled.native.js +35 -17
  47. package/build/rn/icons/CartFilledMulti.js +45 -0
  48. package/build/rn/icons/CartFilledMulti.native.js +44 -0
  49. package/build/rn/icons/Caution.js +35 -19
  50. package/build/rn/icons/Caution.native.js +33 -17
  51. package/build/rn/icons/Check.js +33 -17
  52. package/build/rn/icons/Check.native.js +31 -15
  53. package/build/rn/icons/CheckCircle.js +35 -19
  54. package/build/rn/icons/CheckCircle.native.js +33 -17
  55. package/build/rn/icons/CheckCircleFilled.js +35 -19
  56. package/build/rn/icons/CheckCircleFilled.native.js +33 -17
  57. package/build/rn/icons/CheckCircledFilled.js +32 -16
  58. package/build/rn/icons/CheckCircledFilled.native.js +30 -14
  59. package/build/rn/icons/CheckCircledNotFilled.js +38 -22
  60. package/build/rn/icons/CheckCircledNotFilled.native.js +36 -20
  61. package/build/rn/icons/ChevronDown.js +33 -17
  62. package/build/rn/icons/ChevronDown.native.js +31 -15
  63. package/build/rn/icons/ChevronLeft.js +33 -17
  64. package/build/rn/icons/ChevronLeft.native.js +31 -15
  65. package/build/rn/icons/ChevronLeftCircle.js +42 -0
  66. package/build/rn/icons/ChevronLeftCircle.native.js +41 -0
  67. package/build/rn/icons/ChevronRight.js +33 -17
  68. package/build/rn/icons/ChevronRight.native.js +31 -15
  69. package/build/rn/icons/ChevronRightCircle.js +42 -0
  70. package/build/rn/icons/ChevronRightCircle.native.js +41 -0
  71. package/build/rn/icons/ChevronUp.js +33 -17
  72. package/build/rn/icons/ChevronUp.native.js +31 -15
  73. package/build/rn/icons/CircledLine.js +43 -27
  74. package/build/rn/icons/CircledLine.native.js +41 -25
  75. package/build/rn/icons/Clipboard.js +33 -17
  76. package/build/rn/icons/Clipboard.native.js +31 -15
  77. package/build/rn/icons/Close.js +33 -17
  78. package/build/rn/icons/Close.native.js +31 -15
  79. package/build/rn/icons/ClosedCaptions.js +33 -17
  80. package/build/rn/icons/ClosedCaptions.native.js +31 -15
  81. package/build/rn/icons/Coaxial.js +35 -19
  82. package/build/rn/icons/Coaxial.native.js +33 -17
  83. package/build/rn/icons/CreditCard.js +33 -17
  84. package/build/rn/icons/CreditCard.native.js +31 -15
  85. package/build/rn/icons/DSL.js +35 -19
  86. package/build/rn/icons/DSL.native.js +33 -17
  87. package/build/rn/icons/Devices.js +35 -19
  88. package/build/rn/icons/Devices.native.js +33 -17
  89. package/build/rn/icons/Download.js +33 -19
  90. package/build/rn/icons/Download.native.js +31 -17
  91. package/build/rn/icons/ExclamationOctagon.js +35 -19
  92. package/build/rn/icons/ExclamationOctagon.native.js +33 -17
  93. package/build/rn/icons/ExclamationTriangle.js +35 -19
  94. package/build/rn/icons/ExclamationTriangle.native.js +33 -17
  95. package/build/rn/icons/Expand.js +33 -17
  96. package/build/rn/icons/Expand.native.js +31 -15
  97. package/build/rn/icons/EyeClosed.js +33 -17
  98. package/build/rn/icons/EyeClosed.native.js +31 -15
  99. package/build/rn/icons/EyeMasked.js +34 -18
  100. package/build/rn/icons/EyeMasked.native.js +32 -16
  101. package/build/rn/icons/EyeOpened.js +35 -19
  102. package/build/rn/icons/EyeOpened.native.js +33 -17
  103. package/build/rn/icons/EyeUnmasked.js +38 -22
  104. package/build/rn/icons/EyeUnmasked.native.js +36 -20
  105. package/build/rn/icons/FullscreenExpand.js +33 -17
  106. package/build/rn/icons/FullscreenExpand.native.js +31 -15
  107. package/build/rn/icons/FullscreenMinimize.js +33 -17
  108. package/build/rn/icons/FullscreenMinimize.native.js +31 -15
  109. package/build/rn/icons/Gift.js +35 -19
  110. package/build/rn/icons/Gift.native.js +33 -17
  111. package/build/rn/icons/Hamburger.js +33 -17
  112. package/build/rn/icons/Hamburger.native.js +31 -15
  113. package/build/rn/icons/IOSEN.js +53 -37
  114. package/build/rn/icons/IOSEN.native.js +51 -35
  115. package/build/rn/icons/IOSFR.js +53 -37
  116. package/build/rn/icons/IOSFR.native.js +51 -35
  117. package/build/rn/icons/IdCard.js +45 -29
  118. package/build/rn/icons/IdCard.native.js +43 -27
  119. package/build/rn/icons/IdTag.js +45 -29
  120. package/build/rn/icons/IdTag.native.js +43 -27
  121. package/build/rn/icons/Info.js +40 -24
  122. package/build/rn/icons/Info.native.js +38 -22
  123. package/build/rn/icons/InfoSelected.js +41 -25
  124. package/build/rn/icons/InfoSelected.native.js +39 -23
  125. package/build/rn/icons/InformationCircled.js +32 -16
  126. package/build/rn/icons/InformationCircled.native.js +30 -14
  127. package/build/rn/icons/InternetSpeed.js +33 -17
  128. package/build/rn/icons/InternetSpeed.native.js +31 -15
  129. package/build/rn/icons/Kebab.js +44 -28
  130. package/build/rn/icons/Kebab.native.js +42 -26
  131. package/build/rn/icons/LeftCircle.js +35 -19
  132. package/build/rn/icons/LeftCircle.native.js +33 -17
  133. package/build/rn/icons/LinkExternal.js +35 -19
  134. package/build/rn/icons/LinkExternal.native.js +33 -17
  135. package/build/rn/icons/LocationMap.js +33 -19
  136. package/build/rn/icons/LocationMap.native.js +31 -17
  137. package/build/rn/icons/LocationMapFilled.js +46 -0
  138. package/build/rn/icons/LocationMapFilled.native.js +45 -0
  139. package/build/rn/icons/LockFilled.js +35 -19
  140. package/build/rn/icons/LockFilled.native.js +33 -17
  141. package/build/rn/icons/Maintenance.js +35 -19
  142. package/build/rn/icons/Maintenance.native.js +33 -17
  143. package/build/rn/icons/MaintenanceFilled.js +35 -19
  144. package/build/rn/icons/MaintenanceFilled.native.js +33 -17
  145. package/build/rn/icons/MasterCard.js +40 -24
  146. package/build/rn/icons/MasterCard.native.js +38 -22
  147. package/build/rn/icons/Muted.js +33 -17
  148. package/build/rn/icons/Muted.native.js +31 -15
  149. package/build/rn/icons/Number1FilledMono.js +35 -19
  150. package/build/rn/icons/Number1FilledMono.native.js +33 -17
  151. package/build/rn/icons/Number1FilledMulti.js +46 -30
  152. package/build/rn/icons/Number1FilledMulti.native.js +44 -28
  153. package/build/rn/icons/Number2FilledMono.js +35 -19
  154. package/build/rn/icons/Number2FilledMono.native.js +33 -17
  155. package/build/rn/icons/Number2FilledMulti.js +37 -21
  156. package/build/rn/icons/Number2FilledMulti.native.js +35 -19
  157. package/build/rn/icons/Number3FilledMono.js +35 -19
  158. package/build/rn/icons/Number3FilledMono.native.js +33 -17
  159. package/build/rn/icons/Number3FilledMulti.js +37 -21
  160. package/build/rn/icons/Number3FilledMulti.native.js +35 -19
  161. package/build/rn/icons/Number4FilledMono.js +37 -21
  162. package/build/rn/icons/Number4FilledMono.native.js +35 -19
  163. package/build/rn/icons/Number4FilledMulti.js +37 -21
  164. package/build/rn/icons/Number4FilledMulti.native.js +35 -19
  165. package/build/rn/icons/Number5FilledMono.js +35 -19
  166. package/build/rn/icons/Number5FilledMono.native.js +33 -17
  167. package/build/rn/icons/Number5FilledMulti.js +37 -21
  168. package/build/rn/icons/Number5FilledMulti.native.js +35 -19
  169. package/build/rn/icons/OfferStarFilled.js +35 -19
  170. package/build/rn/icons/OfferStarFilled.native.js +33 -17
  171. package/build/rn/icons/Pause.js +33 -17
  172. package/build/rn/icons/Pause.native.js +31 -15
  173. package/build/rn/icons/PaymentAdd.js +33 -17
  174. package/build/rn/icons/PaymentAdd.native.js +31 -15
  175. package/build/rn/icons/Perk.js +35 -19
  176. package/build/rn/icons/Perk.native.js +33 -17
  177. package/build/rn/icons/Phone.js +33 -17
  178. package/build/rn/icons/Phone.native.js +31 -15
  179. package/build/rn/icons/PhoneTroubleshoot.js +35 -19
  180. package/build/rn/icons/PhoneTroubleshoot.native.js +33 -17
  181. package/build/rn/icons/Play.js +33 -17
  182. package/build/rn/icons/Play.native.js +31 -15
  183. package/build/rn/icons/PlaySolid.js +35 -19
  184. package/build/rn/icons/PlaySolid.native.js +33 -17
  185. package/build/rn/icons/PlayVideo.js +35 -19
  186. package/build/rn/icons/PlayVideo.native.js +33 -17
  187. package/build/rn/icons/PlugPlay.js +35 -19
  188. package/build/rn/icons/PlugPlay.native.js +33 -17
  189. package/build/rn/icons/Preference.js +35 -19
  190. package/build/rn/icons/Preference.native.js +33 -17
  191. package/build/rn/icons/Price.js +35 -19
  192. package/build/rn/icons/Price.native.js +33 -17
  193. package/build/rn/icons/Profile.js +35 -19
  194. package/build/rn/icons/Profile.native.js +33 -17
  195. package/build/rn/icons/Question.js +35 -19
  196. package/build/rn/icons/Question.native.js +33 -17
  197. package/build/rn/icons/QuestionFilled.js +35 -19
  198. package/build/rn/icons/QuestionFilled.native.js +33 -17
  199. package/build/rn/icons/QuoteLeft.js +35 -19
  200. package/build/rn/icons/QuoteLeft.native.js +33 -17
  201. package/build/rn/icons/QuoteLeftArrow.js +33 -23
  202. package/build/rn/icons/QuoteLeftArrow.native.js +31 -21
  203. package/build/rn/icons/QuoteRightArrow.js +33 -23
  204. package/build/rn/icons/QuoteRightArrow.native.js +31 -21
  205. package/build/rn/icons/RadialOutline.js +32 -16
  206. package/build/rn/icons/RadialOutline.native.js +30 -14
  207. package/build/rn/icons/RadialOutlineChecked.js +32 -16
  208. package/build/rn/icons/RadialOutlineChecked.native.js +30 -14
  209. package/build/rn/icons/Receipt.js +37 -19
  210. package/build/rn/icons/Receipt.native.js +35 -17
  211. package/build/rn/icons/Refresh.js +33 -19
  212. package/build/rn/icons/Refresh.native.js +31 -17
  213. package/build/rn/icons/Replay.js +33 -17
  214. package/build/rn/icons/Replay.native.js +31 -15
  215. package/build/rn/icons/RightCircle.js +35 -19
  216. package/build/rn/icons/RightCircle.native.js +33 -17
  217. package/build/rn/icons/RightCirlce.js +35 -19
  218. package/build/rn/icons/RightCirlce.native.js +33 -17
  219. package/build/rn/icons/Settings.js +33 -19
  220. package/build/rn/icons/Settings.native.js +31 -17
  221. package/build/rn/icons/SettingsFilled.js +44 -0
  222. package/build/rn/icons/SettingsFilled.native.js +43 -0
  223. package/build/rn/icons/SettingsSolid.js +33 -17
  224. package/build/rn/icons/SettingsSolid.native.js +31 -15
  225. package/build/rn/icons/ShippingFilled.js +35 -19
  226. package/build/rn/icons/ShippingFilled.native.js +33 -17
  227. package/build/rn/icons/Shop.js +35 -19
  228. package/build/rn/icons/Shop.native.js +33 -17
  229. package/build/rn/icons/Sim.js +35 -19
  230. package/build/rn/icons/Sim.native.js +33 -17
  231. package/build/rn/icons/SimFilled.js +35 -19
  232. package/build/rn/icons/SimFilled.native.js +33 -17
  233. package/build/rn/icons/Spyglass.js +35 -19
  234. package/build/rn/icons/Spyglass.native.js +33 -17
  235. package/build/rn/icons/Streaming.js +33 -17
  236. package/build/rn/icons/Streaming.native.js +31 -15
  237. package/build/rn/icons/Subtract.js +33 -17
  238. package/build/rn/icons/Subtract.native.js +31 -15
  239. package/build/rn/icons/Tag.js +33 -19
  240. package/build/rn/icons/Tag.native.js +31 -17
  241. package/build/rn/icons/TagFilled.js +33 -19
  242. package/build/rn/icons/TagFilled.native.js +31 -17
  243. package/build/rn/icons/Times.js +32 -16
  244. package/build/rn/icons/Times.native.js +30 -14
  245. package/build/rn/icons/TimesCircled.js +52 -36
  246. package/build/rn/icons/TimesCircled.native.js +50 -34
  247. package/build/rn/icons/ToolTipFilled.js +35 -19
  248. package/build/rn/icons/ToolTipFilled.native.js +33 -17
  249. package/build/rn/icons/Tooltip.js +35 -19
  250. package/build/rn/icons/Tooltip.native.js +33 -17
  251. package/build/rn/icons/TooltipSymbol.js +33 -17
  252. package/build/rn/icons/TooltipSymbol.native.js +31 -15
  253. package/build/rn/icons/Unmuted.js +35 -19
  254. package/build/rn/icons/Unmuted.native.js +33 -17
  255. package/build/rn/icons/User.js +35 -19
  256. package/build/rn/icons/User.native.js +33 -17
  257. package/build/rn/icons/UserAdd.js +35 -19
  258. package/build/rn/icons/UserAdd.native.js +33 -17
  259. package/build/rn/icons/Visa.js +45 -29
  260. package/build/rn/icons/Visa.native.js +43 -27
  261. package/build/rn/icons/arrow-left.icon.svg +1 -1
  262. package/build/rn/icons/arrow-right.icon.svg +1 -1
  263. package/build/rn/icons/bank-filled.icon.svg +4 -0
  264. package/build/rn/icons/bank.icon.svg +4 -0
  265. package/build/rn/icons/canada-filled.icon.svg +3 -0
  266. package/build/rn/icons/cart-filled-multi.icon.svg +4 -0
  267. package/build/rn/icons/cart-filled.icon.svg +2 -1
  268. package/build/rn/icons/cart.icon.svg +3 -2
  269. package/build/rn/icons/check-circle-filled.icon.svg +1 -1
  270. package/build/rn/icons/check-circle.icon.svg +2 -1
  271. package/build/rn/icons/chevron-left-circle.icon.svg +3 -0
  272. package/build/rn/icons/chevron-right-circle.icon.svg +3 -0
  273. package/build/rn/icons/download.icon.svg +1 -1
  274. package/build/rn/icons/index.js +8 -0
  275. package/build/rn/icons/location-map-filled.icon.svg +4 -0
  276. package/build/rn/icons/location-map.icon.svg +1 -1
  277. package/build/rn/icons/question-filled.icon.svg +1 -1
  278. package/build/rn/icons/question.icon.svg +2 -1
  279. package/build/rn/icons/quote-left-arrow.icon.svg +1 -2
  280. package/build/rn/icons/quote-right-arrow.icon.svg +1 -2
  281. package/build/rn/icons/receipt.icon.svg +3 -2
  282. package/build/rn/icons/refresh.icon.svg +1 -1
  283. package/build/rn/icons/settings-filled.icon.svg +3 -0
  284. package/build/rn/icons/settings.icon.svg +1 -1
  285. package/build/rn/icons/tag-filled.icon.svg +1 -1
  286. package/build/rn/icons/tag.icon.svg +1 -1
  287. package/build/rn/icons/tool-tip-filled.icon.svg +1 -1
  288. package/build/rn/icons/tooltip.icon.svg +2 -1
  289. package/build/rn/icons/utils/icon-native-utils.js +63 -0
  290. package/build/rn/icons/utils/icon-shared-utils.js +34 -0
  291. package/build/rn/icons/utils/icon-web-utils.js +50 -0
  292. package/build/rn/palette.js +9 -1
  293. package/build/web/fonts/fonts-cdn-family.css +5 -5
  294. package/build/web/fonts/fonts-cdn.css +5 -5
  295. package/build/web/fonts/fonts-local-family.css +5 -5
  296. package/build/web/fonts/fonts-local.css +5 -5
  297. package/build/web/icons/Add.js +33 -17
  298. package/build/web/icons/Amex.js +36 -20
  299. package/build/web/icons/AndroidEN.js +61 -45
  300. package/build/web/icons/AndroidFR.js +58 -42
  301. package/build/web/icons/ArrowDownCircled.js +32 -16
  302. package/build/web/icons/ArrowLeft.js +33 -17
  303. package/build/web/icons/ArrowRight.js +33 -17
  304. package/build/web/icons/Bank.js +46 -0
  305. package/build/web/icons/BankFilled.js +46 -0
  306. package/build/web/icons/BoxOutline.js +32 -16
  307. package/build/web/icons/BoxOutlineChecked.js +32 -16
  308. package/build/web/icons/Bullet.js +33 -17
  309. package/build/web/icons/BulletCircle.js +35 -19
  310. package/build/web/icons/BulletFill.js +35 -19
  311. package/build/web/icons/CanadaFilled.js +42 -0
  312. package/build/web/icons/Cart.js +37 -17
  313. package/build/web/icons/CartFilled.js +37 -19
  314. package/build/web/icons/CartFilledMulti.js +45 -0
  315. package/build/web/icons/Caution.js +35 -19
  316. package/build/web/icons/Check.js +33 -17
  317. package/build/web/icons/CheckCircle.js +35 -19
  318. package/build/web/icons/CheckCircleFilled.js +35 -19
  319. package/build/web/icons/CheckCircledFilled.js +32 -16
  320. package/build/web/icons/CheckCircledNotFilled.js +38 -22
  321. package/build/web/icons/ChevronDown.js +33 -17
  322. package/build/web/icons/ChevronLeft.js +33 -17
  323. package/build/web/icons/ChevronLeftCircle.js +42 -0
  324. package/build/web/icons/ChevronRight.js +33 -17
  325. package/build/web/icons/ChevronRightCircle.js +42 -0
  326. package/build/web/icons/ChevronUp.js +33 -17
  327. package/build/web/icons/CircledLine.js +43 -27
  328. package/build/web/icons/Clipboard.js +33 -17
  329. package/build/web/icons/Close.js +33 -17
  330. package/build/web/icons/ClosedCaptions.js +33 -17
  331. package/build/web/icons/Coaxial.js +35 -19
  332. package/build/web/icons/CreditCard.js +33 -17
  333. package/build/web/icons/DSL.js +35 -19
  334. package/build/web/icons/Devices.js +35 -19
  335. package/build/web/icons/Download.js +33 -19
  336. package/build/web/icons/ExclamationOctagon.js +35 -19
  337. package/build/web/icons/ExclamationTriangle.js +35 -19
  338. package/build/web/icons/Expand.js +33 -17
  339. package/build/web/icons/EyeClosed.js +33 -17
  340. package/build/web/icons/EyeMasked.js +34 -18
  341. package/build/web/icons/EyeOpened.js +35 -19
  342. package/build/web/icons/EyeUnmasked.js +38 -22
  343. package/build/web/icons/FullscreenExpand.js +33 -17
  344. package/build/web/icons/FullscreenMinimize.js +33 -17
  345. package/build/web/icons/Gift.js +35 -19
  346. package/build/web/icons/Hamburger.js +33 -17
  347. package/build/web/icons/IOSEN.js +53 -37
  348. package/build/web/icons/IOSFR.js +53 -37
  349. package/build/web/icons/IdCard.js +45 -29
  350. package/build/web/icons/IdTag.js +45 -29
  351. package/build/web/icons/Info.js +40 -24
  352. package/build/web/icons/InfoSelected.js +41 -25
  353. package/build/web/icons/InformationCircled.js +32 -16
  354. package/build/web/icons/InternetSpeed.js +33 -17
  355. package/build/web/icons/Kebab.js +44 -28
  356. package/build/web/icons/LeftCircle.js +35 -19
  357. package/build/web/icons/LinkExternal.js +35 -19
  358. package/build/web/icons/LocationMap.js +33 -19
  359. package/build/web/icons/LocationMapFilled.js +46 -0
  360. package/build/web/icons/LockFilled.js +35 -19
  361. package/build/web/icons/Maintenance.js +35 -19
  362. package/build/web/icons/MaintenanceFilled.js +35 -19
  363. package/build/web/icons/MasterCard.js +40 -24
  364. package/build/web/icons/Muted.js +33 -17
  365. package/build/web/icons/Number1FilledMono.js +35 -19
  366. package/build/web/icons/Number1FilledMulti.js +46 -30
  367. package/build/web/icons/Number2FilledMono.js +35 -19
  368. package/build/web/icons/Number2FilledMulti.js +37 -21
  369. package/build/web/icons/Number3FilledMono.js +35 -19
  370. package/build/web/icons/Number3FilledMulti.js +37 -21
  371. package/build/web/icons/Number4FilledMono.js +37 -21
  372. package/build/web/icons/Number4FilledMulti.js +37 -21
  373. package/build/web/icons/Number5FilledMono.js +35 -19
  374. package/build/web/icons/Number5FilledMulti.js +37 -21
  375. package/build/web/icons/OfferStarFilled.js +35 -19
  376. package/build/web/icons/Pause.js +33 -17
  377. package/build/web/icons/PaymentAdd.js +33 -17
  378. package/build/web/icons/Perk.js +35 -19
  379. package/build/web/icons/Phone.js +33 -17
  380. package/build/web/icons/PhoneTroubleshoot.js +35 -19
  381. package/build/web/icons/Play.js +33 -17
  382. package/build/web/icons/PlaySolid.js +35 -19
  383. package/build/web/icons/PlayVideo.js +35 -19
  384. package/build/web/icons/PlugPlay.js +35 -19
  385. package/build/web/icons/Preference.js +35 -19
  386. package/build/web/icons/Price.js +35 -19
  387. package/build/web/icons/Profile.js +35 -19
  388. package/build/web/icons/Question.js +35 -19
  389. package/build/web/icons/QuestionFilled.js +35 -19
  390. package/build/web/icons/QuoteLeft.js +35 -19
  391. package/build/web/icons/QuoteLeftArrow.js +33 -23
  392. package/build/web/icons/QuoteRightArrow.js +33 -23
  393. package/build/web/icons/RadialOutline.js +32 -16
  394. package/build/web/icons/RadialOutlineChecked.js +32 -16
  395. package/build/web/icons/Receipt.js +37 -19
  396. package/build/web/icons/Refresh.js +33 -19
  397. package/build/web/icons/Replay.js +33 -17
  398. package/build/web/icons/RightCircle.js +35 -19
  399. package/build/web/icons/RightCirlce.js +35 -19
  400. package/build/web/icons/Settings.js +33 -19
  401. package/build/web/icons/SettingsFilled.js +44 -0
  402. package/build/web/icons/SettingsSolid.js +33 -17
  403. package/build/web/icons/ShippingFilled.js +35 -19
  404. package/build/web/icons/Shop.js +35 -19
  405. package/build/web/icons/Sim.js +35 -19
  406. package/build/web/icons/SimFilled.js +35 -19
  407. package/build/web/icons/Spyglass.js +35 -19
  408. package/build/web/icons/Streaming.js +33 -17
  409. package/build/web/icons/Subtract.js +33 -17
  410. package/build/web/icons/Tag.js +33 -19
  411. package/build/web/icons/TagFilled.js +33 -19
  412. package/build/web/icons/Times.js +32 -16
  413. package/build/web/icons/TimesCircled.js +52 -36
  414. package/build/web/icons/ToolTipFilled.js +35 -19
  415. package/build/web/icons/Tooltip.js +35 -19
  416. package/build/web/icons/TooltipSymbol.js +33 -17
  417. package/build/web/icons/Unmuted.js +35 -19
  418. package/build/web/icons/User.js +35 -19
  419. package/build/web/icons/UserAdd.js +35 -19
  420. package/build/web/icons/Visa.js +45 -29
  421. package/build/web/icons/arrow-left.icon.svg +1 -1
  422. package/build/web/icons/arrow-right.icon.svg +1 -1
  423. package/build/web/icons/bank-filled.icon.svg +4 -0
  424. package/build/web/icons/bank.icon.svg +4 -0
  425. package/build/web/icons/canada-filled.icon.svg +3 -0
  426. package/build/web/icons/cart-filled-multi.icon.svg +4 -0
  427. package/build/web/icons/cart-filled.icon.svg +2 -1
  428. package/build/web/icons/cart.icon.svg +3 -2
  429. package/build/web/icons/check-circle-filled.icon.svg +1 -1
  430. package/build/web/icons/check-circle.icon.svg +2 -1
  431. package/build/web/icons/chevron-left-circle.icon.svg +3 -0
  432. package/build/web/icons/chevron-right-circle.icon.svg +3 -0
  433. package/build/web/icons/download.icon.svg +1 -1
  434. package/build/web/icons/index.js +8 -0
  435. package/build/web/icons/location-map-filled.icon.svg +4 -0
  436. package/build/web/icons/location-map.icon.svg +1 -1
  437. package/build/web/icons/question-filled.icon.svg +1 -1
  438. package/build/web/icons/question.icon.svg +2 -1
  439. package/build/web/icons/quote-left-arrow.icon.svg +1 -2
  440. package/build/web/icons/quote-right-arrow.icon.svg +1 -2
  441. package/build/web/icons/receipt.icon.svg +3 -2
  442. package/build/web/icons/refresh.icon.svg +1 -1
  443. package/build/web/icons/settings-filled.icon.svg +3 -0
  444. package/build/web/icons/settings.icon.svg +1 -1
  445. package/build/web/icons/tag-filled.icon.svg +1 -1
  446. package/build/web/icons/tag.icon.svg +1 -1
  447. package/build/web/icons/tool-tip-filled.icon.svg +1 -1
  448. package/build/web/icons/tooltip.icon.svg +2 -1
  449. package/build/web/icons/utils/icon-shared-utils.js +34 -0
  450. package/build/web/icons/utils/icon-web-utils.js +50 -0
  451. package/build/web/palette.js +14 -6
  452. package/icon/arrow-left.svg +1 -1
  453. package/icon/arrow-right.svg +1 -1
  454. package/icon/bank-filled.svg +4 -0
  455. package/icon/bank.svg +4 -0
  456. package/icon/canada-filled.svg +3 -0
  457. package/icon/cart-filled-multi.svg +4 -0
  458. package/icon/cart-filled.svg +2 -1
  459. package/icon/cart.svg +3 -2
  460. package/icon/check-circle-filled.svg +1 -1
  461. package/icon/check-circle.svg +2 -1
  462. package/icon/chevron-left-circle.svg +3 -0
  463. package/icon/chevron-right-circle.svg +3 -0
  464. package/icon/download.svg +1 -1
  465. package/icon/location-map-filled.svg +4 -0
  466. package/icon/location-map.svg +1 -1
  467. package/icon/question-filled.svg +1 -1
  468. package/icon/question.svg +2 -1
  469. package/icon/quote-left-arrow.svg +1 -2
  470. package/icon/quote-right-arrow.svg +1 -2
  471. package/icon/receipt.svg +3 -2
  472. package/icon/refresh.svg +1 -1
  473. package/icon/settings-filled.svg +3 -0
  474. package/icon/settings.svg +1 -1
  475. package/icon/tag-filled.svg +1 -1
  476. package/icon/tag.svg +1 -1
  477. package/icon/tooltip-filled.svg +1 -1
  478. package/icon/tooltip.svg +2 -1
  479. package/package.json +1 -1
  480. package/palette.json +39 -5
  481. /package/build/web/fonts/{StagSans-Bold-v3_2_0.otf → StagSans-Bold-v3_4_0.otf} +0 -0
  482. /package/build/web/fonts/{StagSans-Light-v3_2_0.otf → StagSans-Light-v3_4_0.otf} +0 -0
  483. /package/build/web/fonts/{StagSans-Medium-v3_2_0.otf → StagSans-Medium-v3_4_0.otf} +0 -0
  484. /package/build/web/fonts/{StagSans-Regular-v3_2_0.otf → StagSans-Regular-v3_4_0.otf} +0 -0
  485. /package/build/web/fonts/{StagSans-Semibold-v3_2_0.otf → StagSans-Semibold-v3_4_0.otf} +0 -0
@@ -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="M13.714 0h9.429c.473 0 .857.384.857.857v9.428c0 .228-.09.446-.251.607L10.892 23.75a.857.857 0 0 1-1.212 0L.25 14.321a.857.857 0 0 1 0-1.213L13.108.25a.857.857 0 0 1 .606-.25Zm2.572 6a1.714 1.714 0 1 0 3.428 0 1.714 1.714 0 0 0-3.428 0Z" clip-rule="evenodd"/>
2
+ <path d="M2.576 14.265c-.384-.383-.576-.86-.576-1.427 0-.567.192-1.042.576-1.426l8.81-8.811A2.066 2.066 0 0 1 12.838 2h7.16c.55 0 1.022.196 1.414.588.392.392.588.864.588 1.415v7.159c0 .283-.054.55-.163.8a2.08 2.08 0 0 1-.438.651l-8.836 8.811A1.923 1.923 0 0 1 11.15 22a1.92 1.92 0 0 1-1.414-.576l-7.16-7.159Zm13.416-7.76c0 .418.146.772.438 1.064.293.292.647.439 1.064.439.418 0 .772-.147 1.064-.439.292-.292.438-.646.438-1.063 0-.418-.146-.772-.438-1.064a1.448 1.448 0 0 0-1.064-.438 1.45 1.45 0 0 0-1.064.438 1.448 1.448 0 0 0-.438 1.064Z"/>
3
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="M24 10.208v.055a1 1 0 0 1-.293.683L11.048 23.605a1 1 0 0 1-1.414 0L.397 14.368a1 1 0 0 1 0-1.414L13.057.293A1 1 0 0 1 13.774 0l9.125.074a1 1 0 0 1 .992.988l.11 9.146ZM10.341 21.484 2.518 13.66 14.176 2.003l7.726.063.093 7.764-11.654 11.654Zm8.954-14.302a1.75 1.75 0 1 0-2.475-2.475 1.75 1.75 0 0 0 2.475 2.475Z" clip-rule="evenodd"/>
2
+ <path d="M2.576 14.265c-.384-.383-.576-.86-.576-1.427 0-.567.192-1.042.576-1.426l8.81-8.811A2.066 2.066 0 0 1 12.838 2h7.16c.55 0 1.022.196 1.414.588.392.392.588.864.588 1.415v7.159c0 .283-.054.55-.163.8a2.08 2.08 0 0 1-.438.651l-8.836 8.811A1.923 1.923 0 0 1 11.15 22a1.92 1.92 0 0 1-1.414-.576l-7.16-7.159Zm1.401-1.427 7.16 7.16 8.86-8.837V4.003h-7.159l-8.86 8.835Zm12.015-6.332c0 .417.146.771.438 1.063.293.292.647.439 1.064.439.418 0 .772-.147 1.064-.439.292-.292.438-.646.438-1.063 0-.418-.146-.772-.438-1.064a1.448 1.448 0 0 0-1.064-.438 1.45 1.45 0 0 0-1.064.438 1.448 1.448 0 0 0-.438 1.064Z"/>
3
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="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm.888-12.452v7.15h-2.774V9.725h1.729c.912 0 1.045.304 1.045 1.824Zm.133-5.066c0 .817-.665 1.463-1.501 1.463-.836 0-1.52-.646-1.52-1.463C10 5.665 10.684 5 11.52 5s1.5.665 1.5 1.482Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" d="M8.096 21.213A9.747 9.747 0 0 0 12 22a9.748 9.748 0 0 0 3.904-.787 10.09 10.09 0 0 0 3.173-2.136c.9-.9 1.611-1.957 2.136-3.173A9.748 9.748 0 0 0 22 12a9.747 9.747 0 0 0-.787-3.904 10.09 10.09 0 0 0-2.136-3.173 10.09 10.09 0 0 0-3.173-2.136A9.749 9.749 0 0 0 12 2a9.748 9.748 0 0 0-3.904.787 10.092 10.092 0 0 0-3.173 2.136c-.9.9-1.611 1.957-2.136 3.173A9.748 9.748 0 0 0 2 12c0 1.387.262 2.688.787 3.904a10.09 10.09 0 0 0 2.136 3.173c.9.9 1.957 1.611 3.173 2.136Zm4.917-9.435v5.26h-2.04v-6.601h1.271c.671 0 .77.223.77 1.341Zm.098-3.726c0 .6-.49 1.076-1.104 1.076-.615 0-1.118-.475-1.118-1.076 0-.601.503-1.09 1.118-1.09.615 0 1.104.489 1.104 1.09Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -1,3 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm2 0c0 6.625-5.369 11.996-11.993 12h-.014C5.37 23.996 0 18.625 0 12 0 5.373 5.373 0 12 0s12 5.373 12 12Zm-10.726.03v7.152H10.5v-8.975h1.73c.911 0 1.044.304 1.044 1.824Zm.133-5.065c0 .817-.665 1.463-1.5 1.463-.837 0-1.52-.646-1.52-1.463 0-.817.683-1.482 1.52-1.482.835 0 1.5.665 1.5 1.482Z" clip-rule="evenodd"/>
2
+ <path d="M12 22.203a9.946 9.946 0 0 1-3.984-.803 10.296 10.296 0 0 1-3.237-2.18 10.296 10.296 0 0 1-2.18-3.236A9.947 9.947 0 0 1 1.798 12c0-1.415.267-2.743.803-3.984A10.297 10.297 0 0 1 4.78 4.78 10.297 10.297 0 0 1 8.015 2.6 9.946 9.946 0 0 1 12 1.798c1.415 0 2.743.267 3.984.803 1.24.535 2.32 1.261 3.237 2.18a10.296 10.296 0 0 1 2.18 3.236A9.946 9.946 0 0 1 22.202 12a9.947 9.947 0 0 1-.803 3.984 10.295 10.295 0 0 1-2.18 3.237 10.295 10.295 0 0 1-3.236 2.18 9.947 9.947 0 0 1-3.984.802Zm0-2.275c2.217 0 4.093-.767 5.627-2.3 1.534-1.535 2.301-3.41 2.301-5.628 0-2.217-.767-4.093-2.3-5.627-1.535-1.534-3.41-2.301-5.628-2.301-2.217 0-4.093.767-5.627 2.3C4.839 7.908 4.072 9.783 4.072 12s.767 4.093 2.3 5.627c1.535 1.534 3.41 2.301 5.628 2.301Z"/>
3
+ <path d="M13.034 17.14v-5.366c0-1.141-.1-1.37-.784-1.37h-1.298v6.737h2.082Zm-1.027-8.07c.628 0 1.127-.485 1.127-1.098 0-.614-.5-1.113-1.127-1.113s-1.14.5-1.14 1.113.513 1.098 1.14 1.098Z"/>
3
4
  </svg>
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ const iconSharedUtils = {
4
+ hasValidGradient: gradient => {
5
+ return gradient && gradient.type && gradient.stops && gradient.stops.length > 0;
6
+ }
7
+ };
8
+ const gradientUtils = {
9
+ generateGradientId: gradient => {
10
+ if (!gradient) return '';
11
+ const type = gradient.type || '';
12
+ const angle = gradient.angle || 0;
13
+ const spec = gradient.specification || '';
14
+ const stopsStr = gradient.stops ? gradient.stops.map(s => `${s.color}-${s.stop || s.hint || 0}`).join('_') : '';
15
+ const gradientStr = `${type}-${angle}-${spec}-${stopsStr}`;
16
+ let hash = 0;
17
+ for (let i = 0; i < gradientStr.length; i++) {
18
+ const char = gradientStr.charCodeAt(i);
19
+ hash = (hash << 5) - hash + char;
20
+ hash = hash & hash;
21
+ }
22
+ const random = Math.floor(Math.random() * 10000);
23
+ return `gradient-${type}-${Math.abs(hash).toString(16)}-${random}`;
24
+ },
25
+ addGradientToSvg: (svgContent, gradientDefs) => {
26
+ if (!gradientDefs) return svgContent;
27
+ const React = require('react');
28
+ return React.cloneElement(svgContent, svgContent.props, gradientDefs, ...React.Children.toArray(svgContent.props.children));
29
+ }
30
+ };
31
+ iconSharedUtils.getGradientUtils = () => {
32
+ return gradientUtils;
33
+ };
34
+ module.exports = iconSharedUtils;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+
3
+ const iconWebUtils = {
4
+ renderWebGradientDefs: (gradient, gradientId) => {
5
+ if (!gradient || !gradientId) return null;
6
+ const React = require('react');
7
+ if (gradient.type === 'linear') {
8
+ const angle = 180 - (gradient.angle || 0);
9
+ return React.createElement('defs', null, React.createElement('linearGradient', {
10
+ id: gradientId,
11
+ gradientTransform: `rotate(${angle})`
12
+ }, gradient.stops.map((stop, index) => {
13
+ const offset = stop.hint !== undefined ? stop.hint * 100 : stop.stop !== undefined ? stop.stop * 100 : '';
14
+ return React.createElement('stop', {
15
+ key: index,
16
+ offset: `${offset}%`,
17
+ stopColor: stop.color
18
+ });
19
+ })));
20
+ } else if (gradient.type === 'radial') {
21
+ let cx = '50%',
22
+ cy = '50%',
23
+ r = '50%';
24
+ if (typeof gradient.specification === 'string' && gradient.specification.length < 1000) {
25
+ const match = gradient.specification.match(/^(\d+(?:\.\d+)?)%\s+(\d+(?:\.\d+)?)%\s+at\s+(\d+(?:\.\d+)?)%\s+(\d+(?:\.\d+)?)%$/);
26
+ if (match) {
27
+ r = match[1] + '%';
28
+ cx = match[3] + '%';
29
+ cy = match[4] + '%';
30
+ }
31
+ }
32
+ return React.createElement('defs', null, React.createElement('radialGradient', {
33
+ id: gradientId,
34
+ cx: cx,
35
+ cy: cy,
36
+ r: r,
37
+ gradientUnits: "userSpaceOnUse"
38
+ }, gradient.stops.map((stop, index) => {
39
+ const offset = stop.hint !== undefined ? stop.hint * 100 : stop.stop !== undefined ? stop.stop * 100 : '';
40
+ return React.createElement('stop', {
41
+ key: index,
42
+ offset: `${offset}%`,
43
+ stopColor: stop.color
44
+ });
45
+ })));
46
+ }
47
+ return null;
48
+ }
49
+ };
50
+ module.exports = iconWebUtils;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 05 Mar 2025 00:03:17 GMT
3
+ * Generated on Tue, 10 Jun 2025 20:21:11 GMT
4
4
  */
5
5
  module.exports = {
6
6
  border: {
@@ -69,11 +69,11 @@ module.exports = {
69
69
  },
70
70
  font: {
71
71
  StagSans: {
72
- 300: 'https://cdn.telus.digital/uds/StagSans-Light-v3_2_0.otf',
73
- 400: 'https://cdn.telus.digital/uds/StagSans-Regular-v3_2_0.otf',
74
- 500: 'https://cdn.telus.digital/uds/StagSans-Medium-v3_2_0.otf',
75
- 600: 'https://cdn.telus.digital/uds/StagSans-Semibold-v3_2_0.otf',
76
- 700: 'https://cdn.telus.digital/uds/StagSans-Bold-v3_2_0.otf'
72
+ 300: 'https://cdn.telus.digital/uds/StagSans-Light-v3_4_0.otf',
73
+ 400: 'https://cdn.telus.digital/uds/StagSans-Regular-v3_4_0.otf',
74
+ 500: 'https://cdn.telus.digital/uds/StagSans-Medium-v3_4_0.otf',
75
+ 600: 'https://cdn.telus.digital/uds/StagSans-Semibold-v3_4_0.otf',
76
+ 700: 'https://cdn.telus.digital/uds/StagSans-Bold-v3_4_0.otf'
77
77
  }
78
78
  },
79
79
  fontSize: {
@@ -110,13 +110,17 @@ module.exports = {
110
110
  ArrowDownCircled: '@telus-uds/palette-koodo/build/web/icons/arrow-down-circled.icon.svg',
111
111
  ArrowLeft: '@telus-uds/palette-koodo/build/web/icons/arrow-left.icon.svg',
112
112
  ArrowRight: '@telus-uds/palette-koodo/build/web/icons/arrow-right.icon.svg',
113
+ Bank: '@telus-uds/palette-koodo/build/web/icons/bank.icon.svg',
114
+ BankFilled: '@telus-uds/palette-koodo/build/web/icons/bank-filled.icon.svg',
113
115
  BoxOutline: '@telus-uds/palette-koodo/build/web/icons/box-outline.icon.svg',
114
116
  BoxOutlineChecked: '@telus-uds/palette-koodo/build/web/icons/box-outline-checked.icon.svg',
115
117
  Bullet: '@telus-uds/palette-koodo/build/web/icons/bullet.icon.svg',
116
118
  BulletCircle: '@telus-uds/palette-koodo/build/web/icons/bullet-circle.icon.svg',
117
119
  BulletFill: '@telus-uds/palette-koodo/build/web/icons/bullet-fill.icon.svg',
120
+ CanadaFilled: '@telus-uds/palette-koodo/build/web/icons/canada-filled.icon.svg',
118
121
  Cart: '@telus-uds/palette-koodo/build/web/icons/cart.icon.svg',
119
122
  CartFilled: '@telus-uds/palette-koodo/build/web/icons/cart-filled.icon.svg',
123
+ CartFilledMulti: '@telus-uds/palette-koodo/build/web/icons/cart-filled-multi.icon.svg',
120
124
  Caution: '@telus-uds/palette-koodo/build/web/icons/caution.icon.svg',
121
125
  Check: '@telus-uds/palette-koodo/build/web/icons/check.icon.svg',
122
126
  CheckCircle: '@telus-uds/palette-koodo/build/web/icons/check-circle.icon.svg',
@@ -125,7 +129,9 @@ module.exports = {
125
129
  CheckCircledNotFilled: '@telus-uds/palette-koodo/build/web/icons/check-circled-not-filled.icon.svg',
126
130
  ChevronDown: '@telus-uds/palette-koodo/build/web/icons/chevron-down.icon.svg',
127
131
  ChevronLeft: '@telus-uds/palette-koodo/build/web/icons/chevron-left.icon.svg',
132
+ ChevronLeftCircle: '@telus-uds/palette-koodo/build/web/icons/chevron-left-circle.icon.svg',
128
133
  ChevronRight: '@telus-uds/palette-koodo/build/web/icons/chevron-right.icon.svg',
134
+ ChevronRightCircle: '@telus-uds/palette-koodo/build/web/icons/chevron-right-circle.icon.svg',
129
135
  ChevronUp: '@telus-uds/palette-koodo/build/web/icons/chevron-up.icon.svg',
130
136
  CircledLine: '@telus-uds/palette-koodo/build/web/icons/circled-line.icon.svg',
131
137
  Clipboard: '@telus-uds/palette-koodo/build/web/icons/clipboard.icon.svg',
@@ -159,6 +165,7 @@ module.exports = {
159
165
  LeftCircle: '@telus-uds/palette-koodo/build/web/icons/left-circle.icon.svg',
160
166
  LinkExternal: '@telus-uds/palette-koodo/build/web/icons/link-external.icon.svg',
161
167
  LocationMap: '@telus-uds/palette-koodo/build/web/icons/location-map.icon.svg',
168
+ LocationMapFilled: '@telus-uds/palette-koodo/build/web/icons/location-map-filled.icon.svg',
162
169
  LockFilled: '@telus-uds/palette-koodo/build/web/icons/lock-filled.icon.svg',
163
170
  Maintenance: '@telus-uds/palette-koodo/build/web/icons/maintenance.icon.svg',
164
171
  MaintenanceFilled: '@telus-uds/palette-koodo/build/web/icons/maintenance-filled.icon.svg',
@@ -200,6 +207,7 @@ module.exports = {
200
207
  RightCircle: '@telus-uds/palette-koodo/build/web/icons/right-circle.icon.svg',
201
208
  RightCirlce: '@telus-uds/palette-koodo/build/web/icons/right-cirlce.icon.svg',
202
209
  Settings: '@telus-uds/palette-koodo/build/web/icons/settings.icon.svg',
210
+ SettingsFilled: '@telus-uds/palette-koodo/build/web/icons/settings-filled.icon.svg',
203
211
  SettingsSolid: '@telus-uds/palette-koodo/build/web/icons/settings-solid.icon.svg',
204
212
  ShippingFilled: '@telus-uds/palette-koodo/build/web/icons/shipping-filled.icon.svg',
205
213
  Shop: '@telus-uds/palette-koodo/build/web/icons/shop.icon.svg',
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path 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"/>
2
+ <path 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"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path 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"/>
2
+ <path 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"/>
3
3
  </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="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" clip-rule="evenodd"/>
3
+ <path 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"/>
4
+ </svg>
package/icon/bank.svg ADDED
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
3
+ <path 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"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M11.763 1.124c.1-.165.34-.165.44 0l1.907 3.183a.256.256 0 0 0 .3.11l1.507-.5a.256.256 0 0 1 .331.299L15.03 9.67c-.111.5.5.836.862.474l2.803-2.806a.257.257 0 0 1 .425.101l.515 1.573c.042.127.175.2.305.168l2.054-.512a.256.256 0 0 1 .291.362l-.997 2a.255.255 0 0 0 .128.349l1.429.61c.18.078.21.322.053.44l-5.493 4.12a.257.257 0 0 0-.088.287l.537 1.604a.26.26 0 0 1-.294.336c-.862-.164-2.7-.515-4.403-.628V22a.998.998 0 0 1-.96.998c-.007 0-.014.003-.022.003L12.168 23h-.01a1 1 0 0 1-1-1v-3.862c-1.737.094-3.766.467-4.664.64a.259.259 0 0 1-.294-.337l.52-1.554a.256.256 0 0 0-.09-.285L1.103 12.46a.256.256 0 0 1 .072-.448l1.44-.477a.256.256 0 0 0 .149-.357L1.692 9.025a.256.256 0 0 1 .29-.362l2.047.51a.256.256 0 0 0 .305-.168l.517-1.563a.256.256 0 0 1 .424-.1l2.808 2.817c.362.363.973.027.86-.474l-1.23-5.461a.256.256 0 0 1 .332-.3l1.491.506a.256.256 0 0 0 .302-.11l1.925-3.196Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill="#FF0076" d="M22 5.67a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"/>
3
+ <path d="M15.007 5.43H6.3l-.413-.854a1.997 1.997 0 0 0-1.798-1.127h-1.09a.999.999 0 1 0 0 1.997h1.09L5.78 9.411l2.323 6.482a1 1 0 0 0 .903.572h8.226a.999.999 0 0 0 .88-.525l2.82-6.766a4 4 0 0 1-5.925-3.745ZM8.578 20.742a1.92 1.92 0 0 0 1.41.587c.55 0 1.02-.195 1.411-.587.391-.39.587-.86.587-1.41 0-.55-.196-1.02-.587-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.41.587a1.923 1.923 0 0 0-.588 1.41c0 .55.196 1.02.587 1.41Zm5.992 0c.39.392.86.587 1.41.587.55 0 1.02-.195 1.41-.587.392-.39.587-.86.587-1.41 0-.55-.195-1.02-.586-1.41a1.923 1.923 0 0 0-1.41-.587c-.55 0-1.02.195-1.411.587a1.923 1.923 0 0 0-.587 1.41c0 .55.195 1.02.587 1.41Z"/>
4
+ </svg>
@@ -1,3 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
2
+ <path 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"/>
3
+ <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
3
4
  </svg>
package/icon/cart.svg CHANGED
@@ -1,3 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24">
2
- <path 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"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path 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"/>
3
+ <path fill-rule="evenodd" 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" clip-rule="evenodd"/>
3
4
  </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="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-7.228-5.513a1.585 1.585 0 0 1 2.287 2.195l-8.31 8.963a1.586 1.586 0 0 1-2.263.023l-3.522-3.521a1.585 1.585 0 1 1 2.241-2.242l2.379 2.378 7.188-7.796Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" d="M23.056 16.685c.63-1.459.944-3.02.944-4.685 0-1.664-.315-3.226-.944-4.685a12.111 12.111 0 0 0-2.564-3.807A12.11 12.11 0 0 0 16.686.944C15.226.314 13.665 0 12 0c-1.664 0-3.226.315-4.685.944a12.11 12.11 0 0 0-3.807 2.564A12.11 12.11 0 0 0 .944 7.315C.314 8.774 0 10.335 0 12c0 1.664.315 3.226.944 4.685a12.11 12.11 0 0 0 2.564 3.808 12.111 12.111 0 0 0 3.807 2.563c1.459.63 3.02.944 4.685.944 1.664 0 3.226-.315 4.685-.944a12.11 12.11 0 0 0 3.808-2.564 12.11 12.11 0 0 0 2.563-3.807Zm-7.61-8.714a1.145 1.145 0 0 1 1.651 1.585l-6 6.473a1.144 1.144 0 0 1-1.634.016l-2.544-2.543a1.144 1.144 0 1 1 1.619-1.618l1.717 1.717 5.19-5.63Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -1,3 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm2 0c0 6.625-5.369 11.996-11.993 12h-.014C5.37 23.996 0 18.625 0 12 0 5.373 5.373 0 12 0s12 5.373 12 12Zm-7.546-4.55a1.49 1.49 0 0 1 2.091-.042c.59.56.609 1.485.043 2.068l-7.755 8.274a1.487 1.487 0 0 1-2.113.021l-3.287-3.25a1.452 1.452 0 0 1 0-2.07 1.49 1.49 0 0 1 2.092 0l2.22 2.196 6.709-7.197Z" clip-rule="evenodd"/>
2
+ <path d="M24 12c0 1.664-.315 3.226-.944 4.685a12.11 12.11 0 0 1-2.564 3.807 12.11 12.11 0 0 1-3.807 2.564c-1.459.63-3.02.944-4.685.944-1.664 0-3.226-.315-4.685-.944a12.111 12.111 0 0 1-3.807-2.564 12.11 12.11 0 0 1-2.564-3.807C.314 15.226 0 13.665 0 12c0-1.664.315-3.226.944-4.685a12.11 12.11 0 0 1 2.564-3.807A12.11 12.11 0 0 1 7.315.944C8.774.314 10.335 0 12 0c1.664 0 3.226.315 4.685.944a12.11 12.11 0 0 1 3.808 2.564 12.111 12.111 0 0 1 2.563 3.807c.63 1.459.944 3.02.944 4.685Zm-2.676 0c0-2.608-.902-4.814-2.706-6.618-1.804-1.804-4.01-2.706-6.618-2.706-2.608 0-4.814.902-6.618 2.706C3.578 7.186 2.676 9.392 2.676 12c0 2.608.902 4.814 2.706 6.618 1.804 1.804 4.01 2.706 6.618 2.706 2.608 0 4.814-.902 6.618-2.706 1.804-1.804 2.706-4.01 2.706-6.618Z"/>
3
+ <path d="M17.064 7.938a1.144 1.144 0 0 0-1.618.033l-5.191 5.63-1.717-1.717a1.144 1.144 0 0 0-1.619 1.618l2.543 2.543a1.145 1.145 0 0 0 1.635-.016l6-6.473a1.144 1.144 0 0 0-.033-1.618Z"/>
3
4
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="m11.486 12 2.298-2.297a1.04 1.04 0 0 0 .31-.77c0-.308-.103-.572-.31-.792a1.065 1.065 0 0 0-.796-.333 1.097 1.097 0 0 0-.797.333l-3.057 3.063a1.097 1.097 0 0 0-.336.795c0 .303.112.569.336.797l3.082 3.082c.22.22.481.328.784.323.303-.004.564-.118.784-.342a1.13 1.13 0 0 0 .317-.784 1.048 1.048 0 0 0-.323-.784L11.486 12Zm-9.69 0A9.94 9.94 0 0 1 2.6 8.016 10.297 10.297 0 0 1 4.78 4.78 10.297 10.297 0 0 1 8.015 2.6 9.946 9.946 0 0 1 12 1.798c1.415 0 2.743.267 3.984.803 1.24.535 2.32 1.261 3.237 2.18a10.297 10.297 0 0 1 2.18 3.236A9.946 9.946 0 0 1 22.202 12a9.947 9.947 0 0 1-.803 3.984 10.297 10.297 0 0 1-2.18 3.237 10.297 10.297 0 0 1-3.236 2.18 9.946 9.946 0 0 1-3.984.802 9.946 9.946 0 0 1-3.984-.803 10.296 10.296 0 0 1-3.237-2.18 10.296 10.296 0 0 1-2.18-3.236 9.947 9.947 0 0 1-.8-3.984Zm2.276 0c0 2.217.767 4.093 2.3 5.627 1.535 1.534 3.41 2.301 5.628 2.301 2.217 0 4.093-.767 5.627-2.3 1.534-1.535 2.301-3.41 2.301-5.628 0-2.217-.767-4.093-2.3-5.627-1.535-1.534-3.41-2.301-5.628-2.301-2.217 0-4.093.767-5.627 2.3C4.839 7.908 4.072 9.783 4.072 12Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="m12.514 12-2.298 2.297a1.04 1.04 0 0 0-.31.77c0 .308.103.572.31.792.22.224.486.335.796.333.311-.002.577-.113.797-.333l3.057-3.063c.224-.227.336-.493.336-.795 0-.303-.112-.569-.336-.797l-3.082-3.082A1.048 1.048 0 0 0 11 7.8a1.085 1.085 0 0 0-.784.342 1.13 1.13 0 0 0-.317.784c-.004.303.103.564.323.784L12.514 12Zm9.69 0a9.946 9.946 0 0 1-.804 3.984 10.297 10.297 0 0 1-2.18 3.237 10.297 10.297 0 0 1-3.236 2.18 9.947 9.947 0 0 1-3.984.802 9.946 9.946 0 0 1-3.984-.803 10.297 10.297 0 0 1-3.237-2.18 10.298 10.298 0 0 1-2.18-3.236A9.946 9.946 0 0 1 1.798 12c0-1.415.267-2.743.803-3.984A10.297 10.297 0 0 1 4.78 4.78 10.297 10.297 0 0 1 8.015 2.6 9.946 9.946 0 0 1 12 1.798c1.415 0 2.743.267 3.984.803 1.24.535 2.32 1.261 3.237 2.18a10.296 10.296 0 0 1 2.18 3.236A9.946 9.946 0 0 1 22.202 12Zm-2.276 0c0-2.217-.767-4.093-2.3-5.627-1.535-1.534-3.41-2.301-5.628-2.301-2.217 0-4.093.767-5.627 2.3C4.839 7.908 4.072 9.783 4.072 12s.767 4.093 2.3 5.627c1.535 1.534 3.41 2.301 5.628 2.301 2.217 0 4.093-.767 5.627-2.3 1.534-1.535 2.301-3.41 2.301-5.628Z"/>
3
+ </svg>
package/icon/download.svg CHANGED
@@ -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="M0 15.071v8h24v-8a1.143 1.143 0 0 0-2.286 0v5.715H2.286V15.07a1.143 1.143 0 0 0-2.286 0Zm13.085.083 1.61-1.766.163-.18c.116-.128.232-.256.35-.382.435-.462 1.103-.502 1.57-.096.45.391.493 1.065.077 1.539-.383.435-.774.864-1.165 1.293l-.463.509-.532.587c-.593.655-1.186 1.31-1.781 1.963-.278.305-.62.42-1.04.366-.36-.047-.628-.217-.864-.475-.723-.795-1.449-1.588-2.174-2.38L7.172 14.31c-.388-.425-.419-1.001-.086-1.438.401-.525 1.214-.57 1.662-.083.454.492.904.988 1.355 1.483l.001.001.587.645.13.14.073.08.005-.083c.002-.044.004-.08.004-.114V3.347a75.98 75.98 0 0 1 .002-1.263c.006-.551.393-.996.918-1.072.54-.077 1.042.216 1.201.718.043.134.059.283.059.425.002 3.733.002 7.466.002 11.2v1.799Z" clip-rule="evenodd"/>
2
+ <path d="M12 16.205c-.182 0-.356-.031-.523-.094a1.281 1.281 0 0 1-.454-.3l-4.498-4.497a1.285 1.285 0 0 1-.398-.97A1.41 1.41 0 0 1 7.51 8.945c.38-.007.707.128.985.406l2.118 2.118V3.387c0-.39.134-.718.402-.986A1.34 1.34 0 0 1 12 2c.39 0 .717.134.985.401.268.268.402.597.402.986v8.082l2.118-2.118c.273-.278.599-.414.978-.41.378.006.707.148.985.426.262.277.397.602.405.973.008.371-.128.696-.405.974l-4.49 4.497a1.281 1.281 0 0 1-.455.3 1.468 1.468 0 0 1-.523.094ZM4.773 22c-.767 0-1.421-.27-1.962-.81A2.673 2.673 0 0 1 2 19.226v-2.27c0-.39.134-.718.401-.986a1.34 1.34 0 0 1 .986-.401c.389 0 .717.133.985.401.267.268.401.596.401.985v2.27h14.454v-2.27c0-.389.133-.717.401-.985a1.34 1.34 0 0 1 .985-.401c.39 0 .718.133.986.401.267.268.401.596.401.985v2.27c0 .768-.27 1.422-.81 1.963a2.68 2.68 0 0 1-1.963.811H4.773Z"/>
3
3
  </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="M11.453 18.49a1.76 1.76 0 0 0 1.095 0 1.72 1.72 0 0 0 .497-.262 25.975 25.975 0 0 0 4.187-4.169c1.27-1.581 1.905-3.264 1.905-5.047 0-1.203-.216-2.26-.65-3.169-.433-.91-.99-1.67-1.67-2.282a6.887 6.887 0 0 0-2.293-1.377A7.412 7.412 0 0 0 12 1.725c-.833 0-1.674.153-2.524.459a6.887 6.887 0 0 0-2.294 1.377c-.68.612-1.236 1.373-1.67 2.282-.433.91-.65 1.966-.65 3.17 0 1.782.636 3.465 1.906 5.046a25.971 25.971 0 0 0 4.187 4.17c.154.115.32.202.498.26ZM12 10.61a2.137 2.137 0 1 0 0-4.274 2.137 2.137 0 0 0 0 4.274Z" clip-rule="evenodd"/>
3
+ <path d="M5.192 21.946c.22.22.489.329.808.329h12c.32 0 .589-.11.808-.33.22-.219.33-.488.33-.808 0-.319-.11-.588-.33-.808A1.097 1.097 0 0 0 18 20H6c-.32 0-.589.11-.808.33-.22.219-.33.488-.33.808 0 .319.11.588.33.808Z"/>
4
+ </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="M8.56 16.878H4.791a.556.556 0 0 0-.46.245L.357 23.096a.556.556 0 0 0 .461.863h21.855a.552.552 0 0 0 .46-.863l-3.973-5.97a.555.555 0 0 0-.461-.248h-3.768l.497-.774c.835-1.302 1.69-2.738 2.379-4.118.845-1.693 1.446-3.314 1.446-4.506A7.526 7.526 0 0 0 12.536 0h-1.581a7.526 7.526 0 0 0-6.717 7.48c0 1.192.601 2.813 1.446 4.505.689 1.381 1.544 2.817 2.378 4.119l.497.774Zm-3.472 1.109h4.225l.15.217a69.847 69.847 0 0 0 1.844 2.551.553.553 0 0 0 .876.002c.093-.121.854-1.121 1.844-2.553l.15-.217h4.226l3.236 4.863H1.853l3.235-4.863Zm6.657 1.51-.408-.566c-.828-1.148-2.135-3.024-3.318-4.998-.716-1.193-1.385-2.422-1.875-3.545-.49-1.126-.799-2.14-.799-2.908 0-3.536 2.872-6.413 6.4-6.413 3.53 0 6.4 2.877 6.4 6.413 0 .768-.308 1.782-.799 2.908-.49 1.123-1.159 2.352-1.874 3.545-1.183 1.974-2.49 3.85-3.319 4.998l-.408.566ZM8.212 7.48a3.54 3.54 0 0 0 3.533 3.54 3.54 3.54 0 0 0 0-7.08 3.54 3.54 0 0 0-3.533 3.54Zm1.107 0a2.431 2.431 0 0 1 2.426-2.431 2.431 2.431 0 0 1 0 4.862A2.431 2.431 0 0 1 9.32 7.48Z" clip-rule="evenodd"/>
2
+ <path d="M12 16.158c1.598-1.301 2.808-2.555 3.63-3.76.822-1.206 1.232-2.335 1.232-3.388 0-.908-.165-1.682-.497-2.322-.332-.64-.742-1.159-1.23-1.555a4.79 4.79 0 0 0-1.58-.864C12.988 4.089 12.47 4 12.001 4c-.469 0-.987.09-1.554.269a4.786 4.786 0 0 0-1.583.864c-.488.396-.898.915-1.23 1.555-.332.641-.498 1.416-.498 2.324 0 1.052.411 2.18 1.233 3.386.822 1.205 2.032 2.459 3.63 3.76Zm0 2.418a1.76 1.76 0 0 1-.547-.087 1.681 1.681 0 0 1-.498-.26 25.971 25.971 0 0 1-4.187-4.17c-1.27-1.581-1.906-3.264-1.906-5.047 0-1.203.217-2.26.65-3.169.434-.91.99-1.67 1.67-2.282a6.887 6.887 0 0 1 2.294-1.377A7.412 7.412 0 0 1 12 1.725c.833 0 1.674.153 2.524.459.85.306 1.614.765 2.294 1.377.68.612 1.236 1.373 1.67 2.282.433.91.65 1.966.65 3.17 0 1.782-.636 3.465-1.906 5.046a25.975 25.975 0 0 1-4.187 4.17 1.684 1.684 0 0 1-.497.26c-.178.058-.36.087-.547.087ZM12 11a2.06 2.06 0 0 0 1.511-.626 2.06 2.06 0 0 0 .627-1.512 2.06 2.06 0 0 0-.627-1.51A2.06 2.06 0 0 0 12 6.724a2.06 2.06 0 0 0-1.511.626 2.06 2.06 0 0 0-.627 1.511c0 .59.21 1.094.627 1.512A2.06 2.06 0 0 0 12 11ZM6 22.275c-.32 0-.589-.11-.808-.33a1.095 1.095 0 0 1-.33-.808c0-.319.11-.588.33-.808.22-.22.489-.329.808-.329h12c.32 0 .589.11.808.33.22.219.33.488.33.808 0 .319-.11.588-.33.808-.22.22-.489.329-.808.329H6Z"/>
3
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="M18.667 21.978A12 12 0 1 1 5.333 2.024a12 12 0 0 1 13.334 19.954ZM12.07 6a5.2 5.2 0 0 1 2 .33c.463.178.89.439 1.26.77a3 3 0 0 1 .9 2.1 3.6 3.6 0 0 1-.21 1.33c-.124.323-.3.623-.52.89-.2.24-.432.452-.69.63-.25.17-.49.35-.71.52-.224.17-.426.369-.6.59a1.68 1.68 0 0 0-.29.65v.86h-2.27v-.75a3.36 3.36 0 0 1 .8-2c.196-.218.41-.419.64-.6.216-.16.406-.32.586-.472L13 10.82a2.43 2.43 0 0 0 .47-.56c.12-.23.175-.49.16-.75a1.56 1.56 0 0 0-.38-1.15A1.45 1.45 0 0 0 12.2 8a1.6 1.6 0 0 0-.79.14 1.64 1.64 0 0 0-.54.47 2.17 2.17 0 0 0-.31.69 3.19 3.19 0 0 0-.09.63v.22H8a4.63 4.63 0 0 1 .3-1.66 4 4 0 0 1 .82-1.31 3.82 3.82 0 0 1 1.28-.87A4.28 4.28 0 0 1 12.07 6Zm1.174 10.916a1.34 1.34 0 1 1-2.228 1.488 1.34 1.34 0 0 1 2.228-1.488Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" d="M8.096 21.213A9.747 9.747 0 0 0 12 22a9.748 9.748 0 0 0 3.904-.787 10.09 10.09 0 0 0 3.173-2.136c.9-.9 1.611-1.957 2.136-3.173A9.748 9.748 0 0 0 22 12a9.747 9.747 0 0 0-.787-3.904 10.09 10.09 0 0 0-2.136-3.173 10.09 10.09 0 0 0-3.173-2.136A9.749 9.749 0 0 0 12 2a9.748 9.748 0 0 0-3.904.787 10.092 10.092 0 0 0-3.173 2.136c-.9.9-1.611 1.957-2.136 3.173A9.748 9.748 0 0 0 2 12c0 1.387.262 2.688.787 3.904a10.09 10.09 0 0 0 2.136 3.173c.9.9 1.957 1.611 3.173 2.136Zm3.433-9.734c-.943.915-1.07 1.534-.915 2.561h1.463c-.065-.904.394-1.283 1.139-1.9l.17-.14c.915-.746 1.435-1.407 1.435-2.477 0-1.688-1.168-2.546-3.095-2.546-1.084 0-1.9.31-2.547.745v1.52h.788c.366-.38.872-.661 1.632-.661.605 0 1.055.323 1.055.957 0 .76-.506 1.336-1.125 1.941Zm-1.267 4.419c0 .633.507 1.125 1.154 1.125.633 0 1.154-.492 1.154-1.125s-.52-1.14-1.154-1.14c-.647 0-1.154.507-1.154 1.14Z" clip-rule="evenodd"/>
3
3
  </svg>
package/icon/question.svg CHANGED
@@ -1,3 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M17.556 20.315A10 10 0 1 1 6.444 3.685a10 10 0 0 1 11.112 16.63Zm1.11 1.663A12 12 0 1 1 5.334 2.024a12 12 0 0 1 13.334 19.954ZM12.07 6a5.2 5.2 0 0 1 2 .33c.463.178.89.439 1.26.77a3 3 0 0 1 .9 2.1 3.6 3.6 0 0 1-.21 1.33c-.124.323-.3.623-.52.89-.2.24-.432.452-.69.63-.25.17-.49.35-.71.52-.224.17-.426.369-.6.59a1.68 1.68 0 0 0-.29.65v.86h-2.27v-.75a3.36 3.36 0 0 1 .8-2c.196-.218.41-.419.64-.6.216-.16.406-.32.586-.472L13 10.82a2.43 2.43 0 0 0 .47-.56c.12-.23.175-.49.16-.75a1.56 1.56 0 0 0-.38-1.15A1.45 1.45 0 0 0 12.2 8a1.6 1.6 0 0 0-.79.14 1.64 1.64 0 0 0-.54.47 2.17 2.17 0 0 0-.31.69 3.19 3.19 0 0 0-.09.63v.22H8a4.63 4.63 0 0 1 .3-1.66 4 4 0 0 1 .82-1.31 3.82 3.82 0 0 1 1.28-.87A4.28 4.28 0 0 1 12.07 6Zm1.174 10.916a1.34 1.34 0 1 1-2.228 1.488 1.34 1.34 0 0 1 2.228-1.488Z" clip-rule="evenodd"/>
2
+ <path d="M12 22.203a9.946 9.946 0 0 1-3.984-.803 10.296 10.296 0 0 1-3.237-2.18 10.296 10.296 0 0 1-2.18-3.236A9.947 9.947 0 0 1 1.798 12c0-1.415.267-2.743.803-3.984A10.297 10.297 0 0 1 4.78 4.78 10.297 10.297 0 0 1 8.015 2.6 9.946 9.946 0 0 1 12 1.798c1.415 0 2.743.267 3.984.803 1.24.535 2.32 1.261 3.237 2.18a10.296 10.296 0 0 1 2.18 3.236A9.946 9.946 0 0 1 22.202 12a9.947 9.947 0 0 1-.803 3.984 10.295 10.295 0 0 1-2.18 3.237 10.295 10.295 0 0 1-3.236 2.18 9.947 9.947 0 0 1-3.984.802Zm0-2.275c2.217 0 4.093-.767 5.627-2.3 1.534-1.535 2.301-3.41 2.301-5.628 0-2.217-.767-4.093-2.3-5.627-1.535-1.534-3.41-2.301-5.628-2.301-2.217 0-4.093.767-5.627 2.3C4.839 7.908 4.072 9.783 4.072 12s.767 4.093 2.3 5.627c1.535 1.534 3.41 2.301 5.628 2.301Z"/>
3
+ <path d="M10.746 14.082c-.158-1.048-.03-1.68.933-2.613.631-.618 1.148-1.206 1.148-1.981 0-.647-.459-.977-1.076-.977-.776 0-1.293.287-1.666.675h-.804v-1.55c.66-.446 1.493-.762 2.599-.762 1.967 0 3.158.876 3.158 2.6 0 1.09-.53 1.765-1.464 2.526-.861.718-1.407 1.091-1.335 2.082h-1.493Zm.818 3.044c-.66 0-1.177-.503-1.177-1.149s.516-1.163 1.177-1.163a1.17 1.17 0 0 1 1.177 1.163c0 .646-.531 1.149-1.177 1.149Z"/>
3
4
  </svg>
@@ -1,4 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M12.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z" clip-rule="evenodd"/>
3
- <path fill-rule="evenodd" d="M21.632 19.33c.3.304.544.834.093 1.361-.45.527-1.128.278-1.345 0l-8.695-8.264a.735.735 0 0 1 0-.975l8.695-8.087c.246-.267.8-.605 1.345-.117.545.488.153 1.16-.093 1.428l-6.743 7.32 6.743 7.334Z" clip-rule="evenodd"/>
2
+ <path d="m16.196 11.766 4.7 4.732c.321.32.484.716.489 1.186.004.469-.158.869-.489 1.2a1.62 1.62 0 0 1-1.193.481 1.62 1.62 0 0 1-1.192-.482l-5.907-5.906a1.66 1.66 0 0 1-.374-.564 1.735 1.735 0 0 1 0-1.294 1.66 1.66 0 0 1 .374-.564l5.907-5.907a1.636 1.636 0 0 1 1.185-.488c.47-.005.87.158 1.2.488.321.321.482.719.482 1.193 0 .474-.16.872-.482 1.193l-4.7 4.732Zm-8.737 0 4.718 4.732c.321.32.484.716.489 1.186.004.469-.159.869-.49 1.2a1.62 1.62 0 0 1-1.192.481 1.62 1.62 0 0 1-1.193-.482l-5.906-5.906a1.66 1.66 0 0 1-.374-.564 1.735 1.735 0 0 1 0-1.294 1.66 1.66 0 0 1 .374-.564L9.79 4.648a1.636 1.636 0 0 1 1.186-.488c.47-.005.87.158 1.2.488.321.321.482.719.482 1.193 0 .474-.161.872-.482 1.193l-4.718 4.732Z"/>
4
3
  </svg>
@@ -1,4 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M2.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975L3.62 20.691c-.217.278-.894.527-1.345 0Z" clip-rule="evenodd"/>
3
- <path fill-rule="evenodd" d="M11.275 20.691c-.451-.527-.207-1.057.093-1.36l6.743-7.336-6.743-7.32c-.246-.267-.638-.94-.093-1.427.545-.488 1.1-.15 1.345.117l8.695 8.087a.735.735 0 0 1 0 .975l-8.695 8.264c-.217.278-.894.527-1.345 0Z" clip-rule="evenodd"/>
2
+ <path d="m8.189 11.996-4.7-4.732A1.636 1.636 0 0 1 3 6.08a1.61 1.61 0 0 1 .489-1.2 1.62 1.62 0 0 1 1.193-.482c.474 0 .871.16 1.192.482l5.907 5.907c.165.165.29.353.374.564a1.734 1.734 0 0 1 0 1.293 1.66 1.66 0 0 1-.374.564l-5.907 5.907a1.636 1.636 0 0 1-1.185.489 1.61 1.61 0 0 1-1.2-.489 1.62 1.62 0 0 1-.482-1.193c0-.474.16-.872.482-1.192l4.7-4.732Zm8.737 0-4.718-4.732a1.636 1.636 0 0 1-.489-1.185 1.61 1.61 0 0 1 .489-1.2 1.62 1.62 0 0 1 1.193-.482c.474 0 .872.16 1.193.482l5.906 5.907c.165.165.29.353.374.564a1.734 1.734 0 0 1 0 1.293 1.66 1.66 0 0 1-.374.564l-5.906 5.907a1.636 1.636 0 0 1-1.186.489 1.61 1.61 0 0 1-1.2-.489 1.62 1.62 0 0 1-.482-1.193c0-.474.16-.872.482-1.192l4.718-4.732Z"/>
4
3
  </svg>
package/icon/receipt.svg CHANGED
@@ -1,3 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 24">
2
- <path fill-rule="evenodd" d="M16.656 12.31a.567.567 0 0 0 .11-.357.557.557 0 0 0-.527-.566h-5.677a.557.557 0 0 0-.407.556.548.548 0 0 0 .517.577h5.677a.566.566 0 0 0 .307-.21Zm4.952 5.956a.566.566 0 0 1-.378.557h-2.108a.527.527 0 0 1-.477-.567.557.557 0 0 1 .368-.566h2.088a.537.537 0 0 1 .507.576Zm-4.953.352a.557.557 0 0 0 .111-.352.557.557 0 0 0-.527-.576h-5.677a.567.567 0 0 0-.407.566.547.547 0 0 0 .517.567h5.677a.557.557 0 0 0 .306-.205Zm.111-3.503a.557.557 0 0 1-.417.556h-5.677a.547.547 0 0 1-.517-.566.567.567 0 0 1 .407-.567h5.677a.557.557 0 0 1 .527.577ZM23.938 1.81c.472.44.756 1.047.792 1.693V19.22a3.559 3.559 0 0 1-3.37 3.56H4.457A3.649 3.649 0 0 1 .73 19.33v-7.388a.567.567 0 0 1 .457-.556h5.846V3.671a2.515 2.515 0 0 1 2.376-2.536h12.785a2.506 2.506 0 0 1 1.744.674ZM6.24 20.934c.48-.456.765-1.081.793-1.743V12.53h-5.16v6.601a2.516 2.516 0 0 0 2.585 2.506 2.555 2.555 0 0 0 1.782-.703Zm16.599.042c.449-.423.72-1 .757-1.616V3.672a1.383 1.383 0 0 0-1.402-1.392H9.578a1.372 1.372 0 0 0-1.402 1.262v15.49c.011.84-.262 1.66-.775 2.326l-.219.279H21.18a2.426 2.426 0 0 0 1.659-.66Zm-1.231-16.23a.557.557 0 0 0-.557-.458h-10.38a.566.566 0 0 0-.447.557V8.91a.566.566 0 0 0 .557.467h10.37a.557.557 0 0 0 .457-.576V4.745Zm-1.124 3.479h-9.146V5.43h9.107l.04 2.794Zm1.026 7.23c.069-.1.103-.22.098-.34a.532.532 0 0 0-.302-.524.537.537 0 0 0-.205-.053h-2.088a.557.557 0 0 0-.368.567.527.527 0 0 0 .477.566h2.108a.567.567 0 0 0 .28-.216Zm.098-3.502a.547.547 0 0 1-.378.557h-2.088a.528.528 0 0 1-.477-.577.556.556 0 0 1 .368-.556h2.088a.537.537 0 0 1 .487.576Z" clip-rule="evenodd"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path d="M18.218 7.492a1.036 1.036 0 1 1-2.072 0 1.036 1.036 0 0 1 2.072 0Zm0 3.105a1.036 1.036 0 1 1-2.072 0 1.036 1.036 0 0 1 2.072 0ZM8.904 7.492c0-.572.464-1.036 1.036-1.036h4.145a1.036 1.036 0 1 1 0 2.072H9.94a1.036 1.036 0 0 1-1.036-1.036Zm0 3.105c0-.572.464-1.036 1.036-1.036h4.145a1.036 1.036 0 0 1 0 2.072H9.94a1.036 1.036 0 0 1-1.036-1.036Z"/>
3
+ <path fill-rule="evenodd" d="M6.82 2c-.572 0-1.035.464-1.035 1.036v12.739h-1.73c-.763 0-1.382.618-1.382 1.381v2.788c0 1.131.937 2.048 2.068 2.048.002 0 .004.002.004.004s.002.004.004.004h14.506a2.072 2.072 0 0 0 2.072-2.072V3.036c0-.572-.464-1.036-1.036-1.036H6.82Zm12.435 2.454H7.856v11.32h8.292c.572 0 1.036.464 1.036 1.037v2.082a1.035 1.035 0 1 0 2.07 0V4.453Zm-4.142 13.392v2.082H5.78a1.036 1.036 0 0 1-1.036-1.036v-1.046h10.367Z" clip-rule="evenodd"/>
3
4
  </svg>
package/icon/refresh.svg CHANGED
@@ -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="M22.853.294a1 1 0 0 1 .292.707h-.04v7.48a1.449 1.449 0 0 1-.05.2.847.847 0 0 1 0 .17c-.03.06-.1.15-.1.15a.668.668 0 0 1-.13.11 1.001 1.001 0 0 1-.15.11 1.06 1.06 0 0 1-.2.12.87.87 0 0 1-.32.06h-7.399a1 1 0 0 1 0-2h5.88A9.76 9.76 0 0 0 2.767 8.72a1 1 0 0 1-1.27.61 1 1 0 0 1-.61-1.26 11.73 11.73 0 0 1 20.259-3.49V1a1 1 0 0 1 1.707-.707Zm-1.172 14.41a1 1 0 0 1 .765-.034 1 1 0 0 1 .67 1.27 11.739 11.739 0 0 1-20.169 3.4V23a1 1 0 1 1-2 0v-7.5a1.6 1.6 0 0 1 0-.21.85.85 0 0 1 0-.17.781.781 0 0 1 .1-.15.998.998 0 0 1 .12-.16.431.431 0 0 1 .13-.09c.06-.046.123-.086.19-.12h.17a.985.985 0 0 1 .17 0h7.44a1 1 0 1 1 0 2h-5.86a9.76 9.76 0 0 0 17.759-1.33 1 1 0 0 1 .515-.565Z" clip-rule="evenodd"/>
2
+ <path d="M19.092 19.028c-1.958 1.958-4.31 2.949-7.057 2.972-2.747.023-5.095-.94-7.042-2.887l-.157-.157v1.354c0 .338-.128.633-.382.884a1.228 1.228 0 0 1-.89.377c-.339 0-.635-.127-.887-.38a1.215 1.215 0 0 1-.38-.887l-.005-4.474c0-.396.133-.726.4-.992.265-.266.596-.4.991-.4l4.475.006c.339 0 .635.126.887.38.253.252.38.547.38.886 0 .34-.128.636-.382.89a1.22 1.22 0 0 1-.89.382H6.809l.142.141c1.4 1.401 3.09 2.095 5.068 2.083 1.977-.012 3.678-.73 5.1-2.152.224-.224.43-.457.616-.698.187-.24.352-.499.497-.774a1.8 1.8 0 0 1 .812-.779 1.47 1.47 0 0 1 1.08-.077c.393.12.668.357.826.713a1.18 1.18 0 0 1-.04 1.068 8.436 8.436 0 0 1-.803 1.339c-.309.42-.647.814-1.015 1.182ZM6.882 6.948c-.225.225-.43.458-.617.699-.187.24-.352.499-.497.774a1.838 1.838 0 0 1-.82.787 1.467 1.467 0 0 1-1.09.085 1.2 1.2 0 0 1-.807-.696 1.177 1.177 0 0 1 .022-1.052 9.485 9.485 0 0 1 1.834-2.57C6.867 3.017 9.22 2.025 11.968 2c2.75-.024 5.098.937 7.046 2.885l.157.157V3.698c0-.339.126-.634.379-.887.252-.253.548-.38.887-.38.339 0 .636.128.89.383.254.254.382.55.382.89v4.469a1.368 1.368 0 0 1-1.386 1.386l-4.475-.006a1.22 1.22 0 0 1-.89-.381 1.22 1.22 0 0 1-.381-.89c0-.339.127-.636.381-.89a1.22 1.22 0 0 1 .89-.382l1.35.006-.142-.142c-1.401-1.4-3.091-2.094-5.071-2.08-1.98.014-3.68.732-5.103 2.155Z"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" d="M9.475 21.75c.183.167.4.25.65.25h3.75c.25 0 .467-.083.65-.25a.997.997 0 0 0 .325-.625l.3-2.325c.2-.083.4-.183.6-.3.2-.117.392-.242.575-.375l2.125.9c.233.1.47.108.713.025.241-.083.429-.233.562-.45l1.85-3.2a.94.94 0 0 0 .125-.7.96.96 0 0 0-.375-.6l-1.875-1.425c.033-.117.05-.23.05-.338v-.675c0-.108-.008-.22-.025-.337L21.35 9.9a.96.96 0 0 0 .375-.6.94.94 0 0 0-.125-.7l-1.85-3.225a.983.983 0 0 0-.55-.438.97.97 0 0 0-.7.038l-2.175.9a8.229 8.229 0 0 0-.563-.375 3.795 3.795 0 0 0-.612-.3l-.3-2.325a.997.997 0 0 0-.325-.625.934.934 0 0 0-.65-.25h-3.75a.934.934 0 0 0-.65.25.997.997 0 0 0-.325.625L8.85 5.2c-.2.083-.4.183-.6.3-.2.117-.392.242-.575.375l-2.175-.9a.97.97 0 0 0-.7-.037.983.983 0 0 0-.55.437L2.4 8.6a.94.94 0 0 0-.125.7c.05.25.175.45.375.6l1.875 1.425c-.017.117-.025.23-.025.338v.675c0 .108.008.22.025.337L2.65 14.1a.96.96 0 0 0-.375.6.94.94 0 0 0 .125.7l1.85 3.225a.983.983 0 0 0 .55.438.97.97 0 0 0 .7-.038l2.175-.9c.183.133.37.258.563.375.191.117.395.217.612.3l.3 2.325c.033.25.142.458.325.625Zm5-7.275A3.373 3.373 0 0 1 12 15.5c-.983 0-1.813-.342-2.488-1.025A3.393 3.393 0 0 1 8.5 12c0-.967.337-1.792 1.012-2.475S11.017 8.5 12 8.5c.967 0 1.792.342 2.475 1.025A3.372 3.372 0 0 1 15.5 12c0 .967-.342 1.792-1.025 2.475Z" clip-rule="evenodd"/>
3
+ </svg>
package/icon/settings.svg CHANGED
@@ -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="m21.128 12.81 2.09 1.64a1.23 1.23 0 0 1 .31 1.55l-2.22 4a1.23 1.23 0 0 1-1.52.51l-2.48-1a9.45 9.45 0 0 1-1.44.86l-.38 2.63a1.22 1.22 0 0 1-1.18 1h-4.57a1.23 1.23 0 0 1-1.19-1.08l-.38-2.61a9.166 9.166 0 0 1-1.39-.81l-2.47 1a1.26 1.26 0 0 1-1.58-.6L.468 16a1.27 1.27 0 0 1 .31-1.55l2.09-1.59a8.1 8.1 0 0 1 0-.81v-.81L.778 9.61A1.26 1.26 0 0 1 .478 8l2.26-4a1.24 1.24 0 0 1 1.57-.5l2.43 1c.44-.31.905-.58 1.39-.81l.39-2.63A1.21 1.21 0 0 1 9.738 0h4.57a1.22 1.22 0 0 1 1.23 1.07l.38 2.62c.488.223.953.491 1.39.8l2.47-.99a1.26 1.26 0 0 1 1.53.56l2.22 3.9a1.27 1.27 0 0 1-.3 1.6l-2.1 1.63v1.62Zm-16.877.558a.68.68 0 0 1-.243.282l-2.31 1.72 2.13 3.7 2.76-1a.57.57 0 0 1 .25 0 .6.6 0 0 1 .41.14 7.998 7.998 0 0 0 1.76 1 .66.66 0 0 1 .41.53l.41 2.84h4.28l.47-2.9a.69.69 0 0 1 .42-.53 8 8 0 0 0 1.76-1 .68.68 0 0 1 .66-.08l2.67 1.06 2.21-3.73-2.3-1.8a.69.69 0 0 1-.26-.62 7.54 7.54 0 0 0 0-2 .68.68 0 0 1 .26-.62l2.31-1.81-2.14-3.7-2.76 1a.64.64 0 0 1-.66-.09 7.689 7.689 0 0 0-1.75-1 .68.68 0 0 1-.42-.53l-.41-2.84h-4.28l-.47 2.9a.66.66 0 0 1-.41.52 7.94 7.94 0 0 0-1.77 1 .68.68 0 0 1-.66.08l-2.67-1.07-2.18 3.68 2.33 1.88a.68.68 0 0 1 .25.62 8.058 8.058 0 0 0-.07 1 8.2 8.2 0 0 0 .07 1 .68.68 0 0 1-.057.368Zm7.748 4.077a5.444 5.444 0 1 1-.021-10.889 5.444 5.444 0 0 1 .02 10.89Zm3.884-5.444a3.885 3.885 0 1 1-3.885-3.876 3.895 3.895 0 0 1 3.885 3.876Z" clip-rule="evenodd"/>
2
+ <path d="M10.125 22a.934.934 0 0 1-.65-.25.997.997 0 0 1-.325-.625l-.3-2.325a3.79 3.79 0 0 1-.612-.3 8.27 8.27 0 0 1-.563-.375l-2.175.9a.97.97 0 0 1-.7.038.983.983 0 0 1-.55-.438L2.4 15.4a.94.94 0 0 1-.125-.7.96.96 0 0 1 .375-.6l1.875-1.425a2.389 2.389 0 0 1-.025-.338v-.675c0-.108.008-.22.025-.337L2.65 9.9a.96.96 0 0 1-.375-.6.94.94 0 0 1 .125-.7l1.85-3.225a.983.983 0 0 1 .55-.438.97.97 0 0 1 .7.038l2.175.9c.183-.133.375-.258.575-.375.2-.117.4-.217.6-.3l.3-2.325a.997.997 0 0 1 .325-.625c.183-.167.4-.25.65-.25h3.75c.25 0 .467.083.65.25a.997.997 0 0 1 .325.625l.3 2.325c.217.083.42.183.612.3.192.117.38.242.563.375l2.175-.9a.97.97 0 0 1 .7-.037c.233.075.417.22.55.437L21.6 8.6a.94.94 0 0 1 .125.7.96.96 0 0 1-.375.6l-1.875 1.425c.017.117.025.23.025.338v.675c0 .108-.017.22-.05.337l1.875 1.425c.2.15.325.35.375.6a.94.94 0 0 1-.125.7l-1.85 3.2c-.133.217-.32.367-.563.45a.958.958 0 0 1-.712-.025l-2.125-.9a6.826 6.826 0 0 1-.575.375c-.2.117-.4.217-.6.3l-.3 2.325a.997.997 0 0 1-.325.625.934.934 0 0 1-.65.25h-3.75ZM11 20h1.975l.35-2.65a5.61 5.61 0 0 0 1.438-.588c.441-.258.845-.57 1.212-.937l2.475 1.025.975-1.7-2.15-1.625c.083-.233.142-.48.175-.738a6.153 6.153 0 0 0 0-1.575 3.529 3.529 0 0 0-.175-.737l2.15-1.625-.975-1.7-2.475 1.05a5.554 5.554 0 0 0-1.213-.962 5.605 5.605 0 0 0-1.437-.588L13 4h-1.975l-.35 2.65c-.517.133-.996.33-1.438.587a6.015 6.015 0 0 0-1.212.938L5.55 7.15l-.975 1.7 2.15 1.6c-.083.25-.142.5-.175.75a6.122 6.122 0 0 0 0 1.575c.033.25.092.5.175.75l-2.15 1.625.975 1.7 2.475-1.05a5.53 5.53 0 0 0 2.65 1.55L11 20Zm1.05-4.5c.967 0 1.792-.342 2.475-1.025A3.372 3.372 0 0 0 15.55 12c0-.967-.342-1.792-1.025-2.475A3.372 3.372 0 0 0 12.05 8.5c-.983 0-1.813.342-2.488 1.025A3.393 3.393 0 0 0 8.55 12c0 .967.337 1.792 1.012 2.475.676.683 1.505 1.025 2.488 1.025Z"/>
3
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="M13.714 0h9.429c.473 0 .857.384.857.857v9.428c0 .228-.09.446-.251.607L10.892 23.75a.857.857 0 0 1-1.212 0L.25 14.321a.857.857 0 0 1 0-1.213L13.108.25a.857.857 0 0 1 .606-.25Zm2.572 6a1.714 1.714 0 1 0 3.428 0 1.714 1.714 0 0 0-3.428 0Z" clip-rule="evenodd"/>
2
+ <path d="M2.576 14.265c-.384-.383-.576-.86-.576-1.427 0-.567.192-1.042.576-1.426l8.81-8.811A2.066 2.066 0 0 1 12.838 2h7.16c.55 0 1.022.196 1.414.588.392.392.588.864.588 1.415v7.159c0 .283-.054.55-.163.8a2.08 2.08 0 0 1-.438.651l-8.836 8.811A1.923 1.923 0 0 1 11.15 22a1.92 1.92 0 0 1-1.414-.576l-7.16-7.159Zm13.416-7.76c0 .418.146.772.438 1.064.293.292.647.439 1.064.439.418 0 .772-.147 1.064-.439.292-.292.438-.646.438-1.063 0-.418-.146-.772-.438-1.064a1.448 1.448 0 0 0-1.064-.438 1.45 1.45 0 0 0-1.064.438 1.448 1.448 0 0 0-.438 1.064Z"/>
3
3
  </svg>
package/icon/tag.svg CHANGED
@@ -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="M24 10.208v.055a1 1 0 0 1-.293.683L11.048 23.605a1 1 0 0 1-1.414 0L.397 14.368a1 1 0 0 1 0-1.414L13.057.293A1 1 0 0 1 13.774 0l9.125.074a1 1 0 0 1 .992.988l.11 9.146ZM10.341 21.484 2.518 13.66 14.176 2.003l7.726.063.093 7.764-11.654 11.654Zm8.954-14.302a1.75 1.75 0 1 0-2.475-2.475 1.75 1.75 0 0 0 2.475 2.475Z" clip-rule="evenodd"/>
2
+ <path d="M2.576 14.265c-.384-.383-.576-.86-.576-1.427 0-.567.192-1.042.576-1.426l8.81-8.811A2.066 2.066 0 0 1 12.838 2h7.16c.55 0 1.022.196 1.414.588.392.392.588.864.588 1.415v7.159c0 .283-.054.55-.163.8a2.08 2.08 0 0 1-.438.651l-8.836 8.811A1.923 1.923 0 0 1 11.15 22a1.92 1.92 0 0 1-1.414-.576l-7.16-7.159Zm1.401-1.427 7.16 7.16 8.86-8.837V4.003h-7.159l-8.86 8.835Zm12.015-6.332c0 .417.146.771.438 1.063.293.292.647.439 1.064.439.418 0 .772-.147 1.064-.439.292-.292.438-.646.438-1.063 0-.418-.146-.772-.438-1.064a1.448 1.448 0 0 0-1.064-.438 1.45 1.45 0 0 0-1.064.438 1.448 1.448 0 0 0-.438 1.064Z"/>
3
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="M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12Zm.888-12.452v7.15h-2.774V9.725h1.729c.912 0 1.045.304 1.045 1.824Zm.133-5.066c0 .817-.665 1.463-1.501 1.463-.836 0-1.52-.646-1.52-1.463C10 5.665 10.684 5 11.52 5s1.5.665 1.5 1.482Z" clip-rule="evenodd"/>
2
+ <path fill-rule="evenodd" d="M8.096 21.213A9.747 9.747 0 0 0 12 22a9.748 9.748 0 0 0 3.904-.787 10.09 10.09 0 0 0 3.173-2.136c.9-.9 1.611-1.957 2.136-3.173A9.748 9.748 0 0 0 22 12a9.747 9.747 0 0 0-.787-3.904 10.09 10.09 0 0 0-2.136-3.173 10.09 10.09 0 0 0-3.173-2.136A9.749 9.749 0 0 0 12 2a9.748 9.748 0 0 0-3.904.787 10.092 10.092 0 0 0-3.173 2.136c-.9.9-1.611 1.957-2.136 3.173A9.748 9.748 0 0 0 2 12c0 1.387.262 2.688.787 3.904a10.09 10.09 0 0 0 2.136 3.173c.9.9 1.957 1.611 3.173 2.136Zm4.917-9.435v5.26h-2.04v-6.601h1.271c.671 0 .77.223.77 1.341Zm.098-3.726c0 .6-.49 1.076-1.104 1.076-.615 0-1.118-.475-1.118-1.076 0-.601.503-1.09 1.118-1.09.615 0 1.104.489 1.104 1.09Z" clip-rule="evenodd"/>
3
3
  </svg>
package/icon/tooltip.svg CHANGED
@@ -1,3 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2
- <path fill-rule="evenodd" d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm2 0c0 6.625-5.369 11.996-11.993 12h-.014C5.37 23.996 0 18.625 0 12 0 5.373 5.373 0 12 0s12 5.373 12 12Zm-10.726.03v7.152H10.5v-8.975h1.73c.911 0 1.044.304 1.044 1.824Zm.133-5.065c0 .817-.665 1.463-1.5 1.463-.837 0-1.52-.646-1.52-1.463 0-.817.683-1.482 1.52-1.482.835 0 1.5.665 1.5 1.482Z" clip-rule="evenodd"/>
2
+ <path d="M12 22.203a9.946 9.946 0 0 1-3.984-.803 10.296 10.296 0 0 1-3.237-2.18 10.296 10.296 0 0 1-2.18-3.236A9.947 9.947 0 0 1 1.798 12c0-1.415.267-2.743.803-3.984A10.297 10.297 0 0 1 4.78 4.78 10.297 10.297 0 0 1 8.015 2.6 9.946 9.946 0 0 1 12 1.798c1.415 0 2.743.267 3.984.803 1.24.535 2.32 1.261 3.237 2.18a10.296 10.296 0 0 1 2.18 3.236A9.946 9.946 0 0 1 22.202 12a9.947 9.947 0 0 1-.803 3.984 10.295 10.295 0 0 1-2.18 3.237 10.295 10.295 0 0 1-3.236 2.18 9.947 9.947 0 0 1-3.984.802Zm0-2.275c2.217 0 4.093-.767 5.627-2.3 1.534-1.535 2.301-3.41 2.301-5.628 0-2.217-.767-4.093-2.3-5.627-1.535-1.534-3.41-2.301-5.628-2.301-2.217 0-4.093.767-5.627 2.3C4.839 7.908 4.072 9.783 4.072 12s.767 4.093 2.3 5.627c1.535 1.534 3.41 2.301 5.628 2.301Z"/>
3
+ <path d="M13.034 17.14v-5.366c0-1.141-.1-1.37-.784-1.37h-1.298v6.737h2.082Zm-1.027-8.07c.628 0 1.127-.485 1.127-1.098 0-.614-.5-1.113-1.127-1.113s-1.14.5-1.14 1.113.513 1.098 1.14 1.098Z"/>
3
4
  </svg>
package/package.json CHANGED
@@ -21,5 +21,5 @@
21
21
  "prepublishOnly": "npm run build"
22
22
  },
23
23
  "sideEffects": false,
24
- "version": "3.2.0"
24
+ "version": "3.4.0"
25
25
  }