@telus-uds/palette-koodo 0.8.0 → 0.10.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 (275) hide show
  1. package/build/android/border.xml +1 -1
  2. package/build/android/color.xml +1 -1
  3. package/build/android/font_size.xml +1 -1
  4. package/build/android/radius.xml +1 -1
  5. package/build/android/size.xml +2 -1
  6. package/build/ios/Border.swift +1 -1
  7. package/build/ios/Color.swift +1 -1
  8. package/build/ios/FontSize.swift +1 -1
  9. package/build/ios/Radius.swift +1 -1
  10. package/build/ios/Size.swift +2 -1
  11. package/build/rn/icons/Add.js +26 -0
  12. package/build/rn/icons/Add.native.js +26 -0
  13. package/build/rn/icons/ArrowLeft.js +26 -0
  14. package/build/rn/icons/ArrowLeft.native.js +26 -0
  15. package/build/rn/icons/ArrowRight.js +26 -0
  16. package/build/rn/icons/ArrowRight.native.js +26 -0
  17. package/build/rn/icons/Bullet.js +2 -1
  18. package/build/rn/icons/Bullet.native.js +2 -1
  19. package/build/rn/icons/Cart.js +3 -4
  20. package/build/rn/icons/Cart.native.js +3 -4
  21. package/build/rn/icons/CartFilled.js +28 -0
  22. package/build/rn/icons/CartFilled.native.js +28 -0
  23. package/build/rn/icons/Caution.js +5 -5
  24. package/build/rn/icons/Caution.native.js +5 -5
  25. package/build/rn/icons/Check.js +2 -1
  26. package/build/rn/icons/Check.native.js +2 -1
  27. package/build/rn/icons/CheckCircle.js +28 -0
  28. package/build/rn/icons/CheckCircle.native.js +28 -0
  29. package/build/rn/icons/CheckCircleFilled.js +28 -0
  30. package/build/rn/icons/CheckCircleFilled.native.js +28 -0
  31. package/build/rn/icons/ChevronDown.js +2 -1
  32. package/build/rn/icons/ChevronDown.native.js +2 -1
  33. package/build/rn/icons/ChevronLeft.js +2 -1
  34. package/build/rn/icons/ChevronLeft.native.js +2 -1
  35. package/build/rn/icons/ChevronRight.js +2 -1
  36. package/build/rn/icons/ChevronRight.native.js +2 -1
  37. package/build/rn/icons/ChevronUp.js +2 -1
  38. package/build/rn/icons/ChevronUp.native.js +2 -1
  39. package/build/rn/icons/Close.js +26 -0
  40. package/build/rn/icons/Close.native.js +26 -0
  41. package/build/rn/icons/Devices.js +28 -0
  42. package/build/rn/icons/Devices.native.js +28 -0
  43. package/build/rn/icons/Download.js +28 -0
  44. package/build/rn/icons/Download.native.js +28 -0
  45. package/build/rn/icons/ExclamationOctagon.js +4 -8
  46. package/build/rn/icons/ExclamationOctagon.native.js +4 -8
  47. package/build/rn/icons/ExclamationTriangle.js +6 -13
  48. package/build/rn/icons/ExclamationTriangle.native.js +6 -13
  49. package/build/rn/icons/Expand.js +26 -0
  50. package/build/rn/icons/Expand.native.js +26 -0
  51. package/build/rn/icons/EyeClosed.js +4 -14
  52. package/build/rn/icons/EyeClosed.native.js +4 -14
  53. package/build/rn/icons/EyeOpened.js +6 -12
  54. package/build/rn/icons/EyeOpened.native.js +6 -12
  55. package/build/rn/icons/Gift.js +28 -0
  56. package/build/rn/icons/Gift.native.js +28 -0
  57. package/build/rn/icons/Hamburger.js +2 -1
  58. package/build/rn/icons/Hamburger.native.js +2 -1
  59. package/build/rn/icons/LeftCircle.js +28 -0
  60. package/build/rn/icons/LeftCircle.native.js +28 -0
  61. package/build/rn/icons/LocationMap.js +28 -0
  62. package/build/rn/icons/LocationMap.native.js +28 -0
  63. package/build/rn/icons/LockFilled.js +28 -0
  64. package/build/rn/icons/LockFilled.native.js +28 -0
  65. package/build/rn/icons/Maintenance.js +28 -0
  66. package/build/rn/icons/Maintenance.native.js +28 -0
  67. package/build/rn/icons/MaintenanceFilled.js +28 -0
  68. package/build/rn/icons/MaintenanceFilled.native.js +28 -0
  69. package/build/rn/icons/OfferStarFilled.js +28 -0
  70. package/build/rn/icons/OfferStarFilled.native.js +28 -0
  71. package/build/rn/icons/Perk.js +28 -0
  72. package/build/rn/icons/Perk.native.js +28 -0
  73. package/build/rn/icons/Phone.js +28 -0
  74. package/build/rn/icons/Phone.native.js +28 -0
  75. package/build/rn/icons/PhoneTroubleshoot.js +28 -0
  76. package/build/rn/icons/PhoneTroubleshoot.native.js +28 -0
  77. package/build/rn/icons/PlayVideo.js +28 -0
  78. package/build/rn/icons/PlayVideo.native.js +28 -0
  79. package/build/rn/icons/Question.js +28 -0
  80. package/build/rn/icons/Question.native.js +28 -0
  81. package/build/rn/icons/QuestionFilled.js +28 -0
  82. package/build/rn/icons/QuestionFilled.native.js +28 -0
  83. package/build/rn/icons/Receipt.js +28 -0
  84. package/build/rn/icons/Receipt.native.js +28 -0
  85. package/build/rn/icons/Refresh.js +5 -5
  86. package/build/rn/icons/Refresh.native.js +5 -5
  87. package/build/rn/icons/RightCirlce.js +28 -0
  88. package/build/rn/icons/RightCirlce.native.js +28 -0
  89. package/build/rn/icons/Settings.js +28 -0
  90. package/build/rn/icons/Settings.native.js +28 -0
  91. package/build/rn/icons/ShippingFilled.js +28 -0
  92. package/build/rn/icons/ShippingFilled.native.js +28 -0
  93. package/build/rn/icons/Shop.js +28 -0
  94. package/build/rn/icons/Shop.native.js +28 -0
  95. package/build/rn/icons/Sim.js +28 -0
  96. package/build/rn/icons/Sim.native.js +28 -0
  97. package/build/rn/icons/SimFilled.js +28 -0
  98. package/build/rn/icons/SimFilled.native.js +28 -0
  99. package/build/rn/icons/Spyglass.js +4 -1
  100. package/build/rn/icons/Spyglass.native.js +4 -1
  101. package/build/rn/icons/Subtract.js +26 -0
  102. package/build/rn/icons/Subtract.native.js +26 -0
  103. package/build/rn/icons/Tag.js +28 -0
  104. package/build/rn/icons/Tag.native.js +28 -0
  105. package/build/rn/icons/TagFilled.js +28 -0
  106. package/build/rn/icons/TagFilled.native.js +28 -0
  107. package/build/rn/icons/ToolTipFilled.js +28 -0
  108. package/build/rn/icons/ToolTipFilled.native.js +28 -0
  109. package/build/rn/icons/Tooltip.js +28 -0
  110. package/build/rn/icons/Tooltip.native.js +28 -0
  111. package/build/rn/icons/add.icon.svg +3 -0
  112. package/build/rn/icons/arrow-left.icon.svg +3 -0
  113. package/build/rn/icons/arrow-right.icon.svg +3 -0
  114. package/build/rn/icons/bullet.icon.svg +2 -2
  115. package/build/rn/icons/cart-filled.icon.svg +3 -0
  116. package/build/rn/icons/cart.icon.svg +2 -6
  117. package/build/rn/icons/caution.icon.svg +2 -2
  118. package/build/rn/icons/check-circle-filled.icon.svg +3 -0
  119. package/build/rn/icons/check-circle.icon.svg +3 -0
  120. package/build/rn/icons/check.icon.svg +2 -5
  121. package/build/rn/icons/chevron-down.icon.svg +2 -5
  122. package/build/rn/icons/chevron-left.icon.svg +2 -5
  123. package/build/rn/icons/chevron-right.icon.svg +2 -5
  124. package/build/rn/icons/chevron-up.icon.svg +2 -5
  125. package/build/rn/icons/close.icon.svg +3 -0
  126. package/build/rn/icons/devices.icon.svg +3 -0
  127. package/build/rn/icons/download.icon.svg +3 -0
  128. package/build/rn/icons/exclamation-octagon.icon.svg +2 -10
  129. package/build/rn/icons/exclamation-triangle.icon.svg +2 -19
  130. package/build/rn/icons/expand.icon.svg +3 -0
  131. package/build/rn/icons/eye-closed.icon.svg +2 -20
  132. package/build/rn/icons/eye-opened.icon.svg +2 -16
  133. package/build/rn/icons/gift.icon.svg +3 -0
  134. package/build/rn/icons/hamburger.icon.svg +2 -7
  135. package/build/rn/icons/index.js +36 -1
  136. package/build/rn/icons/left-circle.icon.svg +3 -0
  137. package/build/rn/icons/location-map.icon.svg +3 -0
  138. package/build/rn/icons/lock-filled.icon.svg +3 -0
  139. package/build/rn/icons/maintenance-filled.icon.svg +3 -0
  140. package/build/rn/icons/maintenance.icon.svg +3 -0
  141. package/build/rn/icons/offer-star-filled.icon.svg +3 -0
  142. package/build/rn/icons/perk.icon.svg +3 -0
  143. package/build/rn/icons/phone-troubleshoot.icon.svg +3 -0
  144. package/build/rn/icons/phone.icon.svg +3 -0
  145. package/build/rn/icons/play-video.icon.svg +3 -0
  146. package/build/rn/icons/question-filled.icon.svg +3 -0
  147. package/build/rn/icons/question.icon.svg +3 -0
  148. package/build/rn/icons/receipt.icon.svg +3 -0
  149. package/build/rn/icons/refresh.icon.svg +2 -13
  150. package/build/rn/icons/right-cirlce.icon.svg +3 -0
  151. package/build/rn/icons/settings.icon.svg +3 -0
  152. package/build/rn/icons/shipping-filled.icon.svg +3 -0
  153. package/build/rn/icons/shop.icon.svg +3 -0
  154. package/build/rn/icons/sim-filled.icon.svg +3 -0
  155. package/build/rn/icons/sim.icon.svg +3 -0
  156. package/build/rn/icons/spyglass.icon.svg +2 -5
  157. package/build/rn/icons/subtract.icon.svg +3 -0
  158. package/build/rn/icons/tag-filled.icon.svg +3 -0
  159. package/build/rn/icons/tag.icon.svg +3 -0
  160. package/build/rn/icons/tool-tip-filled.icon.svg +3 -0
  161. package/build/rn/icons/tooltip.icon.svg +3 -0
  162. package/build/rn/palette.js +46 -2
  163. package/build/web/fonts/fonts-cdn-family.css +5 -5
  164. package/build/web/fonts/fonts-cdn.css +5 -5
  165. package/build/web/fonts/fonts-local-family.css +5 -5
  166. package/build/web/fonts/fonts-local.css +5 -5
  167. package/build/web/icons/Add.js +26 -0
  168. package/build/web/icons/ArrowLeft.js +26 -0
  169. package/build/web/icons/ArrowRight.js +26 -0
  170. package/build/web/icons/Bullet.js +2 -1
  171. package/build/web/icons/Cart.js +3 -4
  172. package/build/web/icons/CartFilled.js +28 -0
  173. package/build/web/icons/Caution.js +5 -5
  174. package/build/web/icons/Check.js +2 -1
  175. package/build/web/icons/CheckCircle.js +28 -0
  176. package/build/web/icons/CheckCircleFilled.js +28 -0
  177. package/build/web/icons/ChevronDown.js +2 -1
  178. package/build/web/icons/ChevronLeft.js +2 -1
  179. package/build/web/icons/ChevronRight.js +2 -1
  180. package/build/web/icons/ChevronUp.js +2 -1
  181. package/build/web/icons/Close.js +26 -0
  182. package/build/web/icons/Devices.js +28 -0
  183. package/build/web/icons/Download.js +28 -0
  184. package/build/web/icons/ExclamationOctagon.js +4 -8
  185. package/build/web/icons/ExclamationTriangle.js +6 -13
  186. package/build/web/icons/Expand.js +26 -0
  187. package/build/web/icons/EyeClosed.js +4 -14
  188. package/build/web/icons/EyeOpened.js +6 -12
  189. package/build/web/icons/Gift.js +28 -0
  190. package/build/web/icons/Hamburger.js +2 -1
  191. package/build/web/icons/LeftCircle.js +28 -0
  192. package/build/web/icons/LocationMap.js +28 -0
  193. package/build/web/icons/LockFilled.js +28 -0
  194. package/build/web/icons/Maintenance.js +28 -0
  195. package/build/web/icons/MaintenanceFilled.js +28 -0
  196. package/build/web/icons/OfferStarFilled.js +28 -0
  197. package/build/web/icons/Perk.js +28 -0
  198. package/build/web/icons/Phone.js +28 -0
  199. package/build/web/icons/PhoneTroubleshoot.js +28 -0
  200. package/build/web/icons/PlayVideo.js +28 -0
  201. package/build/web/icons/Question.js +28 -0
  202. package/build/web/icons/QuestionFilled.js +28 -0
  203. package/build/web/icons/Receipt.js +28 -0
  204. package/build/web/icons/Refresh.js +5 -5
  205. package/build/web/icons/RightCirlce.js +28 -0
  206. package/build/web/icons/Settings.js +28 -0
  207. package/build/web/icons/ShippingFilled.js +28 -0
  208. package/build/web/icons/Shop.js +28 -0
  209. package/build/web/icons/Sim.js +28 -0
  210. package/build/web/icons/SimFilled.js +28 -0
  211. package/build/web/icons/Spyglass.js +4 -1
  212. package/build/web/icons/Subtract.js +26 -0
  213. package/build/web/icons/Tag.js +28 -0
  214. package/build/web/icons/TagFilled.js +28 -0
  215. package/build/web/icons/ToolTipFilled.js +28 -0
  216. package/build/web/icons/Tooltip.js +28 -0
  217. package/build/web/icons/add.icon.svg +3 -0
  218. package/build/web/icons/arrow-left.icon.svg +3 -0
  219. package/build/web/icons/arrow-right.icon.svg +3 -0
  220. package/build/web/icons/bullet.icon.svg +2 -2
  221. package/build/web/icons/cart-filled.icon.svg +3 -0
  222. package/build/web/icons/cart.icon.svg +2 -6
  223. package/build/web/icons/caution.icon.svg +2 -2
  224. package/build/web/icons/check-circle-filled.icon.svg +3 -0
  225. package/build/web/icons/check-circle.icon.svg +3 -0
  226. package/build/web/icons/check.icon.svg +2 -5
  227. package/build/web/icons/chevron-down.icon.svg +2 -5
  228. package/build/web/icons/chevron-left.icon.svg +2 -5
  229. package/build/web/icons/chevron-right.icon.svg +2 -5
  230. package/build/web/icons/chevron-up.icon.svg +2 -5
  231. package/build/web/icons/close.icon.svg +3 -0
  232. package/build/web/icons/devices.icon.svg +3 -0
  233. package/build/web/icons/download.icon.svg +3 -0
  234. package/build/web/icons/exclamation-octagon.icon.svg +2 -10
  235. package/build/web/icons/exclamation-triangle.icon.svg +2 -19
  236. package/build/web/icons/expand.icon.svg +3 -0
  237. package/build/web/icons/eye-closed.icon.svg +2 -20
  238. package/build/web/icons/eye-opened.icon.svg +2 -16
  239. package/build/web/icons/gift.icon.svg +3 -0
  240. package/build/web/icons/hamburger.icon.svg +2 -7
  241. package/build/web/icons/index.js +36 -1
  242. package/build/web/icons/left-circle.icon.svg +3 -0
  243. package/build/web/icons/location-map.icon.svg +3 -0
  244. package/build/web/icons/lock-filled.icon.svg +3 -0
  245. package/build/web/icons/maintenance-filled.icon.svg +3 -0
  246. package/build/web/icons/maintenance.icon.svg +3 -0
  247. package/build/web/icons/offer-star-filled.icon.svg +3 -0
  248. package/build/web/icons/perk.icon.svg +3 -0
  249. package/build/web/icons/phone-troubleshoot.icon.svg +3 -0
  250. package/build/web/icons/phone.icon.svg +3 -0
  251. package/build/web/icons/play-video.icon.svg +3 -0
  252. package/build/web/icons/question-filled.icon.svg +3 -0
  253. package/build/web/icons/question.icon.svg +3 -0
  254. package/build/web/icons/receipt.icon.svg +3 -0
  255. package/build/web/icons/refresh.icon.svg +2 -13
  256. package/build/web/icons/right-cirlce.icon.svg +3 -0
  257. package/build/web/icons/settings.icon.svg +3 -0
  258. package/build/web/icons/shipping-filled.icon.svg +3 -0
  259. package/build/web/icons/shop.icon.svg +3 -0
  260. package/build/web/icons/sim-filled.icon.svg +3 -0
  261. package/build/web/icons/sim.icon.svg +3 -0
  262. package/build/web/icons/spyglass.icon.svg +2 -5
  263. package/build/web/icons/subtract.icon.svg +3 -0
  264. package/build/web/icons/tag-filled.icon.svg +3 -0
  265. package/build/web/icons/tag.icon.svg +3 -0
  266. package/build/web/icons/tool-tip-filled.icon.svg +3 -0
  267. package/build/web/icons/tooltip.icon.svg +3 -0
  268. package/build/web/palette.js +45 -8
  269. package/package.json +1 -1
  270. package/palette.json +183 -0
  271. /package/build/web/fonts/{v0_8_0-StagSans-300-v8O-nDU-W5GzcaJj2KRYn.otf → v0_10_0-StagSans-300-0ZMLuwr-GRak_KxQbhX2U.otf} +0 -0
  272. /package/build/web/fonts/{v0_8_0-StagSans-400-S0u17gO_yPMVoNvlMuddf.otf → v0_10_0-StagSans-400-lXoZdXVUAncwyHLEoNvoM.otf} +0 -0
  273. /package/build/web/fonts/{v0_8_0-StagSans-500-VGxqvPf4b7DvnE4__0xBL.otf → v0_10_0-StagSans-500-jTRsvYu2SJqU058L-22qm.otf} +0 -0
  274. /package/build/web/fonts/{v0_8_0-StagSans-600-iAuKz2wi48c86pjaKqWKI.otf → v0_10_0-StagSans-600-D-2JmR6cb4lS9j0_Mylp_.otf} +0 -0
  275. /package/build/web/fonts/{v0_8_0-StagSans-700-Uhe0jw9kEfeNVY_E0kghk.otf → v0_10_0-StagSans-700-QkHZ7XAYBPPMR4yRWtHsG.otf} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 03 Apr 2023 20:38:31 GMT
