@telus-uds/palette-allium 0.1.0-prerelease.3 → 1.0.0-prerelease.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 (614) hide show
  1. package/CHANGELOG.md +64 -0
  2. package/build/android/border.xml +1 -1
  3. package/build/android/color.xml +2 -2
  4. package/build/android/font_size.xml +1 -1
  5. package/build/android/radius.xml +4 -1
  6. package/build/android/size.xml +6 -1
  7. package/build/ios/Border.swift +1 -1
  8. package/build/ios/Color.swift +2 -2
  9. package/build/ios/FontSize.swift +1 -1
  10. package/build/ios/Radius.swift +4 -1
  11. package/build/ios/Size.swift +6 -1
  12. package/build/rn/fonts/index.js +4 -4
  13. package/build/rn/icons/Accessible.js +25 -0
  14. package/build/rn/icons/Accessible.native.js +25 -0
  15. package/build/rn/icons/Add.js +25 -0
  16. package/build/rn/icons/Add.native.js +25 -0
  17. package/build/rn/icons/AddUser.js +25 -0
  18. package/build/rn/icons/AddUser.native.js +25 -0
  19. package/build/rn/icons/AlarmClock.js +25 -0
  20. package/build/rn/icons/AlarmClock.native.js +25 -0
  21. package/build/rn/icons/Ambulance.js +33 -0
  22. package/build/rn/icons/Ambulance.native.js +33 -0
  23. package/build/rn/icons/ArrowDown.js +25 -0
  24. package/build/rn/icons/ArrowDown.native.js +25 -0
  25. package/build/rn/icons/ArrowLeft.js +25 -0
  26. package/build/rn/icons/ArrowLeft.native.js +25 -0
  27. package/build/rn/icons/ArrowRight.js +25 -0
  28. package/build/rn/icons/ArrowRight.native.js +25 -0
  29. package/build/rn/icons/ArrowUp.js +25 -0
  30. package/build/rn/icons/ArrowUp.native.js +25 -0
  31. package/build/rn/icons/ArtificialIntelligence.js +25 -0
  32. package/build/rn/icons/ArtificialIntelligence.native.js +25 -0
  33. package/build/rn/icons/Attention.js +25 -0
  34. package/build/rn/icons/Attention.native.js +25 -0
  35. package/build/rn/icons/Award.js +25 -0
  36. package/build/rn/icons/Award.native.js +25 -0
  37. package/build/rn/icons/Baby.js +25 -0
  38. package/build/rn/icons/Baby.native.js +25 -0
  39. package/build/rn/icons/BabyBoy.js +25 -0
  40. package/build/rn/icons/BabyBoy.native.js +25 -0
  41. package/build/rn/icons/BabyGirl.js +25 -0
  42. package/build/rn/icons/BabyGirl.native.js +25 -0
  43. package/build/rn/icons/BackToSchool.js +25 -0
  44. package/build/rn/icons/BackToSchool.native.js +25 -0
  45. package/build/rn/icons/Bank.js +25 -0
  46. package/build/rn/icons/Bank.native.js +25 -0
  47. package/build/rn/icons/BatteryCar.js +25 -0
  48. package/build/rn/icons/BatteryCar.native.js +25 -0
  49. package/build/rn/icons/BatteryCharging.js +25 -0
  50. package/build/rn/icons/BatteryCharging.native.js +25 -0
  51. package/build/rn/icons/Bell.js +25 -0
  52. package/build/rn/icons/Bell.native.js +25 -0
  53. package/build/rn/icons/Bill.js +25 -0
  54. package/build/rn/icons/Bill.native.js +25 -0
  55. package/build/rn/icons/Bookmark.js +25 -0
  56. package/build/rn/icons/Bookmark.native.js +25 -0
  57. package/build/rn/icons/Briefcase.js +25 -0
  58. package/build/rn/icons/Briefcase.native.js +25 -0
  59. package/build/rn/icons/Calendar.js +25 -0
  60. package/build/rn/icons/Calendar.native.js +25 -0
  61. package/build/rn/icons/Call.js +25 -0
  62. package/build/rn/icons/Call.native.js +25 -0
  63. package/build/rn/icons/CallForward.js +25 -0
  64. package/build/rn/icons/CallForward.native.js +25 -0
  65. package/build/rn/icons/CallOut.js +25 -0
  66. package/build/rn/icons/CallOut.native.js +25 -0
  67. package/build/rn/icons/CallReceive.js +25 -0
  68. package/build/rn/icons/CallReceive.native.js +25 -0
  69. package/build/rn/icons/CallTalking.js +25 -0
  70. package/build/rn/icons/CallTalking.native.js +25 -0
  71. package/build/rn/icons/Camera.js +25 -0
  72. package/build/rn/icons/Camera.native.js +25 -0
  73. package/build/rn/icons/Car.js +25 -0
  74. package/build/rn/icons/Car.native.js +25 -0
  75. package/build/rn/icons/CaretDown.js +26 -0
  76. package/build/rn/icons/CaretDown.native.js +26 -0
  77. package/build/rn/icons/CaretUp.js +26 -0
  78. package/build/rn/icons/CaretUp.native.js +26 -0
  79. package/build/rn/icons/Channels.js +25 -0
  80. package/build/rn/icons/Channels.native.js +25 -0
  81. package/build/rn/icons/ChartsBar1.js +25 -0
  82. package/build/rn/icons/ChartsBar1.native.js +25 -0
  83. package/build/rn/icons/ChartsBar2.js +25 -0
  84. package/build/rn/icons/ChartsBar2.native.js +25 -0
  85. package/build/rn/icons/ChartsLine.js +25 -0
  86. package/build/rn/icons/ChartsLine.native.js +25 -0
  87. package/build/rn/icons/Chat1.js +25 -0
  88. package/build/rn/icons/Chat1.native.js +25 -0
  89. package/build/rn/icons/Chat2.js +25 -0
  90. package/build/rn/icons/Chat2.native.js +25 -0
  91. package/build/rn/icons/ChatSupport.js +25 -0
  92. package/build/rn/icons/ChatSupport.native.js +25 -0
  93. package/build/rn/icons/Check.js +25 -0
  94. package/build/rn/icons/Check.native.js +25 -0
  95. package/build/rn/icons/Checkmark.js +25 -0
  96. package/build/rn/icons/Checkmark.native.js +25 -0
  97. package/build/rn/icons/ChevronLeft.js +25 -0
  98. package/build/rn/icons/ChevronLeft.native.js +25 -0
  99. package/build/rn/icons/ChevronRight.js +27 -0
  100. package/build/rn/icons/ChevronRight.native.js +27 -0
  101. package/build/rn/icons/Clipboard.js +25 -0
  102. package/build/rn/icons/Clipboard.native.js +25 -0
  103. package/build/rn/icons/Close.js +25 -0
  104. package/build/rn/icons/Close.native.js +25 -0
  105. package/build/rn/icons/ClosedCaptions.js +25 -0
  106. package/build/rn/icons/ClosedCaptions.native.js +25 -0
  107. package/build/rn/icons/CloudDownload.js +25 -0
  108. package/build/rn/icons/CloudDownload.native.js +25 -0
  109. package/build/rn/icons/CloudSync.js +25 -0
  110. package/build/rn/icons/CloudSync.native.js +25 -0
  111. package/build/rn/icons/CloudUpload.js +25 -0
  112. package/build/rn/icons/CloudUpload.native.js +25 -0
  113. package/build/rn/icons/Collaboration.js +25 -0
  114. package/build/rn/icons/Collaboration.native.js +25 -0
  115. package/build/rn/icons/Compass.js +25 -0
  116. package/build/rn/icons/Compass.native.js +25 -0
  117. package/build/rn/icons/ComputerNetwork.js +25 -0
  118. package/build/rn/icons/ComputerNetwork.native.js +25 -0
  119. package/build/rn/icons/Contract.js +25 -0
  120. package/build/rn/icons/Contract.native.js +25 -0
  121. package/build/rn/icons/CreditCard.js +25 -0
  122. package/build/rn/icons/CreditCard.native.js +25 -0
  123. package/build/rn/icons/Cronometer.js +25 -0
  124. package/build/rn/icons/Cronometer.native.js +25 -0
  125. package/build/rn/icons/DataLimit.js +25 -0
  126. package/build/rn/icons/DataLimit.native.js +25 -0
  127. package/build/rn/icons/Deals.js +25 -0
  128. package/build/rn/icons/Deals.native.js +25 -0
  129. package/build/rn/icons/Delivery.js +25 -0
  130. package/build/rn/icons/Delivery.native.js +25 -0
  131. package/build/rn/icons/Devices.js +25 -0
  132. package/build/rn/icons/Devices.native.js +25 -0
  133. package/build/rn/icons/Diagram.js +25 -0
  134. package/build/rn/icons/Diagram.native.js +25 -0
  135. package/build/rn/icons/Diamond.js +25 -0
  136. package/build/rn/icons/Diamond.native.js +25 -0
  137. package/build/rn/icons/Direction.js +25 -0
  138. package/build/rn/icons/Direction.native.js +25 -0
  139. package/build/rn/icons/Document.js +25 -0
  140. package/build/rn/icons/Document.native.js +25 -0
  141. package/build/rn/icons/Donate.js +25 -0
  142. package/build/rn/icons/Donate.native.js +25 -0
  143. package/build/rn/icons/Download.js +25 -0
  144. package/build/rn/icons/Download.native.js +25 -0
  145. package/build/rn/icons/Email.js +25 -0
  146. package/build/rn/icons/Email.native.js +25 -0
  147. package/build/rn/icons/FavouriteNetwork.js +25 -0
  148. package/build/rn/icons/FavouriteNetwork.native.js +25 -0
  149. package/build/rn/icons/Files.js +25 -0
  150. package/build/rn/icons/Files.native.js +25 -0
  151. package/build/rn/icons/Fingerprint.js +25 -0
  152. package/build/rn/icons/Fingerprint.native.js +25 -0
  153. package/build/rn/icons/Firewall.js +25 -0
  154. package/build/rn/icons/Firewall.native.js +25 -0
  155. package/build/rn/icons/Flag.js +25 -0
  156. package/build/rn/icons/Flag.native.js +25 -0
  157. package/build/rn/icons/FullscreenExpand.js +25 -0
  158. package/build/rn/icons/FullscreenExpand.native.js +25 -0
  159. package/build/rn/icons/FullscreenMinimize.js +25 -0
  160. package/build/rn/icons/FullscreenMinimize.native.js +25 -0
  161. package/build/rn/icons/Gift.js +25 -0
  162. package/build/rn/icons/Gift.native.js +25 -0
  163. package/build/rn/icons/Globe1.js +25 -0
  164. package/build/rn/icons/Globe1.native.js +25 -0
  165. package/build/rn/icons/Globe2.js +25 -0
  166. package/build/rn/icons/Globe2.native.js +25 -0
  167. package/build/rn/icons/HeadBoth.js +25 -0
  168. package/build/rn/icons/HeadBoth.native.js +25 -0
  169. package/build/rn/icons/HeadFemale.js +25 -0
  170. package/build/rn/icons/HeadFemale.native.js +25 -0
  171. package/build/rn/icons/HeadMale.js +25 -0
  172. package/build/rn/icons/HeadMale.native.js +25 -0
  173. package/build/rn/icons/Headset.js +25 -0
  174. package/build/rn/icons/Headset.native.js +25 -0
  175. package/build/rn/icons/Heart.js +25 -0
  176. package/build/rn/icons/Heart.native.js +25 -0
  177. package/build/rn/icons/Heartbeat.js +25 -0
  178. package/build/rn/icons/Heartbeat.native.js +25 -0
  179. package/build/rn/icons/Home.js +25 -0
  180. package/build/rn/icons/Home.native.js +25 -0
  181. package/build/rn/icons/HomeSecurity.js +25 -0
  182. package/build/rn/icons/HomeSecurity.native.js +25 -0
  183. package/build/rn/icons/IDTag.js +25 -0
  184. package/build/rn/icons/IDTag.native.js +25 -0
  185. package/build/rn/icons/Infinite.js +25 -0
  186. package/build/rn/icons/Infinite.native.js +25 -0
  187. package/build/rn/icons/Information.js +25 -0
  188. package/build/rn/icons/Information.native.js +25 -0
  189. package/build/rn/icons/Internet.js +25 -0
  190. package/build/rn/icons/Internet.native.js +25 -0
  191. package/build/rn/icons/Invisible.js +25 -0
  192. package/build/rn/icons/Invisible.native.js +25 -0
  193. package/build/rn/icons/Key.js +25 -0
  194. package/build/rn/icons/Key.native.js +25 -0
  195. package/build/rn/icons/Laptop.js +25 -0
  196. package/build/rn/icons/Laptop.native.js +25 -0
  197. package/build/rn/icons/Layers.js +25 -0
  198. package/build/rn/icons/Layers.native.js +25 -0
  199. package/build/rn/icons/Lifesaver.js +25 -0
  200. package/build/rn/icons/Lifesaver.native.js +25 -0
  201. package/build/rn/icons/Lightbulb.js +25 -0
  202. package/build/rn/icons/Lightbulb.native.js +25 -0
  203. package/build/rn/icons/LocationAdd.js +25 -0
  204. package/build/rn/icons/LocationAdd.native.js +25 -0
  205. package/build/rn/icons/LocationAdd0.js +25 -0
  206. package/build/rn/icons/LocationAdd0.native.js +25 -0
  207. package/build/rn/icons/LocationHome.js +25 -0
  208. package/build/rn/icons/LocationHome.native.js +25 -0
  209. package/build/rn/icons/LocationIneligible.js +25 -0
  210. package/build/rn/icons/LocationIneligible.native.js +25 -0
  211. package/build/rn/icons/LocationMap.js +25 -0
  212. package/build/rn/icons/LocationMap.native.js +25 -0
  213. package/build/rn/icons/LocationRegular.js +25 -0
  214. package/build/rn/icons/LocationRegular.native.js +25 -0
  215. package/build/rn/icons/LocationRemove.js +25 -0
  216. package/build/rn/icons/LocationRemove.native.js +25 -0
  217. package/build/rn/icons/LocationSuccess.js +25 -0
  218. package/build/rn/icons/LocationSuccess.native.js +25 -0
  219. package/build/rn/icons/LocationVerified.js +25 -0
  220. package/build/rn/icons/LocationVerified.native.js +25 -0
  221. package/build/rn/icons/LockClosed.js +25 -0
  222. package/build/rn/icons/LockClosed.native.js +25 -0
  223. package/build/rn/icons/LockOpened.js +25 -0
  224. package/build/rn/icons/LockOpened.native.js +25 -0
  225. package/build/rn/icons/LoginForm.js +25 -0
  226. package/build/rn/icons/LoginForm.native.js +25 -0
  227. package/build/rn/icons/Map.js +25 -0
  228. package/build/rn/icons/Map.native.js +25 -0
  229. package/build/rn/icons/Medical.js +25 -0
  230. package/build/rn/icons/Medical.native.js +25 -0
  231. package/build/rn/icons/Messaging.js +25 -0
  232. package/build/rn/icons/Messaging.native.js +25 -0
  233. package/build/rn/icons/Mobility.js +25 -0
  234. package/build/rn/icons/Mobility.native.js +25 -0
  235. package/build/rn/icons/Movie.js +25 -0
  236. package/build/rn/icons/Movie.native.js +25 -0
  237. package/build/rn/icons/Music.js +25 -0
  238. package/build/rn/icons/Music.native.js +25 -0
  239. package/build/rn/icons/Muted.js +25 -0
  240. package/build/rn/icons/Muted.native.js +25 -0
  241. package/build/rn/icons/Networking.js +25 -0
  242. package/build/rn/icons/Networking.native.js +25 -0
  243. package/build/rn/icons/News.js +25 -0
  244. package/build/rn/icons/News.native.js +25 -0
  245. package/build/rn/icons/NextGenFirewall.js +25 -0
  246. package/build/rn/icons/NextGenFirewall.native.js +25 -0
  247. package/build/rn/icons/NoContract.js +25 -0
  248. package/build/rn/icons/NoContract.native.js +25 -0
  249. package/build/rn/icons/NotificationError.js +25 -0
  250. package/build/rn/icons/NotificationError.native.js +25 -0
  251. package/build/rn/icons/NotificationSuccess.js +25 -0
  252. package/build/rn/icons/NotificationSuccess.native.js +25 -0
  253. package/build/rn/icons/NotificationWarning.js +25 -0
  254. package/build/rn/icons/NotificationWarning.native.js +25 -0
  255. package/build/rn/icons/Office.js +25 -0
  256. package/build/rn/icons/Office.native.js +25 -0
  257. package/build/rn/icons/Offices.js +25 -0
  258. package/build/rn/icons/Offices.native.js +25 -0
  259. package/build/rn/icons/OnDemand.js +25 -0
  260. package/build/rn/icons/OnDemand.native.js +25 -0
  261. package/build/rn/icons/OnTheGo.js +25 -0
  262. package/build/rn/icons/OnTheGo.native.js +25 -0
  263. package/build/rn/icons/Passport.js +25 -0
  264. package/build/rn/icons/Passport.native.js +25 -0
  265. package/build/rn/icons/Pause.js +25 -0
  266. package/build/rn/icons/Pause.native.js +25 -0
  267. package/build/rn/icons/Phone.js +25 -0
  268. package/build/rn/icons/Phone.native.js +25 -0
  269. package/build/rn/icons/PhoneBusiness.js +25 -0
  270. package/build/rn/icons/PhoneBusiness.native.js +25 -0
  271. package/build/rn/icons/PhoneHome.js +25 -0
  272. package/build/rn/icons/PhoneHome.native.js +25 -0
  273. package/build/rn/icons/PhoneReception.js +25 -0
  274. package/build/rn/icons/PhoneReception.native.js +25 -0
  275. package/build/rn/icons/Photo.js +25 -0
  276. package/build/rn/icons/Photo.native.js +25 -0
  277. package/build/rn/icons/Photos.js +25 -0
  278. package/build/rn/icons/Photos.native.js +25 -0
  279. package/build/rn/icons/PiggyBank.js +25 -0
  280. package/build/rn/icons/PiggyBank.native.js +25 -0
  281. package/build/rn/icons/PikTV.js +25 -0
  282. package/build/rn/icons/PikTV.native.js +25 -0
  283. package/build/rn/icons/Play.js +25 -0
  284. package/build/rn/icons/Play.native.js +25 -0
  285. package/build/rn/icons/PlaySolid.js +27 -0
  286. package/build/rn/icons/PlaySolid.native.js +27 -0
  287. package/build/rn/icons/Preference.js +25 -0
  288. package/build/rn/icons/Preference.native.js +25 -0
  289. package/build/rn/icons/PrivateCloud.js +25 -0
  290. package/build/rn/icons/PrivateCloud.native.js +25 -0
  291. package/build/rn/icons/Question.js +27 -0
  292. package/build/rn/icons/Question.native.js +27 -0
  293. package/build/rn/icons/QuoteLeft.js +28 -0
  294. package/build/rn/icons/QuoteLeft.native.js +28 -0
  295. package/build/rn/icons/Radar.js +25 -0
  296. package/build/rn/icons/Radar.native.js +25 -0
  297. package/build/rn/icons/Receipt.js +25 -0
  298. package/build/rn/icons/Receipt.native.js +25 -0
  299. package/build/rn/icons/Record.js +25 -0
  300. package/build/rn/icons/Record.native.js +25 -0
  301. package/build/rn/icons/Refresh.js +25 -0
  302. package/build/rn/icons/Refresh.native.js +25 -0
  303. package/build/rn/icons/RemoteControl.js +25 -0
  304. package/build/rn/icons/RemoteControl.native.js +25 -0
  305. package/build/rn/icons/Replay.js +25 -0
  306. package/build/rn/icons/Replay.native.js +25 -0
  307. package/build/rn/icons/Router.js +25 -0
  308. package/build/rn/icons/Router.native.js +25 -0
  309. package/build/rn/icons/SearchBold.js +27 -0
  310. package/build/rn/icons/SearchBold.native.js +27 -0
  311. package/build/rn/icons/SecurityCamera.js +25 -0
  312. package/build/rn/icons/SecurityCamera.native.js +25 -0
  313. package/build/rn/icons/SecurityHouse.js +25 -0
  314. package/build/rn/icons/SecurityHouse.native.js +25 -0
  315. package/build/rn/icons/SecurityMobile.js +25 -0
  316. package/build/rn/icons/SecurityMobile.native.js +25 -0
  317. package/build/rn/icons/SecuritySettings.js +25 -0
  318. package/build/rn/icons/SecuritySettings.native.js +25 -0
  319. package/build/rn/icons/Server.js +25 -0
  320. package/build/rn/icons/Server.native.js +25 -0
  321. package/build/rn/icons/ServiceTruck.js +25 -0
  322. package/build/rn/icons/ServiceTruck.native.js +25 -0
  323. package/build/rn/icons/Settings.js +25 -0
  324. package/build/rn/icons/Settings.native.js +25 -0
  325. package/build/rn/icons/SettingsSolid.js +25 -0
  326. package/build/rn/icons/SettingsSolid.native.js +25 -0
  327. package/build/rn/icons/SharedAccount.js +25 -0
  328. package/build/rn/icons/SharedAccount.native.js +25 -0
  329. package/build/rn/icons/Shop.js +25 -0
  330. package/build/rn/icons/Shop.native.js +25 -0
  331. package/build/rn/icons/SignPost.js +25 -0
  332. package/build/rn/icons/SignPost.native.js +25 -0
  333. package/build/rn/icons/Signal.js +25 -0
  334. package/build/rn/icons/Signal.native.js +25 -0
  335. package/build/rn/icons/SimCard.js +25 -0
  336. package/build/rn/icons/SimCard.native.js +25 -0
  337. package/build/rn/icons/Soccer.js +25 -0
  338. package/build/rn/icons/Soccer.native.js +25 -0
  339. package/build/rn/icons/Speaker.js +25 -0
  340. package/build/rn/icons/Speaker.native.js +25 -0
  341. package/build/rn/icons/SpeakerPhone.js +25 -0
  342. package/build/rn/icons/SpeakerPhone.native.js +25 -0
  343. package/build/rn/icons/Speed.js +25 -0
  344. package/build/rn/icons/Speed.native.js +25 -0
  345. package/build/rn/icons/SpeedReduced.js +25 -0
  346. package/build/rn/icons/SpeedReduced.native.js +25 -0
  347. package/build/rn/icons/Success.js +25 -0
  348. package/build/rn/icons/Success.native.js +25 -0
  349. package/build/rn/icons/Suitcase.js +25 -0
  350. package/build/rn/icons/Suitcase.native.js +25 -0
  351. package/build/rn/icons/Support.js +25 -0
  352. package/build/rn/icons/Support.native.js +25 -0
  353. package/build/rn/icons/TV.js +25 -0
  354. package/build/rn/icons/TV.native.js +25 -0
  355. package/build/rn/icons/TVChoiceAndFlexibility.js +25 -0
  356. package/build/rn/icons/TVChoiceAndFlexibility.native.js +25 -0
  357. package/build/rn/icons/Tablet.js +25 -0
  358. package/build/rn/icons/Tablet.native.js +25 -0
  359. package/build/rn/icons/Target.js +25 -0
  360. package/build/rn/icons/Target.native.js +25 -0
  361. package/build/rn/icons/Tasks.js +25 -0
  362. package/build/rn/icons/Tasks.native.js +25 -0
  363. package/build/rn/icons/ThumbsUp.js +25 -0
  364. package/build/rn/icons/ThumbsUp.native.js +25 -0
  365. package/build/rn/icons/Time.js +25 -0
  366. package/build/rn/icons/Time.native.js +25 -0
  367. package/build/rn/icons/Times.js +25 -0
  368. package/build/rn/icons/Times.native.js +25 -0
  369. package/build/rn/icons/TowTruck.js +25 -0
  370. package/build/rn/icons/TowTruck.native.js +25 -0
  371. package/build/rn/icons/Transmitter.js +25 -0
  372. package/build/rn/icons/Transmitter.native.js +25 -0
  373. package/build/rn/icons/Unmuted.js +27 -0
  374. package/build/rn/icons/Unmuted.native.js +27 -0
  375. package/build/rn/icons/Upload.js +25 -0
  376. package/build/rn/icons/Upload.native.js +25 -0
  377. package/build/rn/icons/UploadToCloud.js +25 -0
  378. package/build/rn/icons/UploadToCloud.native.js +25 -0
  379. package/build/rn/icons/UsbCable.js +25 -0
  380. package/build/rn/icons/UsbCable.native.js +25 -0
  381. package/build/rn/icons/User.js +25 -0
  382. package/build/rn/icons/User.native.js +25 -0
  383. package/build/rn/icons/Users.js +25 -0
  384. package/build/rn/icons/Users.native.js +25 -0
  385. package/build/rn/icons/VideoChat.js +25 -0
  386. package/build/rn/icons/VideoChat.native.js +25 -0
  387. package/build/rn/icons/VideoGames.js +25 -0
  388. package/build/rn/icons/VideoGames.native.js +25 -0
  389. package/build/rn/icons/Visible.js +25 -0
  390. package/build/rn/icons/Visible.native.js +25 -0
  391. package/build/rn/icons/Warranty.js +25 -0
  392. package/build/rn/icons/Warranty.native.js +25 -0
  393. package/build/rn/icons/Watch.js +25 -0
  394. package/build/rn/icons/Watch.native.js +25 -0
  395. package/build/rn/icons/WifiBoost.js +25 -0
  396. package/build/rn/icons/WifiBoost.native.js +25 -0
  397. package/build/rn/icons/WifiCloud.js +25 -0
  398. package/build/rn/icons/WifiCloud.native.js +25 -0
  399. package/build/rn/icons/add.icon.svg +3 -0
  400. package/build/rn/icons/close.icon.svg +3 -0
  401. package/build/rn/icons/index.js +581 -189
  402. package/build/rn/icons/question.icon.svg +3 -0
  403. package/build/rn/icons/search-bold.icon.svg +3 -0
  404. package/build/rn/palette.js +21 -3
  405. package/build/web/fonts/fonts-cdn-family.css +4 -4
  406. package/build/web/fonts/fonts-cdn.css +4 -4
  407. package/build/web/fonts/fonts-local-family.css +4 -4
  408. package/build/web/fonts/fonts-local.css +4 -4
  409. package/build/web/fonts/{v0_1_0-prerelease_3-HelveticaNow-300.otf → v0_1_0-prerelease_6-HelveticaNow-300-D6piIJSkLmSzTrsxw3yBC.otf} +0 -0
  410. package/build/web/fonts/{v0_1_0-prerelease_3-HelveticaNow-400.otf → v0_1_0-prerelease_6-HelveticaNow-400-I3zSVvl_CK2UrlquL0eCc.otf} +0 -0
  411. package/build/web/fonts/{v0_1_0-prerelease_3-HelveticaNow-500.otf → v0_1_0-prerelease_6-HelveticaNow-500-rxBPYw7V-_Ocsdlmfom5S.otf} +0 -0
  412. package/build/web/fonts/{v0_1_0-prerelease_3-HelveticaNow-700.otf → v0_1_0-prerelease_6-HelveticaNow-700-SU05m9mZK384yayYDId-P.otf} +0 -0
  413. package/build/web/icons/Accessible.js +25 -0
  414. package/build/web/icons/Add.js +25 -0
  415. package/build/web/icons/AddUser.js +25 -0
  416. package/build/web/icons/AlarmClock.js +25 -0
  417. package/build/web/icons/Ambulance.js +33 -0
  418. package/build/web/icons/ArrowDown.js +25 -0
  419. package/build/web/icons/ArrowLeft.js +25 -0
  420. package/build/web/icons/ArrowRight.js +25 -0
  421. package/build/web/icons/ArrowUp.js +25 -0
  422. package/build/web/icons/ArtificialIntelligence.js +25 -0
  423. package/build/web/icons/Attention.js +25 -0
  424. package/build/web/icons/Award.js +25 -0
  425. package/build/web/icons/Baby.js +25 -0
  426. package/build/web/icons/BabyBoy.js +25 -0
  427. package/build/web/icons/BabyGirl.js +25 -0
  428. package/build/web/icons/BackToSchool.js +25 -0
  429. package/build/web/icons/Bank.js +25 -0
  430. package/build/web/icons/BatteryCar.js +25 -0
  431. package/build/web/icons/BatteryCharging.js +25 -0
  432. package/build/web/icons/Bell.js +25 -0
  433. package/build/web/icons/Bill.js +25 -0
  434. package/build/web/icons/Bookmark.js +25 -0
  435. package/build/web/icons/Briefcase.js +25 -0
  436. package/build/web/icons/Calendar.js +25 -0
  437. package/build/web/icons/Call.js +25 -0
  438. package/build/web/icons/CallForward.js +25 -0
  439. package/build/web/icons/CallOut.js +25 -0
  440. package/build/web/icons/CallReceive.js +25 -0
  441. package/build/web/icons/CallTalking.js +25 -0
  442. package/build/web/icons/Camera.js +25 -0
  443. package/build/web/icons/Car.js +25 -0
  444. package/build/web/icons/CaretDown.js +26 -0
  445. package/build/web/icons/CaretUp.js +26 -0
  446. package/build/web/icons/Channels.js +25 -0
  447. package/build/web/icons/ChartsBar1.js +25 -0
  448. package/build/web/icons/ChartsBar2.js +25 -0
  449. package/build/web/icons/ChartsLine.js +25 -0
  450. package/build/web/icons/Chat1.js +25 -0
  451. package/build/web/icons/Chat2.js +25 -0
  452. package/build/web/icons/ChatSupport.js +25 -0
  453. package/build/web/icons/Check.js +25 -0
  454. package/build/web/icons/Checkmark.js +25 -0
  455. package/build/web/icons/ChevronLeft.js +25 -0
  456. package/build/web/icons/ChevronRight.js +27 -0
  457. package/build/web/icons/Clipboard.js +25 -0
  458. package/build/web/icons/Close.js +25 -0
  459. package/build/web/icons/ClosedCaptions.js +25 -0
  460. package/build/web/icons/CloudDownload.js +25 -0
  461. package/build/web/icons/CloudSync.js +25 -0
  462. package/build/web/icons/CloudUpload.js +25 -0
  463. package/build/web/icons/Collaboration.js +25 -0
  464. package/build/web/icons/Compass.js +25 -0
  465. package/build/web/icons/ComputerNetwork.js +25 -0
  466. package/build/web/icons/Contract.js +25 -0
  467. package/build/web/icons/CreditCard.js +25 -0
  468. package/build/web/icons/Cronometer.js +25 -0
  469. package/build/web/icons/DataLimit.js +25 -0
  470. package/build/web/icons/Deals.js +25 -0
  471. package/build/web/icons/Delivery.js +25 -0
  472. package/build/web/icons/Devices.js +25 -0
  473. package/build/web/icons/Diagram.js +25 -0
  474. package/build/web/icons/Diamond.js +25 -0
  475. package/build/web/icons/Direction.js +25 -0
  476. package/build/web/icons/Document.js +25 -0
  477. package/build/web/icons/Donate.js +25 -0
  478. package/build/web/icons/Download.js +25 -0
  479. package/build/web/icons/Email.js +25 -0
  480. package/build/web/icons/FavouriteNetwork.js +25 -0
  481. package/build/web/icons/Files.js +25 -0
  482. package/build/web/icons/Fingerprint.js +25 -0
  483. package/build/web/icons/Firewall.js +25 -0
  484. package/build/web/icons/Flag.js +25 -0
  485. package/build/web/icons/FullscreenExpand.js +25 -0
  486. package/build/web/icons/FullscreenMinimize.js +25 -0
  487. package/build/web/icons/Gift.js +25 -0
  488. package/build/web/icons/Globe1.js +25 -0
  489. package/build/web/icons/Globe2.js +25 -0
  490. package/build/web/icons/HeadBoth.js +25 -0
  491. package/build/web/icons/HeadFemale.js +25 -0
  492. package/build/web/icons/HeadMale.js +25 -0
  493. package/build/web/icons/Headset.js +25 -0
  494. package/build/web/icons/Heart.js +25 -0
  495. package/build/web/icons/Heartbeat.js +25 -0
  496. package/build/web/icons/Home.js +25 -0
  497. package/build/web/icons/HomeSecurity.js +25 -0
  498. package/build/web/icons/IDTag.js +25 -0
  499. package/build/web/icons/Infinite.js +25 -0
  500. package/build/web/icons/Information.js +25 -0
  501. package/build/web/icons/Internet.js +25 -0
  502. package/build/web/icons/Invisible.js +25 -0
  503. package/build/web/icons/Key.js +25 -0
  504. package/build/web/icons/Laptop.js +25 -0
  505. package/build/web/icons/Layers.js +25 -0
  506. package/build/web/icons/Lifesaver.js +25 -0
  507. package/build/web/icons/Lightbulb.js +25 -0
  508. package/build/web/icons/LocationAdd.js +25 -0
  509. package/build/web/icons/LocationAdd0.js +25 -0
  510. package/build/web/icons/LocationHome.js +25 -0
  511. package/build/web/icons/LocationIneligible.js +25 -0
  512. package/build/web/icons/LocationMap.js +25 -0
  513. package/build/web/icons/LocationRegular.js +25 -0
  514. package/build/web/icons/LocationRemove.js +25 -0
  515. package/build/web/icons/LocationSuccess.js +25 -0
  516. package/build/web/icons/LocationVerified.js +25 -0
  517. package/build/web/icons/LockClosed.js +25 -0
  518. package/build/web/icons/LockOpened.js +25 -0
  519. package/build/web/icons/LoginForm.js +25 -0
  520. package/build/web/icons/Map.js +25 -0
  521. package/build/web/icons/Medical.js +25 -0
  522. package/build/web/icons/Messaging.js +25 -0
  523. package/build/web/icons/Mobility.js +25 -0
  524. package/build/web/icons/Movie.js +25 -0
  525. package/build/web/icons/Music.js +25 -0
  526. package/build/web/icons/Muted.js +25 -0
  527. package/build/web/icons/Networking.js +25 -0
  528. package/build/web/icons/News.js +25 -0
  529. package/build/web/icons/NextGenFirewall.js +25 -0
  530. package/build/web/icons/NoContract.js +25 -0
  531. package/build/web/icons/NotificationError.js +25 -0
  532. package/build/web/icons/NotificationSuccess.js +25 -0
  533. package/build/web/icons/NotificationWarning.js +25 -0
  534. package/build/web/icons/Office.js +25 -0
  535. package/build/web/icons/Offices.js +25 -0
  536. package/build/web/icons/OnDemand.js +25 -0
  537. package/build/web/icons/OnTheGo.js +25 -0
  538. package/build/web/icons/Passport.js +25 -0
  539. package/build/web/icons/Pause.js +25 -0
  540. package/build/web/icons/Phone.js +25 -0
  541. package/build/web/icons/PhoneBusiness.js +25 -0
  542. package/build/web/icons/PhoneHome.js +25 -0
  543. package/build/web/icons/PhoneReception.js +25 -0
  544. package/build/web/icons/Photo.js +25 -0
  545. package/build/web/icons/Photos.js +25 -0
  546. package/build/web/icons/PiggyBank.js +25 -0
  547. package/build/web/icons/PikTV.js +25 -0
  548. package/build/web/icons/Play.js +25 -0
  549. package/build/web/icons/PlaySolid.js +27 -0
  550. package/build/web/icons/Preference.js +25 -0
  551. package/build/web/icons/PrivateCloud.js +25 -0
  552. package/build/web/icons/Question.js +27 -0
  553. package/build/web/icons/QuoteLeft.js +28 -0
  554. package/build/web/icons/Radar.js +25 -0
  555. package/build/web/icons/Receipt.js +25 -0
  556. package/build/web/icons/Record.js +25 -0
  557. package/build/web/icons/Refresh.js +25 -0
  558. package/build/web/icons/RemoteControl.js +25 -0
  559. package/build/web/icons/Replay.js +25 -0
  560. package/build/web/icons/Router.js +25 -0
  561. package/build/web/icons/SearchBold.js +27 -0
  562. package/build/web/icons/SecurityCamera.js +25 -0
  563. package/build/web/icons/SecurityHouse.js +25 -0
  564. package/build/web/icons/SecurityMobile.js +25 -0
  565. package/build/web/icons/SecuritySettings.js +25 -0
  566. package/build/web/icons/Server.js +25 -0
  567. package/build/web/icons/ServiceTruck.js +25 -0
  568. package/build/web/icons/Settings.js +25 -0
  569. package/build/web/icons/SettingsSolid.js +25 -0
  570. package/build/web/icons/SharedAccount.js +25 -0
  571. package/build/web/icons/Shop.js +25 -0
  572. package/build/web/icons/SignPost.js +25 -0
  573. package/build/web/icons/Signal.js +25 -0
  574. package/build/web/icons/SimCard.js +25 -0
  575. package/build/web/icons/Soccer.js +25 -0
  576. package/build/web/icons/Speaker.js +25 -0
  577. package/build/web/icons/SpeakerPhone.js +25 -0
  578. package/build/web/icons/Speed.js +25 -0
  579. package/build/web/icons/SpeedReduced.js +25 -0
  580. package/build/web/icons/Success.js +25 -0
  581. package/build/web/icons/Suitcase.js +25 -0
  582. package/build/web/icons/Support.js +25 -0
  583. package/build/web/icons/TV.js +25 -0
  584. package/build/web/icons/TVChoiceAndFlexibility.js +25 -0
  585. package/build/web/icons/Tablet.js +25 -0
  586. package/build/web/icons/Target.js +25 -0
  587. package/build/web/icons/Tasks.js +25 -0
  588. package/build/web/icons/ThumbsUp.js +25 -0
  589. package/build/web/icons/Time.js +25 -0
  590. package/build/web/icons/Times.js +25 -0
  591. package/build/web/icons/TowTruck.js +25 -0
  592. package/build/web/icons/Transmitter.js +25 -0
  593. package/build/web/icons/Unmuted.js +27 -0
  594. package/build/web/icons/Upload.js +25 -0
  595. package/build/web/icons/UploadToCloud.js +25 -0
  596. package/build/web/icons/UsbCable.js +25 -0
  597. package/build/web/icons/User.js +25 -0
  598. package/build/web/icons/Users.js +25 -0
  599. package/build/web/icons/VideoChat.js +25 -0
  600. package/build/web/icons/VideoGames.js +25 -0
  601. package/build/web/icons/Visible.js +25 -0
  602. package/build/web/icons/Warranty.js +25 -0
  603. package/build/web/icons/Watch.js +25 -0
  604. package/build/web/icons/WifiBoost.js +25 -0
  605. package/build/web/icons/WifiCloud.js +25 -0
  606. package/build/web/icons/add.icon.svg +3 -0
  607. package/build/web/icons/close.icon.svg +3 -0
  608. package/build/web/icons/index.js +581 -189
  609. package/build/web/icons/question.icon.svg +3 -0
  610. package/build/web/icons/search-bold.icon.svg +3 -0
  611. package/build/web/palette.js +25 -7
  612. package/package.json +1 -1
  613. package/build/rn/palette.mjs +0 -379
  614. package/build/web/palette.mjs +0 -318
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm1 17h-2v-2h2v2Zm1.17-6.83C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25l-.9.92Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="m10.022 1 .253.003c4.994.13 8.935 4.278 8.806 9.267a8.985 8.985 0 0 1-1.728 5.087l-.189.249 5.604 5.897c.3.317.306.802.034 1.133l-.074.08-.03.028a.945.945 0 0 1-1.173.098l-.092-.072-6.081-5.418a9.01 9.01 0 0 1-5.543 1.719c-4.993-.13-8.935-4.278-8.806-9.267C1.13 4.898 5.144 1.008 10.023 1Zm.02 1.81a7.214 7.214 0 1 0 0 14.43 7.214 7.214 0 0 0 0-14.43Z" />
3
+ </svg>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Oct 2021 16:55:11 GMT
3
+ * Generated on Wed, 15 Dec 2021 15:29:50 GMT
4
4
  */
