@telus-uds/palette-allium 0.1.0-prerelease.6 → 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 (608) hide show
  1. package/CHANGELOG.md +25 -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 +2 -1
  6. package/build/android/size.xml +3 -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 +2 -1
  11. package/build/ios/Size.swift +3 -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/index.js +581 -192
  400. package/build/rn/icons/search-bold.icon.svg +3 -0
  401. package/build/rn/palette.js +8 -3
  402. package/build/web/fonts/fonts-cdn-family.css +4 -4
  403. package/build/web/fonts/fonts-cdn.css +4 -4
  404. package/build/web/fonts/fonts-local-family.css +4 -4
  405. package/build/web/fonts/fonts-local.css +4 -4
  406. package/build/web/fonts/{v0_1_0-prerelease_5-HelveticaNow-300-2skwAyuYn357OqvFiKMSt.otf → v0_1_0-prerelease_6-HelveticaNow-300-D6piIJSkLmSzTrsxw3yBC.otf} +0 -0
  407. package/build/web/fonts/{v0_1_0-prerelease_5-HelveticaNow-400-tvkMH-nLsMxdkS5cgTPgy.otf → v0_1_0-prerelease_6-HelveticaNow-400-I3zSVvl_CK2UrlquL0eCc.otf} +0 -0
  408. package/build/web/fonts/{v0_1_0-prerelease_5-HelveticaNow-500-ucnsOQI6_kh5MpOAkvmcw.otf → v0_1_0-prerelease_6-HelveticaNow-500-rxBPYw7V-_Ocsdlmfom5S.otf} +0 -0
  409. package/build/web/fonts/{v0_1_0-prerelease_5-HelveticaNow-700-yzuYpUf6evln21sk2O8CS.otf → v0_1_0-prerelease_6-HelveticaNow-700-SU05m9mZK384yayYDId-P.otf} +0 -0
  410. package/build/web/icons/Accessible.js +25 -0
  411. package/build/web/icons/Add.js +25 -0
  412. package/build/web/icons/AddUser.js +25 -0
  413. package/build/web/icons/AlarmClock.js +25 -0
  414. package/build/web/icons/Ambulance.js +33 -0
  415. package/build/web/icons/ArrowDown.js +25 -0
  416. package/build/web/icons/ArrowLeft.js +25 -0
  417. package/build/web/icons/ArrowRight.js +25 -0
  418. package/build/web/icons/ArrowUp.js +25 -0
  419. package/build/web/icons/ArtificialIntelligence.js +25 -0
  420. package/build/web/icons/Attention.js +25 -0
  421. package/build/web/icons/Award.js +25 -0
  422. package/build/web/icons/Baby.js +25 -0
  423. package/build/web/icons/BabyBoy.js +25 -0
  424. package/build/web/icons/BabyGirl.js +25 -0
  425. package/build/web/icons/BackToSchool.js +25 -0
  426. package/build/web/icons/Bank.js +25 -0
  427. package/build/web/icons/BatteryCar.js +25 -0
  428. package/build/web/icons/BatteryCharging.js +25 -0
  429. package/build/web/icons/Bell.js +25 -0
  430. package/build/web/icons/Bill.js +25 -0
  431. package/build/web/icons/Bookmark.js +25 -0
  432. package/build/web/icons/Briefcase.js +25 -0
  433. package/build/web/icons/Calendar.js +25 -0
  434. package/build/web/icons/Call.js +25 -0
  435. package/build/web/icons/CallForward.js +25 -0
  436. package/build/web/icons/CallOut.js +25 -0
  437. package/build/web/icons/CallReceive.js +25 -0
  438. package/build/web/icons/CallTalking.js +25 -0
  439. package/build/web/icons/Camera.js +25 -0
  440. package/build/web/icons/Car.js +25 -0
  441. package/build/web/icons/CaretDown.js +26 -0
  442. package/build/web/icons/CaretUp.js +26 -0
  443. package/build/web/icons/Channels.js +25 -0
  444. package/build/web/icons/ChartsBar1.js +25 -0
  445. package/build/web/icons/ChartsBar2.js +25 -0
  446. package/build/web/icons/ChartsLine.js +25 -0
  447. package/build/web/icons/Chat1.js +25 -0
  448. package/build/web/icons/Chat2.js +25 -0
  449. package/build/web/icons/ChatSupport.js +25 -0
  450. package/build/web/icons/Check.js +25 -0
  451. package/build/web/icons/Checkmark.js +25 -0
  452. package/build/web/icons/ChevronLeft.js +25 -0
  453. package/build/web/icons/ChevronRight.js +27 -0
  454. package/build/web/icons/Clipboard.js +25 -0
  455. package/build/web/icons/Close.js +25 -0
  456. package/build/web/icons/ClosedCaptions.js +25 -0
  457. package/build/web/icons/CloudDownload.js +25 -0
  458. package/build/web/icons/CloudSync.js +25 -0
  459. package/build/web/icons/CloudUpload.js +25 -0
  460. package/build/web/icons/Collaboration.js +25 -0
  461. package/build/web/icons/Compass.js +25 -0
  462. package/build/web/icons/ComputerNetwork.js +25 -0
  463. package/build/web/icons/Contract.js +25 -0
  464. package/build/web/icons/CreditCard.js +25 -0
  465. package/build/web/icons/Cronometer.js +25 -0
  466. package/build/web/icons/DataLimit.js +25 -0
  467. package/build/web/icons/Deals.js +25 -0
  468. package/build/web/icons/Delivery.js +25 -0
  469. package/build/web/icons/Devices.js +25 -0
  470. package/build/web/icons/Diagram.js +25 -0
  471. package/build/web/icons/Diamond.js +25 -0
  472. package/build/web/icons/Direction.js +25 -0
  473. package/build/web/icons/Document.js +25 -0
  474. package/build/web/icons/Donate.js +25 -0
  475. package/build/web/icons/Download.js +25 -0
  476. package/build/web/icons/Email.js +25 -0
  477. package/build/web/icons/FavouriteNetwork.js +25 -0
  478. package/build/web/icons/Files.js +25 -0
  479. package/build/web/icons/Fingerprint.js +25 -0
  480. package/build/web/icons/Firewall.js +25 -0
  481. package/build/web/icons/Flag.js +25 -0
  482. package/build/web/icons/FullscreenExpand.js +25 -0
  483. package/build/web/icons/FullscreenMinimize.js +25 -0
  484. package/build/web/icons/Gift.js +25 -0
  485. package/build/web/icons/Globe1.js +25 -0
  486. package/build/web/icons/Globe2.js +25 -0
  487. package/build/web/icons/HeadBoth.js +25 -0
  488. package/build/web/icons/HeadFemale.js +25 -0
  489. package/build/web/icons/HeadMale.js +25 -0
  490. package/build/web/icons/Headset.js +25 -0
  491. package/build/web/icons/Heart.js +25 -0
  492. package/build/web/icons/Heartbeat.js +25 -0
  493. package/build/web/icons/Home.js +25 -0
  494. package/build/web/icons/HomeSecurity.js +25 -0
  495. package/build/web/icons/IDTag.js +25 -0
  496. package/build/web/icons/Infinite.js +25 -0
  497. package/build/web/icons/Information.js +25 -0
  498. package/build/web/icons/Internet.js +25 -0
  499. package/build/web/icons/Invisible.js +25 -0
  500. package/build/web/icons/Key.js +25 -0
  501. package/build/web/icons/Laptop.js +25 -0
  502. package/build/web/icons/Layers.js +25 -0
  503. package/build/web/icons/Lifesaver.js +25 -0
  504. package/build/web/icons/Lightbulb.js +25 -0
  505. package/build/web/icons/LocationAdd.js +25 -0
  506. package/build/web/icons/LocationAdd0.js +25 -0
  507. package/build/web/icons/LocationHome.js +25 -0
  508. package/build/web/icons/LocationIneligible.js +25 -0
  509. package/build/web/icons/LocationMap.js +25 -0
  510. package/build/web/icons/LocationRegular.js +25 -0
  511. package/build/web/icons/LocationRemove.js +25 -0
  512. package/build/web/icons/LocationSuccess.js +25 -0
  513. package/build/web/icons/LocationVerified.js +25 -0
  514. package/build/web/icons/LockClosed.js +25 -0
  515. package/build/web/icons/LockOpened.js +25 -0
  516. package/build/web/icons/LoginForm.js +25 -0
  517. package/build/web/icons/Map.js +25 -0
  518. package/build/web/icons/Medical.js +25 -0
  519. package/build/web/icons/Messaging.js +25 -0
  520. package/build/web/icons/Mobility.js +25 -0
  521. package/build/web/icons/Movie.js +25 -0
  522. package/build/web/icons/Music.js +25 -0
  523. package/build/web/icons/Muted.js +25 -0
  524. package/build/web/icons/Networking.js +25 -0
  525. package/build/web/icons/News.js +25 -0
  526. package/build/web/icons/NextGenFirewall.js +25 -0
  527. package/build/web/icons/NoContract.js +25 -0
  528. package/build/web/icons/NotificationError.js +25 -0
  529. package/build/web/icons/NotificationSuccess.js +25 -0
  530. package/build/web/icons/NotificationWarning.js +25 -0
  531. package/build/web/icons/Office.js +25 -0
  532. package/build/web/icons/Offices.js +25 -0
  533. package/build/web/icons/OnDemand.js +25 -0
  534. package/build/web/icons/OnTheGo.js +25 -0
  535. package/build/web/icons/Passport.js +25 -0
  536. package/build/web/icons/Pause.js +25 -0
  537. package/build/web/icons/Phone.js +25 -0
  538. package/build/web/icons/PhoneBusiness.js +25 -0
  539. package/build/web/icons/PhoneHome.js +25 -0
  540. package/build/web/icons/PhoneReception.js +25 -0
  541. package/build/web/icons/Photo.js +25 -0
  542. package/build/web/icons/Photos.js +25 -0
  543. package/build/web/icons/PiggyBank.js +25 -0
  544. package/build/web/icons/PikTV.js +25 -0
  545. package/build/web/icons/Play.js +25 -0
  546. package/build/web/icons/PlaySolid.js +27 -0
  547. package/build/web/icons/Preference.js +25 -0
  548. package/build/web/icons/PrivateCloud.js +25 -0
  549. package/build/web/icons/Question.js +27 -0
  550. package/build/web/icons/QuoteLeft.js +28 -0
  551. package/build/web/icons/Radar.js +25 -0
  552. package/build/web/icons/Receipt.js +25 -0
  553. package/build/web/icons/Record.js +25 -0
  554. package/build/web/icons/Refresh.js +25 -0
  555. package/build/web/icons/RemoteControl.js +25 -0
  556. package/build/web/icons/Replay.js +25 -0
  557. package/build/web/icons/Router.js +25 -0
  558. package/build/web/icons/SearchBold.js +27 -0
  559. package/build/web/icons/SecurityCamera.js +25 -0
  560. package/build/web/icons/SecurityHouse.js +25 -0
  561. package/build/web/icons/SecurityMobile.js +25 -0
  562. package/build/web/icons/SecuritySettings.js +25 -0
  563. package/build/web/icons/Server.js +25 -0
  564. package/build/web/icons/ServiceTruck.js +25 -0
  565. package/build/web/icons/Settings.js +25 -0
  566. package/build/web/icons/SettingsSolid.js +25 -0
  567. package/build/web/icons/SharedAccount.js +25 -0
  568. package/build/web/icons/Shop.js +25 -0
  569. package/build/web/icons/SignPost.js +25 -0
  570. package/build/web/icons/Signal.js +25 -0
  571. package/build/web/icons/SimCard.js +25 -0
  572. package/build/web/icons/Soccer.js +25 -0
  573. package/build/web/icons/Speaker.js +25 -0
  574. package/build/web/icons/SpeakerPhone.js +25 -0
  575. package/build/web/icons/Speed.js +25 -0
  576. package/build/web/icons/SpeedReduced.js +25 -0
  577. package/build/web/icons/Success.js +25 -0
  578. package/build/web/icons/Suitcase.js +25 -0
  579. package/build/web/icons/Support.js +25 -0
  580. package/build/web/icons/TV.js +25 -0
  581. package/build/web/icons/TVChoiceAndFlexibility.js +25 -0
  582. package/build/web/icons/Tablet.js +25 -0
  583. package/build/web/icons/Target.js +25 -0
  584. package/build/web/icons/Tasks.js +25 -0
  585. package/build/web/icons/ThumbsUp.js +25 -0
  586. package/build/web/icons/Time.js +25 -0
  587. package/build/web/icons/Times.js +25 -0
  588. package/build/web/icons/TowTruck.js +25 -0
  589. package/build/web/icons/Transmitter.js +25 -0
  590. package/build/web/icons/Unmuted.js +27 -0
  591. package/build/web/icons/Upload.js +25 -0
  592. package/build/web/icons/UploadToCloud.js +25 -0
  593. package/build/web/icons/UsbCable.js +25 -0
  594. package/build/web/icons/User.js +25 -0
  595. package/build/web/icons/Users.js +25 -0
  596. package/build/web/icons/VideoChat.js +25 -0
  597. package/build/web/icons/VideoGames.js +25 -0
  598. package/build/web/icons/Visible.js +25 -0
  599. package/build/web/icons/Warranty.js +25 -0
  600. package/build/web/icons/Watch.js +25 -0
  601. package/build/web/icons/WifiBoost.js +25 -0
  602. package/build/web/icons/WifiCloud.js +25 -0
  603. package/build/web/icons/index.js +581 -192
  604. package/build/web/icons/search-bold.icon.svg +3 -0
  605. package/build/web/palette.js +12 -7
  606. package/package.json +1 -1
  607. package/build/rn/palette.mjs +0 -392
  608. package/build/web/palette.mjs +0 -331