5
+ Generated on Thu, 13 Apr 2023 05:56:28 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 Mon, 03 Apr 2023 20:38:31 GMT
5
+ Generated on Thu, 13 Apr 2023 05:56:28 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 Mon, 03 Apr 2023 20:38:31 GMT
5
+ Generated on Thu, 13 Apr 2023 05:56:28 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 Mon, 03 Apr 2023 20:38:31 GMT
5
+ Generated on Thu, 13 Apr 2023 05:56:28 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 Mon, 03 Apr 2023 20:38:31 GMT
5
+ Generated on Thu, 13 Apr 2023 05:56:28 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -27,6 +27,7 @@
27
27
  <dimen name="size_4">4.00dp</dimen>
28
28
  <dimen name="size_40">40.00dp</dimen>
29
29
  <dimen name="size_48">48.00dp</dimen>
30
+ <dimen name="size_5">5.00dp</dimen>
30
31
  <dimen name="size_64">64.00dp</dimen>
31
32
  <dimen name="size_72">72.00dp</dimen>
32
33
  <dimen name="size_8">8.00dp</dimen>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 03 Apr 2023 20:38:31 GMT
7
+ // Generated on Thu, 13 Apr 2023 05:56:28 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 Mon, 03 Apr 2023 20:38:31 GMT
7
+ // Generated on Thu, 13 Apr 2023 05:56:28 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 Mon, 03 Apr 2023 20:38:31 GMT
7
+ // Generated on Thu, 13 Apr 2023 05:56:28 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 Mon, 03 Apr 2023 20:38:31 GMT
7
+ // Generated on Thu, 13 Apr 2023 05:56:28 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 Mon, 03 Apr 2023 20:38:31 GMT
7
+ // Generated on Thu, 13 Apr 2023 05:56:28 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -31,6 +31,7 @@ public enum PaletteSize {
31
31
  public static let size4 = CGFloat(4)
