@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
@@ -6,23 +6,39 @@ module.exports = ({
6
6
  titleId,
7
7
  size,
8
8
  color,
9
+ gradient,
9
10
  ...props
10
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
- ...props,
12
- xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
14
- height: size,
15
- width: size,
16
- fill: color,
17
- role: title ? 'img' : undefined,
18
- "aria-hidden": !title,
19
- "aria-labelledby": titleId,
20
- children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
- id: titleId,
22
- children: title
23
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
- fillRule: "evenodd",
25
- d: "M10.412 1.589v4.59H4.855c-.77 0-1.394.624-1.394 1.394V14c0 .55.318 1.024.78 1.252v3.429c0 .493.398.753.604.849l2.35 1.098.011.005.063.025v1.653a1.69 1.69 0 0 0 1.689 1.69h5.665a1.69 1.69 0 0 0 1.691-1.69v-1.655a1.81 1.81 0 0 0 .059-.023l.01-.005 2.354-1.091c.204-.096.605-.353.605-.85V15.38A1.394 1.394 0 0 0 20.54 14V7.573c0-.77-.624-1.394-1.394-1.394h-5.557v-4.59a1.588 1.588 0 0 0-3.176 0ZM7.938 7.502h3.401v6.569H7.938v-6.57Zm-1.323 0h-1.76a.071.071 0 0 0-.071.071V14c0 .04.032.071.071.071h1.76v-6.57Zm6.047 6.569h3.427v-6.57h-3.286l-.025.001h-.116v6.569Zm6.483 0h-1.733v-6.57h1.733c.04 0 .072.033.072.072V14a.07.07 0 0 1-.072.071ZM7.952 19.464h7.674a.66.66 0 0 0 .225-.047l2.168-1.006V15.4a.967.967 0 0 0-.098-.005H5.66a.968.968 0 0 0-.097.005v3.005l2.167 1.013a.65.65 0 0 0 .222.046Zm.64 2.847v-1.524h6.4v1.524a.367.367 0 0 1-.368.367H8.958a.366.366 0 0 1-.367-.367Z",
26
- clipRule: "evenodd"
27
- })]
28
- });
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: "M10.412 1.589v4.59H4.855c-.77 0-1.394.624-1.394 1.394V14c0 .55.318 1.024.78 1.252v3.429c0 .493.398.753.604.849l2.35 1.098.011.005.063.025v1.653a1.69 1.69 0 0 0 1.689 1.69h5.665a1.69 1.69 0 0 0 1.691-1.69v-1.655a1.81 1.81 0 0 0 .059-.023l.01-.005 2.354-1.091c.204-.096.605-.353.605-.85V15.38A1.394 1.394 0 0 0 20.54 14V7.573c0-.77-.624-1.394-1.394-1.394h-5.557v-4.59a1.588 1.588 0 0 0-3.176 0ZM7.938 7.502h3.401v6.569H7.938v-6.57Zm-1.323 0h-1.76a.071.071 0 0 0-.071.071V14c0 .04.032.071.071.071h1.76v-6.57Zm6.047 6.569h3.427v-6.57h-3.286l-.025.001h-.116v6.569Zm6.483 0h-1.733v-6.57h1.733c.04 0 .072.033.072.072V14a.07.07 0 0 1-.072.071ZM7.952 19.464h7.674a.66.66 0 0 0 .225-.047l2.168-1.006V15.4a.967.967 0 0 0-.098-.005H5.66a.968.968 0 0 0-.097.005v3.005l2.167 1.013a.65.65 0 0 0 .222.046Zm.64 2.847v-1.524h6.4v1.524a.367.367 0 0 1-.368.367H8.958a.366.366 0 0 1-.367-.367Z",
40
+ clipRule: "evenodd"
41
+ })]
42
+ });
43
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
44
+ };
@@ -7,21 +7,37 @@ module.exports = ({
7
7
  titleId,
8
8
  size,
9
9
  color,
10
+ gradient,
10
11
  ...props
11
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
- ...props,
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24",
15
- height: size,
16
- width: size,
17
- fill: color,
18
- "aria-labelledby": titleId,
19
- children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
- id: titleId,
21
- children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- fillRule: "evenodd",
24
- d: "M10.412 1.589v4.59H4.855c-.77 0-1.394.624-1.394 1.394V14c0 .55.318 1.024.78 1.252v3.429c0 .493.398.753.604.849l2.35 1.098.011.005.063.025v1.653a1.69 1.69 0 0 0 1.689 1.69h5.665a1.69 1.69 0 0 0 1.691-1.69v-1.655a1.81 1.81 0 0 0 .059-.023l.01-.005 2.354-1.091c.204-.096.605-.353.605-.85V15.38A1.394 1.394 0 0 0 20.54 14V7.573c0-.77-.624-1.394-1.394-1.394h-5.557v-4.59a1.588 1.588 0 0 0-3.176 0ZM7.938 7.502h3.401v6.569H7.938v-6.57Zm-1.323 0h-1.76a.071.071 0 0 0-.071.071V14c0 .04.032.071.071.071h1.76v-6.57Zm6.047 6.569h3.427v-6.57h-3.286l-.025.001h-.116v6.569Zm6.483 0h-1.733v-6.57h1.733c.04 0 .072.033.072.072V14a.07.07 0 0 1-.072.071ZM7.952 19.464h7.674a.66.66 0 0 0 .225-.047l2.168-1.006V15.4a.967.967 0 0 0-.098-.005H5.66a.968.968 0 0 0-.097.005v3.005l2.167 1.013a.65.65 0 0 0 .222.046Zm.64 2.847v-1.524h6.4v1.524a.367.367 0 0 1-.368.367H8.958a.366.366 0 0 1-.367-.367Z",
25
- clipRule: "evenodd"
26
- })]
27
- });
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: "M10.412 1.589v4.59H4.855c-.77 0-1.394.624-1.394 1.394V14c0 .55.318 1.024.78 1.252v3.429c0 .493.398.753.604.849l2.35 1.098.011.005.063.025v1.653a1.69 1.69 0 0 0 1.689 1.69h5.665a1.69 1.69 0 0 0 1.691-1.69v-1.655a1.81 1.81 0 0 0 .059-.023l.01-.005 2.354-1.091c.204-.096.605-.353.605-.85V15.38A1.394 1.394 0 0 0 20.54 14V7.573c0-.77-.624-1.394-1.394-1.394h-5.557v-4.59a1.588 1.588 0 0 0-3.176 0ZM7.938 7.502h3.401v6.569H7.938v-6.57Zm-1.323 0h-1.76a.071.071 0 0 0-.071.071V14c0 .04.032.071.071.071h1.76v-6.57Zm6.047 6.569h3.427v-6.57h-3.286l-.025.001h-.116v6.569Zm6.483 0h-1.733v-6.57h1.733c.04 0 .072.033.072.072V14a.07.07 0 0 1-.072.071ZM7.952 19.464h7.674a.66.66 0 0 0 .225-.047l2.168-1.006V15.4a.967.967 0 0 0-.098-.005H5.66a.968.968 0 0 0-.097.005v3.005l2.167 1.013a.65.65 0 0 0 .222.046Zm.64 2.847v-1.524h6.4v1.524a.367.367 0 0 1-.368.367H8.958a.366.366 0 0 1-.367-.367Z",
39
+ clipRule: "evenodd"
40
+ })]
41
+ });
42
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
43
+ };
@@ -6,21 +6,37 @@ module.exports = ({
6
6
  titleId,
7
7
  size,
8
8
  color,
9
+ gradient,
9
10
  ...props
10
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
- ...props,
12
- xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
14
- height: size,
15
- width: size,
16
- fill: color,
17
- role: title ? 'img' : undefined,
18
- "aria-hidden": !title,
19
- "aria-labelledby": titleId,
20
- children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
- id: titleId,
22
- children: title
23
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
- d: "M22 6.19v11.62a2.15 2.15 0 0 1-.652 1.578c-.435.434-.96.652-1.578.652H4.23a2.15 2.15 0 0 1-1.578-.652A2.15 2.15 0 0 1 2 17.81V6.19c0-.617.217-1.143.652-1.578.435-.435.96-.652 1.578-.652h15.54a2.15 2.15 0 0 1 1.578.652c.435.435.652.96.652 1.578ZM4.23 8.062h15.54V6.19H4.23v1.872Zm0 3.92v5.828h15.54v-5.828H4.23Z"
25
- })]
26
- });
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ d: "M22 6.19v11.62a2.15 2.15 0 0 1-.652 1.578c-.435.434-.96.652-1.578.652H4.23a2.15 2.15 0 0 1-1.578-.652A2.15 2.15 0 0 1 2 17.81V6.19c0-.617.217-1.143.652-1.578.435-.435.96-.652 1.578-.652h15.54a2.15 2.15 0 0 1 1.578.652c.435.435.652.96.652 1.578ZM4.23 8.062h15.54V6.19H4.23v1.872Zm0 3.92v5.828h15.54v-5.828H4.23Z"
39
+ })]
40
+ });
41
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
42
+ };
@@ -7,19 +7,35 @@ module.exports = ({
7
7
  titleId,
8
8
  size,
9
9
  color,
10
+ gradient,
10
11
  ...props
11
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
- ...props,
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24",
15
- height: size,
16
- width: size,
17
- fill: color,
18
- "aria-labelledby": titleId,
19
- children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
- id: titleId,
21
- children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- d: "M22 6.19v11.62a2.15 2.15 0 0 1-.652 1.578c-.435.434-.96.652-1.578.652H4.23a2.15 2.15 0 0 1-1.578-.652A2.15 2.15 0 0 1 2 17.81V6.19c0-.617.217-1.143.652-1.578.435-.435.96-.652 1.578-.652h15.54a2.15 2.15 0 0 1 1.578.652c.435.435.652.96.652 1.578ZM4.23 8.062h15.54V6.19H4.23v1.872Zm0 3.92v5.828h15.54v-5.828H4.23Z"
24
- })]
25
- });
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
+ d: "M22 6.19v11.62a2.15 2.15 0 0 1-.652 1.578c-.435.434-.96.652-1.578.652H4.23a2.15 2.15 0 0 1-1.578-.652A2.15 2.15 0 0 1 2 17.81V6.19c0-.617.217-1.143.652-1.578.435-.435.96-.652 1.578-.652h15.54a2.15 2.15 0 0 1 1.578.652c.435.435.652.96.652 1.578ZM4.23 8.062h15.54V6.19H4.23v1.872Zm0 3.92v5.828h15.54v-5.828H4.23Z"
38
+ })]
39
+ });
40
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
41
+ };
@@ -6,23 +6,39 @@ module.exports = ({
6
6
  titleId,
7
7
  size,
8
8
  color,
9
+ gradient,
9
10
  ...props
10
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
- ...props,
12
- xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
14
- height: size,
15
- width: size,
16
- fill: color,
17
- role: title ? 'img' : undefined,
18
- "aria-hidden": !title,
19
- "aria-labelledby": titleId,
20
- children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
- id: titleId,
22
- children: title
23
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
- fillRule: "evenodd",
25
- d: "M16.181 0H7.818a3.307 3.307 0 0 0-3.307 3.307v8.959a2.195 2.195 0 0 0-.728.184c-.222.103-.715.403-.715 1.004v4.253c0 .584.472.891.715 1.005l2.78 1.298.013.006.074.03v1.956A1.999 1.999 0 0 0 8.648 24h6.701a1.999 1.999 0 0 0 2.001-1.998v-1.958l.069-.027.013-.006 2.783-1.291.002-.001c.24-.112.715-.416.715-1.004v-4.26c0-.603-.494-.902-.716-1.005a2.2 2.2 0 0 0-.727-.184V3.307A3.307 3.307 0 0 0 16.18 0Zm-5.4 12.255H5.928v-6.46h12.143v6.46h-4.853V8.268H10.78v3.987Zm0 1.565H4.747a.982.982 0 0 0-.114.006v3.555l2.562 1.198a.77.77 0 0 0 .263.055h9.077a.778.778 0 0 0 .267-.056l2.565-1.19v-3.562a1.127 1.127 0 0 0-.116-.006h-6.033v1.151c0 .701-1.219 1.271-1.219 1.271s-1.218-.57-1.218-1.271v-1.15Zm.497-9.207h-2.2V1.417h2.2v3.196Zm6.793 0h-2.125V1.417h.235a1.89 1.89 0 0 1 1.89 1.89v1.306Zm-3.308-3.196v3.196h-2.302V1.417h2.303Zm-6.868 0v3.196H5.928V3.307a1.89 1.89 0 0 1 1.89-1.89h.077Zm.32 18.782h7.57v1.803a.432.432 0 0 1-.434.433H8.648a.434.434 0 0 1-.434-.433v-1.803Z",
26
- clipRule: "evenodd"
27
- })]
28
- });
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ fillRule: "evenodd",
39
+ d: "M16.181 0H7.818a3.307 3.307 0 0 0-3.307 3.307v8.959a2.195 2.195 0 0 0-.728.184c-.222.103-.715.403-.715 1.004v4.253c0 .584.472.891.715 1.005l2.78 1.298.013.006.074.03v1.956A1.999 1.999 0 0 0 8.648 24h6.701a1.999 1.999 0 0 0 2.001-1.998v-1.958l.069-.027.013-.006 2.783-1.291.002-.001c.24-.112.715-.416.715-1.004v-4.26c0-.603-.494-.902-.716-1.005a2.2 2.2 0 0 0-.727-.184V3.307A3.307 3.307 0 0 0 16.18 0Zm-5.4 12.255H5.928v-6.46h12.143v6.46h-4.853V8.268H10.78v3.987Zm0 1.565H4.747a.982.982 0 0 0-.114.006v3.555l2.562 1.198a.77.77 0 0 0 .263.055h9.077a.778.778 0 0 0 .267-.056l2.565-1.19v-3.562a1.127 1.127 0 0 0-.116-.006h-6.033v1.151c0 .701-1.219 1.271-1.219 1.271s-1.218-.57-1.218-1.271v-1.15Zm.497-9.207h-2.2V1.417h2.2v3.196Zm6.793 0h-2.125V1.417h.235a1.89 1.89 0 0 1 1.89 1.89v1.306Zm-3.308-3.196v3.196h-2.302V1.417h2.303Zm-6.868 0v3.196H5.928V3.307a1.89 1.89 0 0 1 1.89-1.89h.077Zm.32 18.782h7.57v1.803a.432.432 0 0 1-.434.433H8.648a.434.434 0 0 1-.434-.433v-1.803Z",
40
+ clipRule: "evenodd"
41
+ })]
42
+ });
43
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
44
+ };
@@ -7,21 +7,37 @@ module.exports = ({
7
7
  titleId,
8
8
  size,
9
9
  color,
10
+ gradient,
10
11
  ...props
11
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
- ...props,
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24",
15
- height: size,
16
- width: size,
17
- fill: color,
18
- "aria-labelledby": titleId,
19
- children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
- id: titleId,
21
- children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- fillRule: "evenodd",
24
- d: "M16.181 0H7.818a3.307 3.307 0 0 0-3.307 3.307v8.959a2.195 2.195 0 0 0-.728.184c-.222.103-.715.403-.715 1.004v4.253c0 .584.472.891.715 1.005l2.78 1.298.013.006.074.03v1.956A1.999 1.999 0 0 0 8.648 24h6.701a1.999 1.999 0 0 0 2.001-1.998v-1.958l.069-.027.013-.006 2.783-1.291.002-.001c.24-.112.715-.416.715-1.004v-4.26c0-.603-.494-.902-.716-1.005a2.2 2.2 0 0 0-.727-.184V3.307A3.307 3.307 0 0 0 16.18 0Zm-5.4 12.255H5.928v-6.46h12.143v6.46h-4.853V8.268H10.78v3.987Zm0 1.565H4.747a.982.982 0 0 0-.114.006v3.555l2.562 1.198a.77.77 0 0 0 .263.055h9.077a.778.778 0 0 0 .267-.056l2.565-1.19v-3.562a1.127 1.127 0 0 0-.116-.006h-6.033v1.151c0 .701-1.219 1.271-1.219 1.271s-1.218-.57-1.218-1.271v-1.15Zm.497-9.207h-2.2V1.417h2.2v3.196Zm6.793 0h-2.125V1.417h.235a1.89 1.89 0 0 1 1.89 1.89v1.306Zm-3.308-3.196v3.196h-2.302V1.417h2.303Zm-6.868 0v3.196H5.928V3.307a1.89 1.89 0 0 1 1.89-1.89h.077Zm.32 18.782h7.57v1.803a.432.432 0 0 1-.434.433H8.648a.434.434 0 0 1-.434-.433v-1.803Z",
25
- clipRule: "evenodd"
26
- })]
27
- });
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: "M16.181 0H7.818a3.307 3.307 0 0 0-3.307 3.307v8.959a2.195 2.195 0 0 0-.728.184c-.222.103-.715.403-.715 1.004v4.253c0 .584.472.891.715 1.005l2.78 1.298.013.006.074.03v1.956A1.999 1.999 0 0 0 8.648 24h6.701a1.999 1.999 0 0 0 2.001-1.998v-1.958l.069-.027.013-.006 2.783-1.291.002-.001c.24-.112.715-.416.715-1.004v-4.26c0-.603-.494-.902-.716-1.005a2.2 2.2 0 0 0-.727-.184V3.307A3.307 3.307 0 0 0 16.18 0Zm-5.4 12.255H5.928v-6.46h12.143v6.46h-4.853V8.268H10.78v3.987Zm0 1.565H4.747a.982.982 0 0 0-.114.006v3.555l2.562 1.198a.77.77 0 0 0 .263.055h9.077a.778.778 0 0 0 .267-.056l2.565-1.19v-3.562a1.127 1.127 0 0 0-.116-.006h-6.033v1.151c0 .701-1.219 1.271-1.219 1.271s-1.218-.57-1.218-1.271v-1.15Zm.497-9.207h-2.2V1.417h2.2v3.196Zm6.793 0h-2.125V1.417h.235a1.89 1.89 0 0 1 1.89 1.89v1.306Zm-3.308-3.196v3.196h-2.302V1.417h2.303Zm-6.868 0v3.196H5.928V3.307a1.89 1.89 0 0 1 1.89-1.89h.077Zm.32 18.782h7.57v1.803a.432.432 0 0 1-.434.433H8.648a.434.434 0 0 1-.434-.433v-1.803Z",
39
+ clipRule: "evenodd"
40
+ })]
41
+ });
42
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
43
+ };
@@ -6,23 +6,39 @@ module.exports = ({
6
6
  titleId,
7
7
  size,
8
8
  color,
9
+ gradient,
9
10
  ...props
10
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
- ...props,
12
- xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
14
- height: size,
15
- width: size,
16
- fill: color,
17
- role: title ? 'img' : undefined,
18
- "aria-hidden": !title,
19
- "aria-labelledby": titleId,
20
- children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
- id: titleId,
22
- children: title
23
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
- fillRule: "evenodd",
25
- d: "M0 2.07V21.9a2 2 0 0 0 2 2h9.07a.57.57 0 0 0 .53-.56.56.56 0 0 0-.54-.54H2a.901.901 0 0 1-.9-.91V2.07a.9.9 0 0 1 .9-.9h13.659a.9.9 0 0 1 .9.9V3.6a.55.55 0 1 0 1.1 0V2.07a2 2 0 0 0-2-2H1.999A2 2 0 0 0 0 2.07Zm24 19.906v-.001c0-.026 0-.05-.002-.076V6.489a2.07 2.07 0 0 0-.71-1.55 2 2 0 0 0-1.29-.47H14a2 2 0 0 0-2 2V21.9a2 2 0 0 0 .22.91c.11.213.256.405.43.57a2 2 0 0 0 1.36.54h8c.146.015.293.015.44 0a2 2 0 0 0 1.11-.69 2 2 0 0 0 .44-1.254ZM11.12 19.53H3.05V2.91h11.32v.67a.55.55 0 1 0 1.1 0v-.65a1.14 1.14 0 0 0-1.13-1.13H3.06a1.14 1.14 0 0 0-1.13 1.13v16.579a1.13 1.13 0 0 0 1.13 1.13h8.06a.55.55 0 1 0 0-1.1v-.01Zm11.759 2.41a.89.89 0 0 1-.46.79.83.83 0 0 1-.44.12h-8a.91.91 0 0 1-.9-.91v-.6h9.84l-.04.6Zm0-1.72h-9.88V8.729h9.84l.04 11.49Zm0-12.57h-9.88V6.49a.91.91 0 0 1 .9-.91h8a.9.9 0 0 1 .9.91l.08 1.16ZM8.859 22.61a.81.81 0 1 0 0-1.62.81.81 0 0 0 0 1.62Zm8.51-16.54h1.78a.56.56 0 0 1 0 1.12h-1.78a.56.56 0 0 1 0-1.12Z",
26
- clipRule: "evenodd"
27
- })]
28
- });
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: "M0 2.07V21.9a2 2 0 0 0 2 2h9.07a.57.57 0 0 0 .53-.56.56.56 0 0 0-.54-.54H2a.901.901 0 0 1-.9-.91V2.07a.9.9 0 0 1 .9-.9h13.659a.9.9 0 0 1 .9.9V3.6a.55.55 0 1 0 1.1 0V2.07a2 2 0 0 0-2-2H1.999A2 2 0 0 0 0 2.07Zm24 19.906v-.001c0-.026 0-.05-.002-.076V6.489a2.07 2.07 0 0 0-.71-1.55 2 2 0 0 0-1.29-.47H14a2 2 0 0 0-2 2V21.9a2 2 0 0 0 .22.91c.11.213.256.405.43.57a2 2 0 0 0 1.36.54h8c.146.015.293.015.44 0a2 2 0 0 0 1.11-.69 2 2 0 0 0 .44-1.254ZM11.12 19.53H3.05V2.91h11.32v.67a.55.55 0 1 0 1.1 0v-.65a1.14 1.14 0 0 0-1.13-1.13H3.06a1.14 1.14 0 0 0-1.13 1.13v16.579a1.13 1.13 0 0 0 1.13 1.13h8.06a.55.55 0 1 0 0-1.1v-.01Zm11.759 2.41a.89.89 0 0 1-.46.79.83.83 0 0 1-.44.12h-8a.91.91 0 0 1-.9-.91v-.6h9.84l-.04.6Zm0-1.72h-9.88V8.729h9.84l.04 11.49Zm0-12.57h-9.88V6.49a.91.91 0 0 1 .9-.91h8a.9.9 0 0 1 .9.91l.08 1.16ZM8.859 22.61a.81.81 0 1 0 0-1.62.81.81 0 0 0 0 1.62Zm8.51-16.54h1.78a.56.56 0 0 1 0 1.12h-1.78a.56.56 0 0 1 0-1.12Z",
40
+ clipRule: "evenodd"
41
+ })]
42
+ });
43
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
44
+ };
@@ -7,21 +7,37 @@ module.exports = ({
7
7
  titleId,
8
8
  size,
9
9
  color,
10
+ gradient,
10
11
  ...props
11
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
- ...props,
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24",
15
- height: size,
16
- width: size,
17
- fill: color,
18
- "aria-labelledby": titleId,
19
- children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
- id: titleId,
21
- children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- fillRule: "evenodd",
24
- d: "M0 2.07V21.9a2 2 0 0 0 2 2h9.07a.57.57 0 0 0 .53-.56.56.56 0 0 0-.54-.54H2a.901.901 0 0 1-.9-.91V2.07a.9.9 0 0 1 .9-.9h13.659a.9.9 0 0 1 .9.9V3.6a.55.55 0 1 0 1.1 0V2.07a2 2 0 0 0-2-2H1.999A2 2 0 0 0 0 2.07Zm24 19.906v-.001c0-.026 0-.05-.002-.076V6.489a2.07 2.07 0 0 0-.71-1.55 2 2 0 0 0-1.29-.47H14a2 2 0 0 0-2 2V21.9a2 2 0 0 0 .22.91c.11.213.256.405.43.57a2 2 0 0 0 1.36.54h8c.146.015.293.015.44 0a2 2 0 0 0 1.11-.69 2 2 0 0 0 .44-1.254ZM11.12 19.53H3.05V2.91h11.32v.67a.55.55 0 1 0 1.1 0v-.65a1.14 1.14 0 0 0-1.13-1.13H3.06a1.14 1.14 0 0 0-1.13 1.13v16.579a1.13 1.13 0 0 0 1.13 1.13h8.06a.55.55 0 1 0 0-1.1v-.01Zm11.759 2.41a.89.89 0 0 1-.46.79.83.83 0 0 1-.44.12h-8a.91.91 0 0 1-.9-.91v-.6h9.84l-.04.6Zm0-1.72h-9.88V8.729h9.84l.04 11.49Zm0-12.57h-9.88V6.49a.91.91 0 0 1 .9-.91h8a.9.9 0 0 1 .9.91l.08 1.16ZM8.859 22.61a.81.81 0 1 0 0-1.62.81.81 0 0 0 0 1.62Zm8.51-16.54h1.78a.56.56 0 0 1 0 1.12h-1.78a.56.56 0 0 1 0-1.12Z",
25
- clipRule: "evenodd"
26
- })]
27
- });
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: "M0 2.07V21.9a2 2 0 0 0 2 2h9.07a.57.57 0 0 0 .53-.56.56.56 0 0 0-.54-.54H2a.901.901 0 0 1-.9-.91V2.07a.9.9 0 0 1 .9-.9h13.659a.9.9 0 0 1 .9.9V3.6a.55.55 0 1 0 1.1 0V2.07a2 2 0 0 0-2-2H1.999A2 2 0 0 0 0 2.07Zm24 19.906v-.001c0-.026 0-.05-.002-.076V6.489a2.07 2.07 0 0 0-.71-1.55 2 2 0 0 0-1.29-.47H14a2 2 0 0 0-2 2V21.9a2 2 0 0 0 .22.91c.11.213.256.405.43.57a2 2 0 0 0 1.36.54h8c.146.015.293.015.44 0a2 2 0 0 0 1.11-.69 2 2 0 0 0 .44-1.254ZM11.12 19.53H3.05V2.91h11.32v.67a.55.55 0 1 0 1.1 0v-.65a1.14 1.14 0 0 0-1.13-1.13H3.06a1.14 1.14 0 0 0-1.13 1.13v16.579a1.13 1.13 0 0 0 1.13 1.13h8.06a.55.55 0 1 0 0-1.1v-.01Zm11.759 2.41a.89.89 0 0 1-.46.79.83.83 0 0 1-.44.12h-8a.91.91 0 0 1-.9-.91v-.6h9.84l-.04.6Zm0-1.72h-9.88V8.729h9.84l.04 11.49Zm0-12.57h-9.88V6.49a.91.91 0 0 1 .9-.91h8a.9.9 0 0 1 .9.91l.08 1.16ZM8.859 22.61a.81.81 0 1 0 0-1.62.81.81 0 0 0 0 1.62Zm8.51-16.54h1.78a.56.56 0 0 1 0 1.12h-1.78a.56.56 0 0 1 0-1.12Z",
39
+ clipRule: "evenodd"
40
+ })]
41
+ });
42
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
43
+ };
@@ -6,23 +6,37 @@ module.exports = ({
6
6
  titleId,
7
7
  size,
8
8
  color,
9
+ gradient,
9
10
  ...props
10
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
- ...props,
12
- xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 24 24",
14
- height: size,
15
- width: size,
16
- fill: color,
17
- role: title ? 'img' : undefined,
18
- "aria-hidden": !title,
19
- "aria-labelledby": titleId,
20
- children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
- id: titleId,
22
- children: title
23
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
- fillRule: "evenodd",
25
- 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",
26
- clipRule: "evenodd"
27
- })]
28
- });
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ d: "M12 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"
39
+ })]
40
+ });
41
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
42
+ };
@@ -7,21 +7,35 @@ module.exports = ({
7
7
  titleId,
8
8
  size,
9
9
  color,
10
+ gradient,
10
11
  ...props
11
- }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
- ...props,
13
- xmlns: "http://www.w3.org/2000/svg",
14
- viewBox: "0 0 24 24",
15
- height: size,
16
- width: size,
17
- fill: color,
18
- "aria-labelledby": titleId,
19
- children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
- id: titleId,
21
- children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- fillRule: "evenodd",
24
- 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",
25
- clipRule: "evenodd"
26
- })]
27
- });
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
+ 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"
38
+ })]
39
+ });
40
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
41
+ };