package/CHANGELOG.md CHANGED
@@ -2,6 +2,31 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.0.0-prerelease.0](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.6...@telus-uds/palette-allium/v1.0.0-prerelease.0) (2021-12-15)
6
+
7
+ ### Features
8
+
9
+ - **base:** add `ProgressBar` component ([#890](https://github.com/telus/universal-design-system/issues/890)) ([b98315c](https://github.com/telus/universal-design-system/commit/b98315cc7dabb2c7130c62c9c3bbf6fdfb7419a0))
10
+ - **base:** add `Tabs` component ([#908](https://github.com/telus/universal-design-system/issues/908)) ([073bbd2](https://github.com/telus/universal-design-system/commit/073bbd2a0b4282112aa434f8e97e505fa8b4b92f))
11
+ - **base:** add Group fieldsets for RadioCard, Radio, Checkbox ([#875](https://github.com/telus/universal-design-system/issues/875)) ([4b99987](https://github.com/telus/universal-design-system/commit/4b999872714144b643f676d3d473369d605b3eea))
12
+ - **base:** add the Modal component ([#878](https://github.com/telus/universal-design-system/issues/878)) ([431d4cd](https://github.com/telus/universal-design-system/commit/431d4cd2c1a7f4ce30b453d437b9f5d7b69fd251))
13
+ - **base:** add the Search component ([#798](https://github.com/telus/universal-design-system/issues/798)) ([7b974df](https://github.com/telus/universal-design-system/commit/7b974df12d2bf0cb94b6360091bac8ac57dd7245))
14
+ - **ds-allium:** `PriceLockup` implmementation ([#858](https://github.com/telus/universal-design-system/issues/858)) ([8669b9e](https://github.com/telus/universal-design-system/commit/8669b9e3f80261bd18962dfba5d774c90a5f4ebb))
15
+
16
+ ### Palette change summary (does not include documentation changes)
17
+
18
+ #### New keys
19
+
20
+ - `size.size192`
21
+ - `size.size288`
22
+ - `radius.radius12`
23
+ - `lineHeight.ratio1to1`
24
+ - `icon.SearchBold`
25
+
26
+ #### Updated keys
27
+
28
+ - `color.bgModal`
29
+
5
30
  ## [0.1.0-prerelease.6](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.5...@telus-uds/palette-allium/v0.1.0-prerelease.6) (2021-11-23)
6
31
 
7
32
  ### Features
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 23 Nov 2021 17:40:34 GMT
5
+ Generated on Wed, 15 Dec 2021 15:29:43 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 23 Nov 2021 17:40:34 GMT
5
+ Generated on Wed, 15 Dec 2021 15:29:43 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -44,6 +44,6 @@
44
44
  <color name="dark_20">#33000000</color>
45
45
  <color name="dark_10">#1a000000</color>
46
46
  <color name="transparent">#00000000</color>
47
- <color name="bg_modal">#ffb2b9bf</color>
47
+ <color name="bg_modal">#f7f4f4f7</color>
48
48
 
49
49
  </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 23 Nov 2021 17:40:34 GMT
5
+ Generated on Wed, 15 Dec 2021 15:29:43 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 23 Nov 2021 17:40:34 GMT
5
+ Generated on Wed, 15 Dec 2021 15:29:43 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -11,6 +11,7 @@
11
11
  <dimen name="radius_4">4.00dp</dimen>
12
12
  <dimen name="radius_6">6.00dp</dimen>
13
13
  <dimen name="radius_8">8.00dp</dimen>
14
+ <dimen name="radius_12">12.00dp</dimen>
14
15
  <dimen name="pill_32">32.00dp</dimen>
15
16
 
16
17
  </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 23 Nov 2021 17:40:34 GMT
5
+ Generated on Wed, 15 Dec 2021 15:29:43 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -25,5 +25,7 @@
25
25
  <dimen name="size_96">96.00dp</dimen>
26
26
  <dimen name="size_120">120.00dp</dimen>
27
27
  <dimen name="size_144">144.00dp</dimen>
28
+ <dimen name="size_192">192.00dp</dimen>
29
+ <dimen name="size_288">288.00dp</dimen>
28
30
 
29
31
  </resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 23 Nov 2021 17:40:34 GMT
7
+ // Generated on Wed, 15 Dec 2021 15:29:43 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 23 Nov 2021 17:40:34 GMT
7
+ // Generated on Wed, 15 Dec 2021 15:29:43 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -13,7 +13,7 @@ public enum PaletteColor {
13
13
  public static let amber = UIColor(red: 0.980, green: 0.792, blue: 0.412, alpha:1)
14
14
  public static let amberDark = UIColor(red: 0.706, green: 0.529, blue: 0.173, alpha:1)
15
15
  public static let amberLight = UIColor(red: 1.000, green: 0.976, blue: 0.933, alpha:1)
16
- public static let bgModal = UIColor(red: 0.698, green: 0.725, blue: 0.749, alpha:1)
16
+ public static let bgModal = UIColor(red: 0.957, green: 0.957, blue: 0.969, alpha:0.97)
17
17
  public static let dark10 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0.1)
18
18
  public static let dark20 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0.2)
19
19
  public static let dark40 = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0.4)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 23 Nov 2021 17:40:34 GMT
7
+ // Generated on Wed, 15 Dec 2021 15:29:43 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 23 Nov 2021 17:40:34 GMT
7
+ // Generated on Wed, 15 Dec 2021 15:29:43 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -13,6 +13,7 @@ public enum PaletteRadius {
13
13
  public static let none = CGFloat(0)
14
14
  public static let pill32 = CGFloat(32)
15
15
  public static let radius1 = CGFloat(1)
16
+ public static let radius12 = CGFloat(12)
16
17
  public static let radius4 = CGFloat(4)
17
18
  public static let radius6 = CGFloat(6)
18
19
  public static let radius8 = CGFloat(8)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 23 Nov 2021 17:40:34 GMT
7
+ // Generated on Wed, 15 Dec 2021 15:29:43 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -16,9 +16,11 @@ public enum PaletteSize {
16
16
  public static let size120 = CGFloat(120)
17
17
  public static let size144 = CGFloat(144)
18
18
  public static let size16 = CGFloat(16)
19
+ public static let size192 = CGFloat(192)
19
20
  public static let size2 = CGFloat(2)
20
21
  public static let size20 = CGFloat(20)
21
22
  public static let size24 = CGFloat(24)
23
+ public static let size288 = CGFloat(288)
22
24
  public static let size32 = CGFloat(32)
23
25
  public static let size36 = CGFloat(36)
24
26
  public static let size4 = CGFloat(4)
@@ -1,4 +1,4 @@
1
- export { default as HelveticaNow300normal } from '@telus-uds/palette-allium/build/rn/fonts/HelveticaNow-300.otf'
2
- export { default as HelveticaNow400normal } from '@telus-uds/palette-allium/build/rn/fonts/HelveticaNow-400.otf'
3
- export { default as HelveticaNow500normal } from '@telus-uds/palette-allium/build/rn/fonts/HelveticaNow-500.otf'
4
- export { default as HelveticaNow700normal } from '@telus-uds/palette-allium/build/rn/fonts/HelveticaNow-700.otf'
1
+ module.exports.HelveticaNow300normal= require('@telus-uds/palette-allium/build/rn/fonts/HelveticaNow-300.otf')
2
+ module.exports.HelveticaNow400normal= require('@telus-uds/palette-allium/build/rn/fonts/HelveticaNow-400.otf')
3
+ module.exports.HelveticaNow500normal= require('@telus-uds/palette-allium/build/rn/fonts/HelveticaNow-500.otf')
4
+ module.exports.HelveticaNow700normal= require('@telus-uds/palette-allium/build/rn/fonts/HelveticaNow-700.otf')
@@ -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 _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
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: "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 _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
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: "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 _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
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: "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,25 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 24 23",
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: "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,33 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 24 23",
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.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)(_reactNativeSvg.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)(_reactNativeSvg.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)(_reactNativeSvg.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)(_reactNativeSvg.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 _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ viewBox: "0 0 20 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: "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 _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
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: "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 _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
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: "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
+ });