32
32
  public static let size40 = CGFloat(40)
33
33
  public static let size48 = CGFloat(48)
34
+ public static let size5 = CGFloat(5)
34
35
  public static let size64 = CGFloat(64)
35
36
  public static let size72 = CGFloat(72)
36
37
  public static let size8 = CGFloat(8)
@@ -0,0 +1,26 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 32 32",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ d: "M31.63 15.81a2.79 2.79 0 0 0-2.793-2.79l-10.233.003-.003-10.233a2.79 2.79 0 0 0-5.582.002l.004 10.233-10.233.003a2.79 2.79 0 1 0 .002 5.582l10.233-.004.003 10.233a2.79 2.79 0 1 0 5.582-.002l-.004-10.233 10.233-.003a2.79 2.79 0 0 0 2.79-2.792Z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 32 32",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ d: "M31.63 15.81a2.79 2.79 0 0 0-2.793-2.79l-10.233.003-.003-10.233a2.79 2.79 0 0 0-5.582.002l.004 10.233-10.233.003a2.79 2.79 0 1 0 .002 5.582l10.233-.004.003 10.233a2.79 2.79 0 1 0 5.582-.002l-.004-10.233 10.233-.003a2.79 2.79 0 0 0 2.79-2.792Z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ d: "M.114 11.674a1.627 1.627 0 0 0-.114.612c-.004.215.035.428.114.628l.008.02.01.018c.047.089.102.173.164.253.04.076.088.147.143.213l.008.01 6.578 6.819a1.65 1.65 0 0 0 2.382-2.286l-3.863-3.983h16.829a1.627 1.627 0 1 0 0-3.254H5.517L9.184 6.76a1.642 1.642 0 0 0-2.4-2.24L.455 11.15a.981.981 0 0 0-.185.267l-.144.222-.013.034Z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ d: "M.114 11.674a1.627 1.627 0 0 0-.114.612c-.004.215.035.428.114.628l.008.02.01.018c.047.089.102.173.164.253.04.076.088.147.143.213l.008.01 6.578 6.819a1.65 1.65 0 0 0 2.382-2.286l-3.863-3.983h16.829a1.627 1.627 0 1 0 0-3.254H5.517L9.184 6.76a1.642 1.642 0 0 0-2.4-2.24L.455 11.15a.981.981 0 0 0-.185.267l-.144.222-.013.034Z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ d: "M23.886 13.08c.077-.194.116-.402.114-.612a1.625 1.625 0 0 0-.114-.628l-.008-.02-.01-.018a1.791 1.791 0 0 0-.164-.253 1.208 1.208 0 0 0-.143-.213l-.008-.01-6.579-6.819a1.65 1.65 0 0 0-2.381 2.286l3.863 3.983H1.627a1.627 1.627 0 1 0 0 3.255h16.856l-3.666 3.961a1.646 1.646 0 0 0-.293 1.801 1.642 1.642 0 0 0 2.693.44l6.327-6.63a.982.982 0 0 0 .185-.267l.143-.222.014-.034Z"
25
+ })]
26
+ });
@@ -0,0 +1,26 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ d: "M23.886 13.08c.077-.194.116-.402.114-.612a1.625 1.625 0 0 0-.114-.628l-.008-.02-.01-.018a1.791 1.791 0 0 0-.164-.253 1.208 1.208 0 0 0-.143-.213l-.008-.01-6.579-6.819a1.65 1.65 0 0 0-2.381 2.286l3.863 3.983H1.627a1.627 1.627 0 1 0 0 3.255h16.856l-3.666 3.961a1.646 1.646 0 0 0-.293 1.801 1.642 1.642 0 0 0 2.693.44l6.327-6.63a.982.982 0 0 0 .185-.267l.143-.222.014-.034Z"
25
+ })]
26
+ });
@@ -9,6 +9,7 @@ module.exports = ({
9
9
  color,
10
10
  ...props
11
11
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
12
13
  viewBox: "0 0 24 24",
13
14
  height: size,
14
15
  width: size,
@@ -20,6 +21,6 @@ module.exports = ({
20
21
  id: titleId,
21
22
  children: title
22
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
- d: "M1.399 14.925A10.926 10.926 0 0 1 1 12.003c0-1.99.557-3.95 1.503-5.558a11.294 11.294 0 0 1 3.943-3.952A11.058 11.058 0 0 1 11.997 1c1.99 0 3.952.547 5.558 1.493a11.329 11.329 0 0 1 3.952 3.952C22.453 8.052 23 10.013 23 12.003c0 1.99-.547 3.943-1.493 5.55a11.294 11.294 0 0 1-3.952 3.944A11.09 11.09 0 0 1 11.997 23c-1.99 0-3.943-.557-5.55-1.503a11.26 11.26 0 0 1-3.944-3.943 10.724 10.724 0 0 1-1.104-2.63m8.254-5.272a3.203 3.203 0 0 0-.976 2.35 3.322 3.322 0 0 0 3.32 3.321 3.327 3.327 0 0 0 3.326-3.32 3.331 3.331 0 0 0-3.326-3.326c-.917 0-1.698.321-2.344.975"
24
+ d: "M14.718 11.7a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
24
25
  })]
25
26
  });