5
5
  module.exports = {
6
6
  color: {
@@ -42,7 +42,7 @@ module.exports = {
42
42
  dark20: 'rgba(0, 0, 0, 0.2)',
43
43
  dark10: 'rgba(0, 0, 0, 0.1)',
44
44
  transparent: 'rgba(0, 0, 0, 0)',
45
- bgModal: '#b2b9bf'
45
+ bgModal: 'rgba(244, 244, 247, 0.97)'
46
46
  },
47
47
  font: {
48
48
  HelveticaNow: {
@@ -66,8 +66,10 @@ module.exports = {
66
66
  },
67
67
  size: {
68
68
  size0: 0,
69
+ size2: 2,
69
70
  size4: 4,
70
71
  size8: 8,
72
+ size10: 10,
71
73
  size12: 12,
72
74
  size16: 16,
73
75
  size20: 20,
@@ -80,12 +82,18 @@ module.exports = {
80
82
  size72: 72,
81
83
  size80: 80,
82
84
  size96: 96,
83
- size120: 120
85
+ size120: 120,
86
+ size144: 144,
87
+ size192: 192,
88
+ size288: 288
84
89
  },
85
90
  radius: {
86
91
  none: 0,
92
+ radius1: 1,
87
93
  radius4: 4,
88
94
  radius6: 6,
95
+ radius8: 8,
96
+ radius12: 12,
89
97
  pill32: 32
90
98
  },
91
99
  border: {
@@ -96,6 +104,7 @@ module.exports = {
96
104
  border4: 4
97
105
  },
98
106
  lineHeight: {
107
+ ratio1to1: 1,
99
108
  ratio3to2: 1.5,
100
109
  ratio4to3: 1.33333333333,
101
110
  ratio5to4: 1.25,
@@ -185,8 +194,14 @@ module.exports = {
185
194
  color: 'rgba(0, 0, 0, 0.1)'
186
195
  }
187
196
  },
197
+ opacity: {},
198
+ duration: {
199
+ duration300: 300,
200
+ duration250: 250
201
+ },
188
202
  icon: {
189
203
  Accessible: '@telus-uds/palette-allium/build/rn/icons/accessible.icon.svg',
204
+ Add: '@telus-uds/palette-allium/build/rn/icons/add.icon.svg',
190
205
  AddUser: '@telus-uds/palette-allium/build/rn/icons/add-user.icon.svg',
191
206
  AlarmClock: '@telus-uds/palette-allium/build/rn/icons/alarm-clock.icon.svg',
192
207
  Ambulance: '@telus-uds/palette-allium/build/rn/icons/ambulance.icon.svg',
@@ -230,6 +245,7 @@ module.exports = {
230
245
  ChevronLeft: '@telus-uds/palette-allium/build/rn/icons/chevron-left.icon.svg',
231
246
  ChevronRight: '@telus-uds/palette-allium/build/rn/icons/chevron-right.icon.svg',
232
247
  Clipboard: '@telus-uds/palette-allium/build/rn/icons/clipboard.icon.svg',
248
+ Close: '@telus-uds/palette-allium/build/rn/icons/close.icon.svg',
233
249
  ClosedCaptions: '@telus-uds/palette-allium/build/rn/icons/closed-captions.icon.svg',
234
250
  CloudDownload: '@telus-uds/palette-allium/build/rn/icons/cloud-download.icon.svg',
235
251
  CloudSync: '@telus-uds/palette-allium/build/rn/icons/cloud-sync.icon.svg',
@@ -330,6 +346,7 @@ module.exports = {
330
346
  RemoteControl: '@telus-uds/palette-allium/build/rn/icons/remote-control.icon.svg',
331
347
  Replay: '@telus-uds/palette-allium/build/rn/icons/replay.icon.svg',
332
348
  Router: '@telus-uds/palette-allium/build/rn/icons/router.icon.svg',
349
+ SearchBold: '@telus-uds/palette-allium/build/rn/icons/search-bold.icon.svg',
333
350
  SecurityCamera: '@telus-uds/palette-allium/build/rn/icons/security-camera.icon.svg',
334
351
  SecurityHouse: '@telus-uds/palette-allium/build/rn/icons/security-house.icon.svg',
335
352
  SecurityMobile: '@telus-uds/palette-allium/build/rn/icons/security-mobile.icon.svg',
@@ -374,6 +391,7 @@ module.exports = {
374
391
  Watch: '@telus-uds/palette-allium/build/rn/icons/watch.icon.svg',
375
392
  WifiBoost: '@telus-uds/palette-allium/build/rn/icons/wifi-boost.icon.svg',
376
393
  WifiCloud: '@telus-uds/palette-allium/build/rn/icons/wifi-cloud.icon.svg',
394
+ Question: '@telus-uds/palette-allium/build/rn/icons/question.icon.svg',
377
395
  QuoteLeft: '@telus-uds/palette-allium/build/rn/icons/quote-left.icon.svg'
378
396
  }
379
397
  }
@@ -1,27 +1,27 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('v0_1_0-prerelease_3-HelveticaNow-300.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_6-HelveticaNow-300-D6piIJSkLmSzTrsxw3yBC.otf');
4
4
  font-weight: 300;
5
5
  font-style: normal;
6
6
  font-display: block;
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'HelveticaNow';
10
- src: url('v0_1_0-prerelease_3-HelveticaNow-400.otf');
10
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_6-HelveticaNow-400-I3zSVvl_CK2UrlquL0eCc.otf');
11
11
  font-weight: 400;
12
12
  font-style: normal;
13
13
  font-display: block;
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'HelveticaNow';
17
- src: url('v0_1_0-prerelease_3-HelveticaNow-500.otf');
17
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_6-HelveticaNow-500-rxBPYw7V-_Ocsdlmfom5S.otf');
18
18
  font-weight: 500;
19
19
  font-style: normal;
20
20
  font-display: block;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'HelveticaNow';
24
- src: url('v0_1_0-prerelease_3-HelveticaNow-700.otf');
24
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_6-HelveticaNow-700-SU05m9mZK384yayYDId-P.otf');
25
25
  font-weight: 700;
26
26
  font-style: normal;
27
27
  font-display: block;
@@ -1,20 +1,20 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow300normal';
3
- src: url('v0_1_0-prerelease_3-HelveticaNow-300.otf');
3
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_6-HelveticaNow-300-D6piIJSkLmSzTrsxw3yBC.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('v0_1_0-prerelease_3-HelveticaNow-400.otf');
8
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_6-HelveticaNow-400-I3zSVvl_CK2UrlquL0eCc.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('v0_1_0-prerelease_3-HelveticaNow-500.otf');
13
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_6-HelveticaNow-500-rxBPYw7V-_Ocsdlmfom5S.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('v0_1_0-prerelease_3-HelveticaNow-700.otf');
18
+ src: url('https://cdn.telus.digital/uds/v0_1_0-prerelease_6-HelveticaNow-700-SU05m9mZK384yayYDId-P.otf');
19
19
  font-display: block;
20
20
  }
@@ -1,27 +1,27 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow';
3
- src: url('./v0_1_0-prerelease_3-HelveticaNow-300.otf');
3
+ src: url('./v0_1_0-prerelease_6-HelveticaNow-300-D6piIJSkLmSzTrsxw3yBC.otf');
4
4
  font-weight: 300;
5
5
  font-style: normal;
6
6
  font-display: block;
7
7
  }
8
8
  @font-face {
9
9
  font-family: 'HelveticaNow';
10
- src: url('./v0_1_0-prerelease_3-HelveticaNow-400.otf');
10
+ src: url('./v0_1_0-prerelease_6-HelveticaNow-400-I3zSVvl_CK2UrlquL0eCc.otf');
11
11
  font-weight: 400;
12
12
  font-style: normal;
13
13
  font-display: block;
14
14
  }
15
15
  @font-face {
16
16
  font-family: 'HelveticaNow';
17
- src: url('./v0_1_0-prerelease_3-HelveticaNow-500.otf');
17
+ src: url('./v0_1_0-prerelease_6-HelveticaNow-500-rxBPYw7V-_Ocsdlmfom5S.otf');
18
18
  font-weight: 500;
19
19
  font-style: normal;
20
20
  font-display: block;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'HelveticaNow';
24
- src: url('./v0_1_0-prerelease_3-HelveticaNow-700.otf');
24
+ src: url('./v0_1_0-prerelease_6-HelveticaNow-700-SU05m9mZK384yayYDId-P.otf');
25
25
  font-weight: 700;
26
26
  font-style: normal;
27
27
  font-display: block;
@@ -1,20 +1,20 @@
1
1
  @font-face {
2
2
  font-family: 'HelveticaNow300normal';
3
- src: url('./v0_1_0-prerelease_3-HelveticaNow-300.otf');
3
+ src: url('./v0_1_0-prerelease_6-HelveticaNow-300-D6piIJSkLmSzTrsxw3yBC.otf');
4
4
  font-display: block;
5
5
  }
6
6
  @font-face {
7
7
  font-family: 'HelveticaNow400normal';
8
- src: url('./v0_1_0-prerelease_3-HelveticaNow-400.otf');
8
+ src: url('./v0_1_0-prerelease_6-HelveticaNow-400-I3zSVvl_CK2UrlquL0eCc.otf');
9
9
  font-display: block;
10
10
  }
11
11
  @font-face {
12
12
  font-family: 'HelveticaNow500normal';
13
- src: url('./v0_1_0-prerelease_3-HelveticaNow-500.otf');
13
+ src: url('./v0_1_0-prerelease_6-HelveticaNow-500-rxBPYw7V-_Ocsdlmfom5S.otf');
14
14
  font-display: block;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'HelveticaNow700normal';
18
- src: url('./v0_1_0-prerelease_3-HelveticaNow-700.otf');
18
+ src: url('./v0_1_0-prerelease_6-HelveticaNow-700-SU05m9mZK384yayYDId-P.otf');
19
19
  font-display: block;
20
20
  }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "m4.231 12.257.662.662a5.87 5.87 0 0 0-.982 3.235c0 1.585.618 3.078 1.74 4.2a5.903 5.903 0 0 0 4.2 1.739 5.839 5.839 0 0 0 2.991-.831l.242-.151.647.645c-1.167.81-2.517 1.244-3.88 1.244a6.83 6.83 0 0 1-4.845-2.003A6.805 6.805 0 0 1 3 16.154c0-1.315.378-2.568 1.067-3.65l.165-.247Zm5.81-9.99c.178 0 .358.037.527.112l.175.093c.575.334 5.897 3.426 5.907 3.433.307.192.507.492.579.822.124.433.054.913-.22 1.3l-.1.125-2.68 2.738c.106.088.21.178.313.273l.166.162.014.016 5.136-.603.07-.002a1.3 1.3 0 0 1 1.3 1.265l-.004.14-.39 6.71a1.46 1.46 0 0 1-1.455 1.369l-.094-.003a1.456 1.456 0 0 1-1.362-1.41l.003-.141.337-4.465a.09.09 0 0 0-.09-.103l-1.71.3a6.86 6.86 0 0 1-.809 5.367l-.165.254-.66-.66a5.882 5.882 0 0 0 .96-3.206 5.903 5.903 0 0 0-1.738-4.2 5.904 5.904 0 0 0-4.201-1.74c-1.06 0-2.073.291-2.966.813l-.24.148-.648-.648a6.827 6.827 0 0 1 2.94-1.156l.312-.035 2.507-2.778-1.5-.876L8.33 7.31a1.47 1.47 0 0 1-2.081.002c-.542-.542-.554-1.423-.078-2.008l.102-.112 2.902-2.596c.244-.217.552-.33.865-.33Zm10.24 10.386c.096-.848-.406-.964-.75-.955l-.061.003-3.975.467c.223.338.41.701.576 1.073l.12.28 1.75-.308.077-.022.156-.004c.288 0 .562.125.754.34.15.174.236.392.246.618l-.003.136-.337 4.454a.541.541 0 0 0 .136.389.536.536 0 0 0 .287.171l.086.013c.289 0 .509-.18.567-.422l.015-.093.357-6.14Zm-10.24-9.475a.387.387 0 0 0-.202.056l-.057.043L6.905 5.85c-.215.23-.222.607-.012.817a.558.558 0 0 0 .725.057l.068-.058.027-.027 2.444-2.07 3.024 1.766-2.663 2.952a6.958 6.958 0 0 1 2.683.85l.31.183 2.727-2.784a.602.602 0 0 0 .135-.46l-.02-.1-.013-.053a.385.385 0 0 0-.165-.241l-5.94-3.451a.38.38 0 0 0-.194-.053ZM17.743 1c1.16 0 2.106.945 2.106 2.106a2.11 2.11 0 0 1-2.106 2.107 2.11 2.11 0 0 1-2.106-2.107c0-1.161.945-2.106 2.106-2.106Zm0 .91a1.196 1.196 0 0 0 0 2.392 1.196 1.196 0 0 0 0-2.391Z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "m11.005 12.995-8.143-.25A.903.903 0 0 1 2 11.846v.3c0-.474.385-.865.86-.865h8.139v-.144l.254-8.271A.913.913 0 0 1 12.154 2h-.3a.86.86 0 0 1 .865.86v8.421h8.422a.86.86 0 0 1 .859.864v-.299c0 .474-.387.88-.866.9l-8.271.255h-.144v8.14c0 .474-.39.859-.864.859h.299a.903.903 0 0 1-.899-.862l-.25-8.143Z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M19 19v1.5a.5.5 0 0 1-1 0V19h-1.5a.5.5 0 0 1 0-1H18v-1.5a.5.5 0 0 1 1 0V18h1.5a.5.5 0 0 1 0 1H19Zm-5.395 5H.5a.5.5 0 0 1-.5-.5v-2.402a.49.49 0 0 1 .015-.121c.261-1.044.67-2.065 1.889-2.472l4.438-1.479c1.043-.436 1.531-2.162 1.636-2.817-.765-.703-1.478-1.76-1.478-2.709 0-.354-.105-.5-.161-.527-.156-.039-.244-.138-.304-.287C5.981 10.549 5.5 9.322 5.5 8.5a.49.49 0 0 1 .015-.121c.055-.22.208-.54.485-.728V5c0-2.088 1.902-5 5-5 3.06 0 3.892 1.569 3.99 2.345C15.508 2.729 16 3.389 16 5v2.651c.277.188.43.508.485.728a.49.49 0 0 1 .015.121c0 .822-.481 2.049-.536 2.186a.503.503 0 0 1-.343.3c-.016.014-.121.16-.121.514 0 .435-.148.912-.439 1.42a.501.501 0 0 1-.868-.498c.201-.35.307-.668.307-.922 0-.747.309-1.161.601-1.357.144-.392.373-1.104.397-1.567a.328.328 0 0 0-.057-.094C15.165 8.481 15 8.276 15 8V5c0-1.472-.473-1.771-.675-1.9-.121-.078-.325-.206-.355-.481a.519.519 0 0 1 .022-.195C13.921 2.027 13.321 1 11 1 8.558 1 7 3.369 7 5v3a.5.5 0 0 1-.5.5c.024 0 .015.034.002.072.023.466.253 1.179.397 1.57.292.196.601.611.601 1.358 0 .673.663 1.573 1.318 2.114A.5.5 0 0 1 9 14c0 .635-.577 3.24-2.308 3.962L2.22 19.454c-.708.236-.989.805-1.22 1.706V23h12.605a.5.5 0 0 1 0 1Zm4.895 0a5.506 5.506 0 0 1-5.5-5.5c0-3.032 2.467-5.5 5.5-5.5s5.5 2.468 5.5 5.5-2.467 5.5-5.5 5.5Zm0-10a4.505 4.505 0 0 0-4.5 4.5c0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5Z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 23",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "m12.514 13.393 4.521 3.742a.64.64 0 0 1 .209.438.4.4 0 0 1-.122.29c-.091.091-.278.192-.4.192-.087 0-.206 0-.32-.113l-4.715-3.928c-.089-.088-.2-.2-.2-.407v-5.51c0-.302.21-.513.513-.513.303 0 .514.21.514.513v5.296ZM6.484 3.211c.361-.36.348-.775.214-1.042-.172-.43-.479-.642-.916-.642-.304 0-.501.078-.702.279L1.774 5.112c-.202.202-.28.399-.28.703 0 .437.212.743.633.91.276.14.691.154 1.051-.208L6.484 3.21Zm.72.72L3.9 7.238a1.974 1.974 0 0 1-1.423.586c-.257 0-.507-.083-.747-.164C.936 7.308.467 6.62.467 5.815c0-.547.203-1.04.587-1.424L4.36 1.086A1.97 1.97 0 0 1 5.782.5c.804 0 1.492.468 1.842 1.252.334.753.173 1.588-.42 2.18ZM17.307 2.16c-.139.276-.152.69.209 1.051l3.306 3.306c.36.361.774.348 1.042.213.293-.146.642-.424.642-.915 0-.305-.079-.502-.28-.703l-3.305-3.306c-.2-.201-.398-.28-.704-.28-.436 0-.743.214-.91.634Zm5.64 2.232c.373.371.586.89.586 1.423 0 .804-.468 1.492-1.251 1.84-.251.085-.501.169-.757.169a1.976 1.976 0 0 1-1.424-.587l-3.306-3.306c-.592-.591-.752-1.427-.418-2.18C16.726.969 17.413.5 18.217.5c.55 0 1.04.203 1.425.586l3.305 3.306ZM12 21.752c4.492 0 8.145-3.654 8.145-8.145S16.492 5.462 12 5.462c-4.49 0-8.144 3.654-8.144 8.145 0 4.49 3.653 8.144 8.144 8.144Zm0-17.317c5.057 0 9.172 4.114 9.172 9.172 0 5.057-4.115 9.172-9.172 9.172s-9.172-4.115-9.172-9.172c0-5.058 4.115-9.172 9.172-9.172Z"
24
+ })]
25
+ });
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 23",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M22.5 15.5c-.3 0-.5-.2-.5-.5V8.2l-.7-.7H5.8L3 11.2V15c0 .3-.2.5-.5.5S2 15.3 2 15v-4c0-.1 0-.2.1-.3l3-4c.1-.1.2-.2.4-.2h16c.1 0 .3.1.4.1l1 1c0 .1.1.3.1.4v7c0 .3-.2.5-.5.5z"
24
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
25
+ d: "M7.5 12.5h-3c-.2 0-.4-.1-.4-.3-.1-.2-.1-.4 0-.5l2-3c.1-.1.2-.2.4-.2h1c.3 0 .5.2.5.5v3c0 .3-.2.5-.5.5zm-2.1-1H7v-2h-.2l-1.4 2zM22.5 17.5h-1c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h.5v-1H6.5c-.1 0-.2 0-.2-.1l-2-1c-.3-.1-.4-.4-.2-.6.1-.2.4-.3.7-.2l1.9.9h15.9c.3 0 .5.2.5.5v2c-.1.3-.3.5-.6.5zM2.5 17.5h-1c-.3 0-.5-.2-.5-.5v-2c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5s-.2.5-.5.5H2v1h.5c.3 0 .5.2.5.5s-.2.5-.5.5zM5 20.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0-3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
+ d: "M19 20.5c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0-3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1zM16.5 17.5h-9c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h9c.3 0 .5.2.5.5s-.2.5-.5.5zM18.5 13.5c-.3 0-.5-.2-.5-.5V9c0-.3.2-.5.5-.5s.5.2.5.5v4c0 .3-.2.5-.5.5z"
28
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
29
+ d: "M20.2 12.5c-.1 0-.2 0-.2-.1l-3.5-2c-.2-.1-.3-.4-.2-.7.1-.2.4-.3.7-.2l3.5 2c.2.1.3.4.2.7-.1.2-.3.3-.5.3z"
30
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
31
+ d: "M16.8 12.5c-.2 0-.3-.1-.4-.2-.1-.2-.1-.5.2-.7l3.5-2c.2-.1.5-.1.7.2.1.2.1.5-.2.7l-3.5 2h-.3zM14.5 12.5h-4c-.3 0-.5-.2-.5-.5V9c0-.3.2-.5.5-.5h4c.3 0 .5.2.5.5v3c0 .3-.2.5-.5.5zm-3.5-1h3v-2h-3v2zM11.5 7.5h-2c-.3 0-.5-.2-.5-.5V5c0-.8.7-1.5 1.5-1.5S12 4.2 12 5v2c0 .3-.2.5-.5.5zm-1.5-1h1V5c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.5z"
32
+ })]
33
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 20 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "m19.353 14.853-9 9a.499.499 0 0 1-.163.108c-.035.015-.07.016-.108.022-.028.005-.053.017-.083.017-.038 0-.07-.014-.107-.022-.027-.006-.055-.005-.08-.016a.514.514 0 0 1-.168-.111L.646 14.853a.5.5 0 0 1 .707-.707L9.5 22.293V.5a.5.5 0 0 1 1 0v21.793l8.147-8.147a.502.502 0 0 1 .707 0 .5.5 0 0 1 0 .707Z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M13.629 16.072c.167.17.302.463.052.756-.251.293-.627.155-.748 0l-4.83-4.59a.408.408 0 0 1 0-.542l4.83-4.493c.137-.149.445-.336.748-.065.302.27.084.644-.052.793l-3.173 3.444h7.919a.625.625 0 1 1 0 1.25H10.46l3.169 3.447Z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M10.371 16.072c-.167.17-.302.463-.052.756.251.293.627.155.748 0l4.83-4.59a.408.408 0 0 0 0-.542l-4.83-4.493c-.137-.149-.445-.336-.748-.065-.302.27-.084.644.052.793l3.173 3.444H5.625a.625.625 0 1 0 0 1.25h7.915l-3.169 3.447Z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 20 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "m19.353 9.147-9-9a.499.499 0 0 0-.163-.108c-.035-.015-.07-.016-.108-.022C10.054.012 10.03 0 10 0c-.038 0-.07.014-.107.022-.027.006-.055.005-.08.016a.514.514 0 0 0-.168.111L.646 9.147a.5.5 0 0 0 .707.707L9.5 1.707V23.5a.5.5 0 0 0 1 0V1.707l8.147 8.147a.502.502 0 0 0 .707 0 .5.5 0 0 0 0-.707"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 21 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M6.5 7.488a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm0-1 .5.001h-.5Zm7 6.49h-2a.504.504 0 0 1-.354-.145l-1-.998a.499.499 0 1 1 .707-.706l.854.852h1.586l.854-.853a.499.499 0 1 1 .707.706l-1 .998a.5.5 0 0 1-.354.147Zm-2 7.988a.503.503 0 0 1-.354-.146l-1-.998a.502.502 0 0 1-.146-.354v-3.993c0-.133.053-.26.146-.354l1-.998a.499.499 0 1 1 .707.706l-.853.853v3.58l.854.852a.499.499 0 0 1-.354.852Zm1-1.997a.5.5 0 0 1-.5-.499v-1.997c0-.133.053-.26.146-.353l4-3.994a.499.499 0 1 1 .707.706L13 16.68v1.79a.5.5 0 0 1-.5.5Zm-1 2.496a1 1 0 1 1 0-1.999 1 1 0 0 1 0 2Zm0-1 .5.002-.5-.001Zm3-.497a.5.5 0 0 1-.5-.5v-1.996c0-.133.053-.26.146-.354l1-.998a.499.499 0 1 1 .707.706l-.853.852v1.79a.5.5 0 0 1-.5.5Zm-1-14.477a1 1 0 1 1 0-1.999 1 1 0 0 1 0 2Zm5.01 12.079a.498.498 0 0 1 .137-.45l.281-.281-.402-1.205a.5.5 0 0 1 .372-.646c.54-.114 1.058-.38 1.104-.519-.037-.392-1.146-2.507-2.152-4.233a.507.507 0 0 1-.053-.371c.001-.01.203-.85.203-2.377 0-1.374-2.126-6.49-8.5-6.49C3.078.998 1 6.043 1 8.486c0 2.226 1.4 4.65 2.525 6.597C4.35 16.51 5 17.637 5 18.47c0 1.888-2.812 4.984-3.133 5.33a.496.496 0 0 1-.706.028.497.497 0 0 1-.028-.705C1.93 22.26 4 19.741 4 18.47c0-.565-.651-1.693-1.341-2.888C1.475 13.532 0 10.978 0 8.486 0 4.963 2.947 0 9.5 0 16.174 0 19 5.356 19 7.488c0 1.23-.122 2.051-.19 2.41.729 1.26 2.19 3.87 2.19 4.578 0 .732-.785 1.14-1.359 1.338l.334 1c.06.18.013.378-.121.512l-.412.411a.499.499 0 0 1-.505.729c.063.092.082.129.184.28.15.224.379.564.379 1.222 0 1.513-1.688 1.789-2.919 1.99-1.643.268-3.418 1.225-3.595 1.582 0 .275-.216.46-.493.46-.276 0-.493-.263-.493-.538 0-1.166 3.098-2.273 4.419-2.49 1.932-.316 2.081-.615 2.081-1.004 0-.354-.088-.485-.21-.666-.122-.183-.29-.433-.29-.832 0-.405.172-.643.315-.77a.883.883 0 0 1 .195-.13ZM8.5 23.96a.5.5 0 0 1-.5-.5V12.687L5.146 9.838A.502.502 0 0 1 5 9.485V7.488c0-.133.053-.26.146-.354l1-.998a.499.499 0 1 1 .707.706L6 7.694v1.584l2.854 2.85c.093.092.146.219.146.352v10.982a.5.5 0 0 1-.5.5Zm7-13.977h-7a.504.504 0 0 1-.354-.146l-1-.998a.499.499 0 1 1 .707-.706l.854.851H15.5a.5.5 0 1 1 0 .999Zm-1-1.997h-3a.5.5 0 1 1 0-.998h2.793l.854-.853a.499.499 0 1 1 .707.706l-1 .998a.5.5 0 0 1-.354.147Zm-5-.998a.499.499 0 0 1-.354-.852l1-.998a.5.5 0 0 1 .354-.147h1.793l.854-.853a.499.499 0 1 1 .707.706l-1 .999a.5.5 0 0 1-.354.146h-1.793l-.854.853a.499.499 0 0 1-.353.146Zm-3 16.972a.5.5 0 0 1-.5-.5v-9.776l-2.854-2.85A.498.498 0 0 1 3 10.483V5.491c0-.133.053-.26.146-.353l2-1.997a.504.504 0 0 1 .354-.146h2c.133 0 .26.053.354.146l1 .998a.499.499 0 1 1-.707.706l-.854-.851H5.707L4 5.698v4.578l2.854 2.85c.093.093.146.22.146.352v9.984a.5.5 0 0 1-.5.5Z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 22",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M10.62 5.612a1.86 1.86 0 0 0-.47 1.43L11 15.55a.5.5 0 0 0 .499.45h1a.498.498 0 0 0 .496-.45l.851-8.508a1.86 1.86 0 0 0-.47-1.43c-.704-.777-2.052-.777-2.755 0ZM12.047 15h-.095l-.803-8.058a.842.842 0 0 1 .217-.66.878.878 0 0 1 1.27 0 .849.849 0 0 1 .217.66L12.046 15Zm11.538 1.86L15.071 1.825A3.454 3.454 0 0 0 11.998.001c-1.3 0-2.45.682-3.09 1.862L.422 16.843a3.47 3.47 0 0 0 .073 3.443 3.471 3.471 0 0 0 3.01 1.713h16.989a3.47 3.47 0 0 0 3.008-1.713 3.448 3.448 0 0 0 .082-3.426Zm-.942 2.916A2.478 2.478 0 0 1 20.492 21H3.504c-.89 0-1.694-.457-2.15-1.224a2.479 2.479 0 0 1-.025-2.51L9.804 2.303a2.467 2.467 0 0 1 2.194-1.303c.93 0 1.75.487 2.176 1.266l8.513 15.035c.427.783.41 1.707-.045 2.474Zm-10.644-2.777c-.826 0-1.5.673-1.5 1.5s.674 1.5 1.5 1.5c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5Zm0 2A.5.5 0 1 1 12 17.998a.5.5 0 0 1-.002 1.001Z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 22 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M6.05 2.073c.202 3.329 1.043 11.506 4.463 15.53a.52.52 0 1 1-.792.672c-3.62-4.262-4.5-12.707-4.71-16.14a.52.52 0 0 1 .488-.55c.281 0 .532.205.55.488Zm14.168 7.31c.916-2.32.595-5.273-.32-5.869-.44-.292-1.029.127-1.452.542-.268 2.866-.88 6.951-2.287 10.546 1.331-1.234 3.291-3.277 4.06-5.22Zm-7.852 9.62c4.49-4.785 5.14-15.519 5.23-17.964H4.411c.091 2.444.74 13.176 5.231 17.963h2.724Zm2.87 3.651c0-1.496-1.608-2.613-3.044-2.613H9.816c-1.436 0-3.043 1.117-3.043 2.613v.307h8.463v-.307ZM1.79 9.53c.77 1.95 2.746 3.941 4.082 5.135C4.448 11.05 3.83 6.93 3.562 4.037c-.415-.404-.987-.808-1.42-.524C1.193 4.13.853 7.157 1.79 9.53Zm18.673-6.887c1.445.94 1.796 4.4.721 7.12-1.378 3.49-5.978 7.036-6.024 7.072l-.03.02a14.047 14.047 0 0 1-1.586 2.381c1.387.474 2.731 1.685 2.731 3.418v.826c0 .287-.234.52-.52.52h-9.5a.52.52 0 0 1-.52-.52v-.825c0-1.732 1.342-2.944 2.73-3.419a14.11 14.11 0 0 1-1.602-2.408l-.005-.003c-.19-.14-4.67-3.463-6.034-6.913-1.095-2.775-.73-6.307.751-7.269.323-.21.98-.469 1.877.023A46.015 46.015 0 0 1 3.37 1.04h-.283a.52.52 0 0 1 0-1.039h15.834a.52.52 0 0 1 .521.52c0 .286-.234.52-.52.52h-.284c-.01.333-.032.902-.082 1.64.916-.51 1.581-.25 1.907-.037Z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M19.253 11.325a4.655 4.655 0 0 1-6.577 0 4.657 4.657 0 0 1 0-6.577 4.635 4.635 0 0 1 3.288-1.36c1.192 0 2.382.453 3.29 1.36a4.618 4.618 0 0 1 1.362 3.288 4.62 4.62 0 0 1-1.363 3.289m.712-7.289a5.662 5.662 0 0 0-8 0 5.662 5.662 0 0 0 0 8 5.639 5.639 0 0 0 4 1.655 5.64 5.64 0 0 0 4-1.655 5.618 5.618 0 0 0 1.657-4c0-1.511-.589-2.932-1.657-4m-1.997 4.255a1.246 1.246 0 0 1 .87 2.102.5.5 0 0 1-.711.02.502.502 0 0 1-.02-.71.24.24 0 0 0 0-.33.23.23 0 0 0-.175-.076.24.24 0 0 0-.166.066.503.503 0 1 1-.69-.733c.241-.228.548-.361.892-.339Zm-2.499 1.72a.503.503 0 0 1 0 1.006 2.469 2.469 0 0 1-1.757-.728 2.47 2.47 0 0 1-.729-1.758.503.503 0 0 1 1.007 0c0 .396.155.767.434 1.047.278.279.65.433 1.045.433ZM14.3 5.893a.502.502 0 1 1-.692-.73c.24-.23.553-.359.89-.34.333.008.643.147.871.39.455.479.455 1.231 0 1.712a.5.5 0 0 1-.711.02.502.502 0 0 1-.02-.71.24.24 0 0 0 0-.331c-.063-.067-.113-.081-.174-.075a.238.238 0 0 0-.164.064Zm2.869 10.882 3.768-3.768a7.052 7.052 0 0 0 2.058-4.97c0-3.877-3.153-7.03-7.03-7.03h-.008c-1.848 0-3.655.75-4.962 2.057L7.131 6.929l-.168 1.177c-.002.016-.22 1.855.79 6.817 4.712 1.74 9.09 1.846 9.134 1.847l.28.005Zm-4.162 4.16 3.192-3.19a32.7 32.7 0 0 1-8.185-1.66c.679 2.814 1.62 4.937 2.802 6.33a6.996 6.996 0 0 0 2.191-1.48Zm-4.964 2.06a6.97 6.97 0 0 0 1.75-.234c-1.293-1.671-2.291-4.139-2.97-7.357-.973-4.678-.91-6.769-.869-7.299l-2.888 2.888a6.962 6.962 0 0 0-2.058 4.97c0 3.878 3.153 7.032 7.028 7.032h.007ZM24 8.035a8.068 8.068 0 0 1-2.353 5.684l-3.91 3.91a.154.154 0 0 1-.019.018l-4 4a8.033 8.033 0 0 1-2.776 1.8.496.496 0 0 1-.215.076 7.98 7.98 0 0 1-2.684.478h-.008C3.605 24.001 0 20.396 0 15.964a7.959 7.959 0 0 1 2.354-5.682l7.929-7.929A8.068 8.068 0 0 1 15.956 0h.01C20.396 0 24 3.605 24 8.036Z"
24
+ })]
25
+ });
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ viewBox: "0 0 24 24",
13
+ height: size,
14
+ width: size,
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M15.158 17.216a.525.525 0 0 1 .73-.077c.223.18.26.5.083.724-.044.058-1.122 1.387-3.97 1.387-2.839 0-3.927-1.33-3.972-1.386a.522.522 0 0 1 .087-.73.522.522 0 0 1 .726.083c.007.009.864.994 3.158.994 2.3 0 3.15-.984 3.158-.995Zm-5.95-3.717c-.017-.022-.468-.584-1.167-.584-.692 0-1.152.564-1.171.588a.524.524 0 0 1-.726.098.522.522 0 0 1-.103-.726c.079-.103.797-.999 1.999-.999 1.203 0 1.921.896 2 1a.522.522 0 0 1-.415.831.514.514 0 0 1-.416-.207h-.001Zm6.75-1.623c1.235 0 1.969.959 1.998 1a.515.515 0 0 1-.102.726.519.519 0 0 1-.728-.101c-.017-.024-.47-.585-1.167-.585-.692 0-1.152.563-1.172.586a.52.52 0 0 1-.828-.627c.03-.04.764-.998 1.999-.998ZM12 22.17c4.434 0 8.152-3.187 8.844-7.576.039-.254.277-.439.541-.438l.084.009.001.124v-.124c.822 0 1.491-.662 1.491-1.477a1.48 1.48 0 0 0-1.478-1.48c-.085 0-.171.014-.249.026a.523.523 0 0 1-.587-.377 8.971 8.971 0 0 0-4.565-5.65v.856a.52.52 0 1 1-1.038 0V4.749a9.013 9.013 0 0 0-1.337-.375v.897a.52.52 0 0 1-1.039 0V4.232a8.513 8.513 0 0 0-1.336 0v1.039a.52.52 0 0 1-1.04 0v-.897a8.824 8.824 0 0 0-1.335.375v1.313a.52.52 0 0 1-1.04 0v-.856a8.974 8.974 0 0 0-4.564 5.649.515.515 0 0 1-.59.377 1.6 1.6 0 0 0-.247-.025 1.48 1.48 0 0 0 0 2.961l.095-.013h.033c.257 0 .473.185.513.438.691 4.389 4.41 7.576 8.843 7.576Zm11.248-11.273c.485.476.752 1.113.752 1.792a2.535 2.535 0 0 1-2.207 2.501c-.939 4.652-5.043 8.019-9.793 8.019a10.005 10.005 0 0 1-9.792-8.019A2.535 2.535 0 0 1 0 12.688c0-.675.27-1.312.76-1.792a2.531 2.531 0 0 1 1.71-.727 10.011 10.011 0 0 1 5.447-6.12V2.103a.52.52 0 0 1 1.04 0v1.544a9.973 9.973 0 0 1 1.335-.331V1.312a.52.52 0 0 1 1.04 0V3.19c.448-.029.888-.029 1.336 0V1.312a.52.52 0 0 1 1.039 0v2.004c.45.079.898.189 1.337.331V2.103a.519.519 0 1 1 1.038 0v1.946a10.005 10.005 0 0 1 5.447 6.121 2.505 2.505 0 0 1 1.719.726Z"
24
+ })]
25
+ });