@@ -11,6 +11,7 @@ module.exports = ({
11
11
  color,
12
12
  ...props
13
13
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
14
15
  viewBox: "0 0 24 24",
15
16
  height: size,
16
17
  width: size,
@@ -20,6 +21,6 @@ module.exports = ({
20
21
  id: titleId,
21
22
  children: title
22
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- d: "M1.399 14.925A10.926 10.926 0 0 1 1 12.003c0-1.99.557-3.95 1.503-5.558a11.294 11.294 0 0 1 3.943-3.952A11.058 11.058 0 0 1 11.997 1c1.99 0 3.952.547 5.558 1.493a11.329 11.329 0 0 1 3.952 3.952C22.453 8.052 23 10.013 23 12.003c0 1.99-.547 3.943-1.493 5.55a11.294 11.294 0 0 1-3.952 3.944A11.09 11.09 0 0 1 11.997 23c-1.99 0-3.943-.557-5.55-1.503a11.26 11.26 0 0 1-3.944-3.943 10.724 10.724 0 0 1-1.104-2.63m8.254-5.272a3.203 3.203 0 0 0-.976 2.35 3.322 3.322 0 0 0 3.32 3.321 3.327 3.327 0 0 0 3.326-3.32 3.331 3.331 0 0 0-3.326-3.326c-.917 0-1.698.321-2.344.975"
24
+ d: "M14.718 11.7a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
24
25
  })]
25
26
  });
@@ -9,7 +9,8 @@ module.exports = ({
9
9
  color,
10
10
  ...props
11
11
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
- viewBox: "0 0 24 24",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 25 24",
13
14
  height: size,
14
15
  width: size,
15
16
  fill: color,
@@ -20,8 +21,6 @@ module.exports = ({
20
21
  id: titleId,
21
22
  children: title
22
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
- d: "M22.703 17.7H7.135c-.357 0-.668-.605-.668-.963V14l16.185-1.822c.657-.073.98-.63.98-1.292v-7.8c0-.718-.213-.843-.929-.843H5.726L4.161.527C3.917.284 3.588 0 3.243 0H1.298C.58 0 0 .653 0 1.37c0 .719.58 1.372 1.298 1.372h1.408l1.025.882v13.113c0 1.792 1.616 3.705 3.404 3.705h.208c-.004.043-.013.085-.013.13a1.428 1.428 0 1 0 2.854 0c0-.045-.009-.087-.013-.13h8.533c-.004.043-.013.085-.013.13a1.428 1.428 0 1 0 2.854 0c0-.045-.009-.087-.013-.13h1.171c.717 0 1.297-.653 1.297-1.372 0-.717-.58-1.37-1.297-1.37",
24
- fill: "#020303",
25
- mask: "url(#prefix__mask-2)"
24
+ d: "M23.806 5.824a.988.988 0 0 0-.338-.276 1.03 1.03 0 0 0-.43-.107H6.26l-.747-2.059a.966.966 0 0 0-.353-.422 1.025 1.025 0 0 0-.535-.172h-3.58a.984.984 0 0 0-.731.23.912.912 0 0 0-.231.306.88.88 0 0 0 .23 1.045.984.984 0 0 0 .732.23h2.991l4.895 13.404c-.223.315-.35.683-.369 1.063 0 .496.18.977.507 1.362a2.26 2.26 0 0 0 1.289.747c.506.1 1.033.027 1.49-.204a2.19 2.19 0 0 0 1.021-1.063H16c.16.359.416.67.743.899a2.324 2.324 0 0 0 2.293.201c.366-.168.677-.429.9-.754a2.085 2.085 0 0 0 .105-2.209 2.195 2.195 0 0 0-.825-.829 2.315 2.315 0 0 0-2.325.016 2.17 2.17 0 0 0-.82.867h-3.26a2.198 2.198 0 0 0-.824-.863 2.323 2.323 0 0 0-1.17-.325 2.075 2.075 0 0 0-.35 0l-.289-.804h9.601a.955.955 0 0 0 .55-.157.896.896 0 0 0 .348-.436l3.3-8.896a.92.92 0 0 0-.17-.794Zm-5.762 14.008a.85.85 0 0 1-.457-.139.8.8 0 0 1-.3-.358.765.765 0 0 1-.044-.459.786.786 0 0 1 .229-.404.86.86 0 0 1 .9-.168c.151.06.28.162.37.293a.772.772 0 0 1-.107 1.005.83.83 0 0 1-.591.23Zm-7.239-1.59c.22 0 .43.084.586.233a.78.78 0 0 1 .242.562.78.78 0 0 1-.242.562.845.845 0 0 1-.902.172.83.83 0 0 1-.269-.172.794.794 0 0 1-.242-.562.768.768 0 0 1 .242-.562.83.83 0 0 1 .585-.233Zm8.305-3.964H9.57L6.936 7.25h14.765l-2.592 7.028Z"
26
25
  })]
27
26
  });
@@ -11,7 +11,8 @@ module.exports = ({
11
11
  color,
12
12
  ...props
13
13
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
- viewBox: "0 0 24 24",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 25 24",
15
16
  height: size,
16
17
  width: size,
17
18
  fill: color,
@@ -20,8 +21,6 @@ module.exports = ({
20
21
  id: titleId,
21
22
  children: title
22
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- d: "M22.703 17.7H7.135c-.357 0-.668-.605-.668-.963V14l16.185-1.822c.657-.073.98-.63.98-1.292v-7.8c0-.718-.213-.843-.929-.843H5.726L4.161.527C3.917.284 3.588 0 3.243 0H1.298C.58 0 0 .653 0 1.37c0 .719.58 1.372 1.298 1.372h1.408l1.025.882v13.113c0 1.792 1.616 3.705 3.404 3.705h.208c-.004.043-.013.085-.013.13a1.428 1.428 0 1 0 2.854 0c0-.045-.009-.087-.013-.13h8.533c-.004.043-.013.085-.013.13a1.428 1.428 0 1 0 2.854 0c0-.045-.009-.087-.013-.13h1.171c.717 0 1.297-.653 1.297-1.372 0-.717-.58-1.37-1.297-1.37",
24
- fill: "#020303",
25
- mask: "url(#prefix__mask-2)"
24
+ d: "M23.806 5.824a.988.988 0 0 0-.338-.276 1.03 1.03 0 0 0-.43-.107H6.26l-.747-2.059a.966.966 0 0 0-.353-.422 1.025 1.025 0 0 0-.535-.172h-3.58a.984.984 0 0 0-.731.23.912.912 0 0 0-.231.306.88.88 0 0 0 .23 1.045.984.984 0 0 0 .732.23h2.991l4.895 13.404c-.223.315-.35.683-.369 1.063 0 .496.18.977.507 1.362a2.26 2.26 0 0 0 1.289.747c.506.1 1.033.027 1.49-.204a2.19 2.19 0 0 0 1.021-1.063H16c.16.359.416.67.743.899a2.324 2.324 0 0 0 2.293.201c.366-.168.677-.429.9-.754a2.085 2.085 0 0 0 .105-2.209 2.195 2.195 0 0 0-.825-.829 2.315 2.315 0 0 0-2.325.016 2.17 2.17 0 0 0-.82.867h-3.26a2.198 2.198 0 0 0-.824-.863 2.323 2.323 0 0 0-1.17-.325 2.075 2.075 0 0 0-.35 0l-.289-.804h9.601a.955.955 0 0 0 .55-.157.896.896 0 0 0 .348-.436l3.3-8.896a.92.92 0 0 0-.17-.794Zm-5.762 14.008a.85.85 0 0 1-.457-.139.8.8 0 0 1-.3-.358.765.765 0 0 1-.044-.459.786.786 0 0 1 .229-.404.86.86 0 0 1 .9-.168c.151.06.28.162.37.293a.772.772 0 0 1-.107 1.005.83.83 0 0 1-.591.23Zm-7.239-1.59c.22 0 .43.084.586.233a.78.78 0 0 1 .242.562.78.78 0 0 1-.242.562.845.845 0 0 1-.902.172.83.83 0 0 1-.269-.172.794.794 0 0 1-.242-.562.768.768 0 0 1 .242-.562.83.83 0 0 1 .585-.233Zm8.305-3.964H9.57L6.936 7.25h14.765l-2.592 7.028Z"
26
25
  })]
27
26
  });
@@ -0,0 +1,28 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M19.796 9.976c.326.081.66.125.996.13a3.66 3.66 0 0 0 .876-.13l-1.872 5.298a.887.887 0 0 1-.857.598H9.767l.278.797c.11-.01.22-.01.33 0a2.132 2.132 0 0 1 1.911 1.175h3.128a2.12 2.12 0 0 1 1.912-1.175 2.141 2.141 0 1 1-1.992 2.988h-2.988a2.14 2.14 0 0 1-4.113-.847c-.006-.368.091-.73.279-1.046L3.83 4.448H1.002a.906.906 0 1 1 0-1.803h3.466a.916.916 0 0 1 .847.588l.757 2.052h10.577a4.622 4.622 0 0 0 0 .657 4.153 4.153 0 0 0 3.147 4.034ZM17.6 18.13a.788.788 0 0 0-.304-.057.797.797 0 1 0 .797.787.788.788 0 0 0-.493-.73Zm-6.67.173a.787.787 0 0 0-.556-.23v-.05a.788.788 0 0 0-.787.837.787.787 0 1 0 1.344-.557ZM23.476 7.702A3.188 3.188 0 0 0 24 5.942a3.207 3.207 0 0 0-6.354-.657 2.828 2.828 0 0 0-.07.657c.001.392.076.78.219 1.146a3.217 3.217 0 0 0 2.29 1.991c.234.044.47.067.708.07a2.98 2.98 0 0 0 1.275-.269 3.187 3.187 0 0 0 1.408-1.178Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M19.796 9.976c.326.081.66.125.996.13a3.66 3.66 0 0 0 .876-.13l-1.872 5.298a.887.887 0 0 1-.857.598H9.767l.278.797c.11-.01.22-.01.33 0a2.132 2.132 0 0 1 1.911 1.175h3.128a2.12 2.12 0 0 1 1.912-1.175 2.141 2.141 0 1 1-1.992 2.988h-2.988a2.14 2.14 0 0 1-4.113-.847c-.006-.368.091-.73.279-1.046L3.83 4.448H1.002a.906.906 0 1 1 0-1.803h3.466a.916.916 0 0 1 .847.588l.757 2.052h10.577a4.622 4.622 0 0 0 0 .657 4.153 4.153 0 0 0 3.147 4.034ZM17.6 18.13a.788.788 0 0 0-.304-.057.797.797 0 1 0 .797.787.788.788 0 0 0-.493-.73Zm-6.67.173a.787.787 0 0 0-.556-.23v-.05a.788.788 0 0 0-.787.837.787.787 0 1 0 1.344-.557ZM23.476 7.702A3.188 3.188 0 0 0 24 5.942a3.207 3.207 0 0 0-6.354-.657 2.828 2.828 0 0 0-.07.657c.001.392.076.78.219 1.146a3.217 3.217 0 0 0 2.29 1.991c.234.044.47.067.708.07a2.98 2.98 0 0 0 1.275-.269 3.187 3.187 0 0 0 1.408-1.178Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -9,10 +9,11 @@ module.exports = ({
9
9
  color,
10
10
  ...props
11
11
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
- width: size,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
13
14
  height: size,
15
+ width: size,
14
16
  fill: color,
15
- xmlns: "http://www.w3.org/2000/svg",
16
17
  role: title ? 'img' : undefined,
17
18
  "aria-hidden": !title,
18
19
  "aria-labelledby": titleId,
@@ -21,8 +22,7 @@ module.exports = ({
21
22
  children: title
22
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
24
  fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M.971 17.584a.97.97 0 0 1-.835-1.463L9.165.827a.97.97 0 0 1 1.67 0l9.029 15.294a.97.97 0 0 1-.835 1.463H.97ZM9.273 15.4h1.454v-1.454H9.273V15.4Zm1.454-2.91H9.273V6.674h1.454v5.819Z",
26
- fill: "#EE2C74"
25
+ d: "M1.166 22.3c-.901 0-1.46-.98-1.003-1.755L10.998 2.192a1.164 1.164 0 0 1 2.004 0l10.835 18.353a1.164 1.164 0 0 1-1.003 1.755H1.166Zm9.961-2.618h1.746v-1.746h-1.746v1.746Zm1.746-3.492h-1.746V9.207h1.746v6.983Z",
26
+ clipRule: "evenodd"
27
27
  })]
28
28
  });
@@ -11,18 +11,18 @@ module.exports = ({
11
11
  color,
12
12
  ...props
13
13
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
- width: size,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
15
16
  height: size,
17
+ width: size,
16
18
  fill: color,
17
- xmlns: "http://www.w3.org/2000/svg",
18
19
  "aria-labelledby": titleId,
19
20
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
21
  id: titleId,
21
22
  children: title
22
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
24
  fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M.971 17.584a.97.97 0 0 1-.835-1.463L9.165.827a.97.97 0 0 1 1.67 0l9.029 15.294a.97.97 0 0 1-.835 1.463H.97ZM9.273 15.4h1.454v-1.454H9.273V15.4Zm1.454-2.91H9.273V6.674h1.454v5.819Z",
26
- fill: "#EE2C74"
25
+ d: "M1.166 22.3c-.901 0-1.46-.98-1.003-1.755L10.998 2.192a1.164 1.164 0 0 1 2.004 0l10.835 18.353a1.164 1.164 0 0 1-1.003 1.755H1.166Zm9.961-2.618h1.746v-1.746h-1.746v1.746Zm1.746-3.492h-1.746V9.207h1.746v6.983Z",
26
+ clipRule: "evenodd"
27
27
  })]
28
28
  });
@@ -9,6 +9,7 @@ module.exports = ({
9
9
  color,
10
10
  ...props
11
11
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
12
13
  viewBox: "0 0 24 24",
13
14
  height: size,
14
15
  width: size,
@@ -20,6 +21,6 @@ module.exports = ({
20
21
  id: titleId,
21
22
  children: title
22
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
- d: "m19.876 2.998-11.78 11.78-3.983-3.97L1 13.923l7.096 7.1.018-.023L22.998 6.125z"
24
+ d: "M23.22 2.706a2.536 2.536 0 0 0-3.585.073L8.134 15.253l-3.805-3.805a2.536 2.536 0 0 0-3.586 3.586l5.635 5.635A2.536 2.536 0 0 0 10 20.632l13.294-14.34a2.536 2.536 0 0 0-.074-3.586Z"
24
25
  })]
25
26
  });
@@ -11,6 +11,7 @@ module.exports = ({
11
11
  color,
12
12
  ...props
13
13
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ xmlns: "http://www.w3.org/2000/svg",
14
15
  viewBox: "0 0 24 24",
15
16
  height: size,
16
17
  width: size,
@@ -20,6 +21,6 @@ module.exports = ({
20
21
  id: titleId,
21
22
  children: title
22
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
- d: "m19.876 2.998-11.78 11.78-3.983-3.97L1 13.923l7.096 7.1.018-.023L22.998 6.125z"
24
+ d: "M23.22 2.706a2.536 2.536 0 0 0-3.585.073L8.134 15.253l-3.805-3.805a2.536 2.536 0 0 0-3.586 3.586l5.635 5.635A2.536 2.536 0 0 0 10 20.632l13.294-14.34a2.536 2.536 0 0 0-.074-3.586Z"
24
25
  })]
25
26
  });
@@ -0,0 +1,28 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm2 0c0 6.625-5.369 11.996-11.993 12h-.014C5.37 23.996 0 18.625 0 12 0 5.373 5.373 0 12 0s12 5.373 12 12Zm-7.546-4.55a1.49 1.49 0 0 1 2.091-.042c.59.56.609 1.485.043 2.068l-7.755 8.274a1.487 1.487 0 0 1-2.113.021l-3.287-3.25a1.452 1.452 0 0 1 0-2.07 1.49 1.49 0 0 1 2.092 0l2.22 2.196 6.709-7.197Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm2 0c0 6.625-5.369 11.996-11.993 12h-.014C5.37 23.996 0 18.625 0 12 0 5.373 5.373 0 12 0s12 5.373 12 12Zm-7.546-4.55a1.49 1.49 0 0 1 2.091-.042c.59.56.609 1.485.043 2.068l-7.755 8.274a1.487 1.487 0 0 1-2.113.021l-3.287-3.25a1.452 1.452 0 0 1 0-2.07 1.49 1.49 0 0 1 2.092 0l2.22 2.196 6.709-7.197Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-7.228-5.513a1.585 1.585 0 0 1 2.287 2.195l-8.31 8.963a1.586 1.586 0 0 1-2.263.023l-3.522-3.521a1.585 1.585 0 1 1 2.241-2.242l2.379 2.378 7.188-7.796Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,28 @@
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
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
16
+ height: size,
17
+ width: size,
18
+ fill: color,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-7.228-5.513a1.585 1.585 0 0 1 2.287 2.195l-8.31 8.963a1.586 1.586 0 0 1-2.263.023l-3.522-3.521a1.585 1.585 0 1 1 2.241-2.242l2.379 2.378 7.188-7.796Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -9,6 +9,7 @@ module.exports = ({
9
9
  color,
10
10
  ...props
11
11
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
12
13
  viewBox: "0 0 24 24",
13
14
  height: size,
14
15
  width: size,
@@ -20,6 +21,6 @@ module.exports = ({
20
21
  id: titleId,
21
22
  children: title
22
23
  }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
- d: "M12 19 1.598 8.515a2.053 2.053 0 0 1 .023-2.919 2.087 2.087 0 0 1 2.939.02l7.44 7.5 7.44-7.5a2.085 2.085 0 0 1 2.94-.02c.818.8.828 2.106.022 2.92L12 19z"
24
+ d: "M23.163 5.408a2.857 2.857 0 0 1 0 4.04l-9.143 9.144a2.857 2.857 0 0 1-4.04 0L.835 9.449a2.857 2.857 0 0 1 4.041-4.04l6.718 6.718a.571.571 0 0 0 .809 0l6.718-6.719a2.857 2.857 0 0 1 4.04 0Z"
24
25
  })]
25
26
  });