@telus-uds/palette-koodo 0.9.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 +1 -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 +1 -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 +45 -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 +44 -8
  269. package/package.json +1 -1
  270. package/palette.json +180 -0
  271. /package/build/web/fonts/{v0_9_0-StagSans-300-F1d_oI6jTKiEwzm836bv7.otf → v0_10_0-StagSans-300-0ZMLuwr-GRak_KxQbhX2U.otf} +0 -0
  272. /package/build/web/fonts/{v0_9_0-StagSans-400-eSNJe5p3hXlXwPdQHAKI8.otf → v0_10_0-StagSans-400-lXoZdXVUAncwyHLEoNvoM.otf} +0 -0
  273. /package/build/web/fonts/{v0_9_0-StagSans-500-75GzKj5IlynXvcFXJHxzi.otf → v0_10_0-StagSans-500-jTRsvYu2SJqU058L-22qm.otf} +0 -0
  274. /package/build/web/fonts/{v0_9_0-StagSans-600-QV-XH3211GyRlED5eXtoc.otf → v0_10_0-StagSans-600-D-2JmR6cb4lS9j0_Mylp_.otf} +0 -0
  275. /package/build/web/fonts/{v0_9_0-StagSans-700-DuTGZJHcKxu_Z58ivI_EL.otf → v0_10_0-StagSans-700-QkHZ7XAYBPPMR4yRWtHsG.otf} +0 -0
@@ -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: "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
  });
@@ -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: "M16.935 23a2.046 2.046 0 0 1-1.449-.599L5 12 15.486 1.598a2.053 2.053 0 0 1 2.92.023c.8.818.79 2.134-.022 2.939l-7.5 7.44 7.5 7.44c.813.806.823 2.122.022 2.94a2.05 2.05 0 0 1-1.471.62"
24
+ d: "M18.592 23.163a2.857 2.857 0 0 1-4.04 0L5.407 14.02a2.857 2.857 0 0 1 0-4.04L14.551.837a2.857 2.857 0 1 1 4.04 4.04l-6.718 6.719a.572.572 0 0 0 0 .808l6.719 6.719a2.857 2.857 0 0 1 0 4.04Z"
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: "M16.935 23a2.046 2.046 0 0 1-1.449-.599L5 12 15.486 1.598a2.053 2.053 0 0 1 2.92.023c.8.818.79 2.134-.022 2.939l-7.5 7.44 7.5 7.44c.813.806.823 2.122.022 2.94a2.05 2.05 0 0 1-1.471.62"
24
+ d: "M18.592 23.163a2.857 2.857 0 0 1-4.04 0L5.407 14.02a2.857 2.857 0 0 1 0-4.04L14.551.837a2.857 2.857 0 1 1 4.04 4.04l-6.718 6.719a.572.572 0 0 0 0 .808l6.719 6.719a2.857 2.857 0 0 1 0 4.04Z"
24
25
  })]
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: "M7.065 23a2.05 2.05 0 0 1-1.47-.62 2.089 2.089 0 0 1 .021-2.94L13.115 12 5.616 4.56a2.087 2.087 0 0 1-.022-2.938 2.05 2.05 0 0 1 2.92-.023L18.999 12 8.514 22.401c-.402.4-.925.599-1.449.599"
24
+ d: "M5.408.837a2.857 2.857 0 0 1 4.04 0l9.144 9.143a2.857 2.857 0 0 1 0 4.04l-9.143 9.143a2.857 2.857 0 0 1-4.04-4.04l6.718-6.719a.571.571 0 0 0 0-.808L5.408 4.877a2.857 2.857 0 0 1 0-4.04Z"
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: "M7.065 23a2.05 2.05 0 0 1-1.47-.62 2.089 2.089 0 0 1 .021-2.94L13.115 12 5.616 4.56a2.087 2.087 0 0 1-.022-2.938 2.05 2.05 0 0 1 2.92-.023L18.999 12 8.514 22.401c-.402.4-.925.599-1.449.599"
24
+ d: "M5.408.837a2.857 2.857 0 0 1 4.04 0l9.144 9.143a2.857 2.857 0 0 1 0 4.04l-9.143 9.143a2.857 2.857 0 0 1-4.04-4.04l6.718-6.719a.571.571 0 0 0 0-.808L5.408 4.877a2.857 2.857 0 0 1 0-4.04Z"
24
25
  })]
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: "M20.92 19a2.078 2.078 0 0 1-1.48-.615l-7.44-7.5-7.44 7.5a2.089 2.089 0 0 1-2.94.02 2.053 2.053 0 0 1-.022-2.919L12 5l10.402 10.486c.806.811.796 2.12-.023 2.92a2.075 2.075 0 0 1-1.458.594"
24
+ d: "M.837 18.592a2.857 2.857 0 0 1 0-4.04L9.98 5.407a2.857 2.857 0 0 1 4.04 0l9.143 9.143a2.857 2.857 0 0 1-4.04 4.04l-6.719-6.718a.572.572 0 0 0-.808 0l-6.719 6.719a2.857 2.857 0 0 1-4.04 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: "M20.92 19a2.078 2.078 0 0 1-1.48-.615l-7.44-7.5-7.44 7.5a2.089 2.089 0 0 1-2.94.02 2.053 2.053 0 0 1-.022-2.919L12 5l10.402 10.486c.806.811.796 2.12-.023 2.92a2.075 2.075 0 0 1-1.458.594"
24
+ d: "M.837 18.592a2.857 2.857 0 0 1 0-4.04L9.98 5.407a2.857 2.857 0 0 1 4.04 0l9.143 9.143a2.857 2.857 0 0 1-4.04 4.04l-6.719-6.718a.572.572 0 0 0-.808 0l-6.719 6.719a2.857 2.857 0 0 1-4.04 0Z"
24
25
  })]
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.183.817a2.79 2.79 0 0 0-3.947 0L12 8.053 4.764.817A2.79 2.79 0 0 0 .817 4.764L8.053 12 .817 19.236a2.79 2.79 0 0 0 3.947 3.947L12 15.947l7.236 7.236a2.79 2.79 0 1 0 3.947-3.947L15.947 12l7.236-7.236a2.79 2.79 0 0 0 0-3.947Z"
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.183.817a2.79 2.79 0 0 0-3.947 0L12 8.053 4.764.817A2.79 2.79 0 0 0 .817 4.764L8.053 12 .817 19.236a2.79 2.79 0 0 0 3.947 3.947L12 15.947l7.236 7.236a2.79 2.79 0 1 0 3.947-3.947L15.947 12l7.236-7.236a2.79 2.79 0 0 0 0-3.947Z"
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: "M0 2.07V21.9a2 2 0 0 0 2 2h9.07a.57.57 0 0 0 .53-.56.56.56 0 0 0-.54-.54H2a.901.901 0 0 1-.9-.91V2.07a.9.9 0 0 1 .9-.9h13.659a.9.9 0 0 1 .9.9V3.6a.55.55 0 1 0 1.1 0V2.07a2 2 0 0 0-2-2H1.999A2 2 0 0 0 0 2.07Zm24 19.906v-.001c0-.026 0-.05-.002-.076V6.489a2.07 2.07 0 0 0-.71-1.55 2 2 0 0 0-1.29-.47H14a2 2 0 0 0-2 2V21.9a2 2 0 0 0 .22.91c.11.213.256.405.43.57a2 2 0 0 0 1.36.54h8c.146.015.293.015.44 0a2 2 0 0 0 1.11-.69 2 2 0 0 0 .44-1.254ZM11.12 19.53H3.05V2.91h11.32v.67a.55.55 0 1 0 1.1 0v-.65a1.14 1.14 0 0 0-1.13-1.13H3.06a1.14 1.14 0 0 0-1.13 1.13v16.579a1.13 1.13 0 0 0 1.13 1.13h8.06a.55.55 0 1 0 0-1.1v-.01Zm11.759 2.41a.89.89 0 0 1-.46.79.83.83 0 0 1-.44.12h-8a.91.91 0 0 1-.9-.91v-.6h9.84l-.04.6Zm0-1.72h-9.88V8.729h9.84l.04 11.49Zm0-12.57h-9.88V6.49a.91.91 0 0 1 .9-.91h8a.9.9 0 0 1 .9.91l.08 1.16ZM8.859 22.61a.81.81 0 1 0 0-1.62.81.81 0 0 0 0 1.62Zm8.51-16.54h1.78a.56.56 0 0 1 0 1.12h-1.78a.56.56 0 0 1 0-1.12Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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: "M0 2.07V21.9a2 2 0 0 0 2 2h9.07a.57.57 0 0 0 .53-.56.56.56 0 0 0-.54-.54H2a.901.901 0 0 1-.9-.91V2.07a.9.9 0 0 1 .9-.9h13.659a.9.9 0 0 1 .9.9V3.6a.55.55 0 1 0 1.1 0V2.07a2 2 0 0 0-2-2H1.999A2 2 0 0 0 0 2.07Zm24 19.906v-.001c0-.026 0-.05-.002-.076V6.489a2.07 2.07 0 0 0-.71-1.55 2 2 0 0 0-1.29-.47H14a2 2 0 0 0-2 2V21.9a2 2 0 0 0 .22.91c.11.213.256.405.43.57a2 2 0 0 0 1.36.54h8c.146.015.293.015.44 0a2 2 0 0 0 1.11-.69 2 2 0 0 0 .44-1.254ZM11.12 19.53H3.05V2.91h11.32v.67a.55.55 0 1 0 1.1 0v-.65a1.14 1.14 0 0 0-1.13-1.13H3.06a1.14 1.14 0 0 0-1.13 1.13v16.579a1.13 1.13 0 0 0 1.13 1.13h8.06a.55.55 0 1 0 0-1.1v-.01Zm11.759 2.41a.89.89 0 0 1-.46.79.83.83 0 0 1-.44.12h-8a.91.91 0 0 1-.9-.91v-.6h9.84l-.04.6Zm0-1.72h-9.88V8.729h9.84l.04 11.49Zm0-12.57h-9.88V6.49a.91.91 0 0 1 .9-.91h8a.9.9 0 0 1 .9.91l.08 1.16ZM8.859 22.61a.81.81 0 1 0 0-1.62.81.81 0 0 0 0 1.62Zm8.51-16.54h1.78a.56.56 0 0 1 0 1.12h-1.78a.56.56 0 0 1 0-1.12Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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: "M0 15.071v8h24v-8a1.143 1.143 0 0 0-2.286 0v5.715H2.286V15.07a1.143 1.143 0 0 0-2.286 0Zm13.085.083 1.61-1.766.163-.18c.116-.128.232-.256.35-.382.435-.462 1.103-.502 1.57-.096.45.391.493 1.065.077 1.539-.383.435-.774.864-1.165 1.293l-.463.509-.532.587c-.593.655-1.186 1.31-1.781 1.963-.278.305-.62.42-1.04.366-.36-.047-.628-.217-.864-.475-.723-.795-1.449-1.588-2.174-2.38L7.172 14.31c-.388-.425-.419-1.001-.086-1.438.401-.525 1.214-.57 1.662-.083.454.492.904.988 1.355 1.483l.001.001.587.645.13.14.073.08.005-.083c.002-.044.004-.08.004-.114V3.347a75.98 75.98 0 0 1 .002-1.263c.006-.551.393-.996.918-1.072.54-.077 1.042.216 1.201.718.043.134.059.283.059.425.002 3.733.002 7.466.002 11.2v1.799Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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: "M0 15.071v8h24v-8a1.143 1.143 0 0 0-2.286 0v5.715H2.286V15.07a1.143 1.143 0 0 0-2.286 0Zm13.085.083 1.61-1.766.163-.18c.116-.128.232-.256.35-.382.435-.462 1.103-.502 1.57-.096.45.391.493 1.065.077 1.539-.383.435-.774.864-1.165 1.293l-.463.509-.532.587c-.593.655-1.186 1.31-1.781 1.963-.278.305-.62.42-1.04.366-.36-.047-.628-.217-.864-.475-.723-.795-1.449-1.588-2.174-2.38L7.172 14.31c-.388-.425-.419-1.001-.086-1.438.401-.525 1.214-.57 1.662-.083.454.492.904.988 1.355 1.483l.001.001.587.645.13.14.073.08.005-.083c.002-.044.004-.08.004-.114V3.347a75.98 75.98 0 0 1 .002-1.263c.006-.551.393-.996.918-1.072.54-.077 1.042.216 1.201.718.043.134.059.283.059.425.002 3.733.002 7.466.002 11.2v1.799Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -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,
@@ -19,14 +20,9 @@ module.exports = ({
19
20
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
21
  id: titleId,
21
22
  children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
24
  fillRule: "evenodd",
24
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
25
- fill: "#FFF",
26
- d: "M9 3h3.4v17H9z"
27
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
- d: "M9.618 13.073h2.762v-9.67H9.618v9.67Zm0 5.524h2.762v-2.762H9.618v2.762ZM6.443 0 0 6.442v9.115L6.443 22h9.114L22 15.557V6.442L15.557 0H6.443Z",
29
- fill: "#E61360"
30
- })]
25
+ d: "M0 16.97V7.03L7.014 0h9.956L24 7.03v9.94L16.97 24H7.014L0 16.97Zm10.286-9.102.919 6.645 1.565.058.927-6.703.017-3.582h-3.428v3.582Zm0 9.275v3.374l3.357.054h.018l.053-3.374-3.428-.054Z",
26
+ clipRule: "evenodd"
31
27
  })]
32
28
  });
@@ -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,
@@ -19,14 +20,9 @@ module.exports = ({
19
20
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
21
  id: titleId,
21
22
  children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
24
  fillRule: "evenodd",
24
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
25
- fill: "#FFF",
26
- d: "M9 3h3.4v17H9z"
27
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
28
- d: "M9.618 13.073h2.762v-9.67H9.618v9.67Zm0 5.524h2.762v-2.762H9.618v2.762ZM6.443 0 0 6.442v9.115L6.443 22h9.114L22 15.557V6.442L15.557 0H6.443Z",
29
- fill: "#E61360"
30
- })]
25
+ d: "M0 16.97V7.03L7.014 0h9.956L24 7.03v9.94L16.97 24H7.014L0 16.97Zm10.286-9.102.919 6.645 1.565.058.927-6.703.017-3.582h-3.428v3.582Zm0 9.275v3.374l3.357.054h.018l.053-3.374-3.428-.054Z",
26
+ clipRule: "evenodd"
31
27
  })]
32
28
  });
@@ -9,7 +9,8 @@ module.exports = ({
9
9
  color,
10
10
  ...props
11
11
  }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
- viewBox: "0 0 28 25",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
13
14
  height: size,
14
15
  width: size,
15
16
  fill: color,
@@ -19,17 +20,9 @@ module.exports = ({
19
20
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
21
  id: titleId,
21
22
  children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
23
- fill: "none",
24
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
25
- d: "M1.004 24h25.993a1 1 0 0 0 .86-1.508L14.862.477a1 1 0 0 0-1.722 0L.142 22.492A1 1 0 0 0 1.004 24Z",
26
- fill: "#E61360"
27
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
- fill: "#EE2C74",
29
- d: "M12 7h5v16h-5z"
30
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
31
- d: "M8.5 15.5h11",
32
- stroke: "#FFF"
33
- })]
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M24 22.345H0l11.648-20.69L24 22.345ZM7.42 14.069a.828.828 0 0 0 0 1.655h9.16a.828.828 0 0 0 0-1.655H7.42Z",
26
+ clipRule: "evenodd"
34
27
  })]
35
28
  });
@@ -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 28 25",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
15
16
  height: size,
16
17
  width: size,
17
18
  fill: color,
@@ -19,17 +20,9 @@ module.exports = ({
19
20
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
21
  id: titleId,
21
22
  children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
23
- fill: "none",
24
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
25
- d: "M1.004 24h25.993a1 1 0 0 0 .86-1.508L14.862.477a1 1 0 0 0-1.722 0L.142 22.492A1 1 0 0 0 1.004 24Z",
26
- fill: "#E61360"
27
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
28
- fill: "#EE2C74",
29
- d: "M12 7h5v16h-5z"
30
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
31
- d: "M8.5 15.5h11",
32
- stroke: "#FFF"
33
- })]
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M24 22.345H0l11.648-20.69L24 22.345ZM7.42 14.069a.828.828 0 0 0 0 1.655h9.16a.828.828 0 0 0 0-1.655H7.42Z",
26
+ clipRule: "evenodd"
34
27
  })]
35
28
  });
@@ -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.777 23.245 7.845.753c.481.046 1.101-.629 1.157-1.176.055-.548-.322-1.074-.804-1.12l-5.159-.791 7.226-6.884c.38-.355.242-1.262-.06-1.682-.3-.42-.91-.553-1.289-.198L2.41 18.952l.539-5.647c.055-.548-.323-1.073-.804-1.12-.481-.046-1.183.514-1.239 1.062l-.9 8.923c-.055.548.29 1.03.771 1.075ZM23.994 1.829l-.902 8.924c-.055.548-.757 1.108-1.239 1.062-.481-.046-.859-.572-.803-1.12l.338-5.927-7.342 6.727c-.38.355-1.132.022-1.434-.398-.301-.42-.295-1.127.085-1.481l7.285-6.807-4.959-.51c-.481-.047-.859-.572-.803-1.12.055-.548.675-1.223 1.157-1.177l7.846.751c.481.047.826.528.771 1.076Z"
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.777 23.245 7.845.753c.481.046 1.101-.629 1.157-1.176.055-.548-.322-1.074-.804-1.12l-5.159-.791 7.226-6.884c.38-.355.242-1.262-.06-1.682-.3-.42-.91-.553-1.289-.198L2.41 18.952l.539-5.647c.055-.548-.323-1.073-.804-1.12-.481-.046-1.183.514-1.239 1.062l-.9 8.923c-.055.548.29 1.03.771 1.075ZM23.994 1.829l-.902 8.924c-.055.548-.757 1.108-1.239 1.062-.481-.046-.859-.572-.803-1.12l.338-5.927-7.342 6.727c-.38.355-1.132.022-1.434-.398-.301-.42-.295-1.127.085-1.481l7.285-6.807-4.959-.51c-.481-.047-.859-.572-.803-1.12.055-.548.675-1.223 1.157-1.177l7.846.751c.481.047.826.528.771 1.076Z"
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 29 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,
@@ -19,18 +20,7 @@ module.exports = ({
19
20
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
21
  id: titleId,
21
22
  children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
23
- transform: "translate(2)",
24
- stroke: "#016b6a",
25
- fill: "none",
26
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
- d: "M12.5 20c4.602 0 8.769-2.667 12.5-8-3.731-5.333-7.898-8-12.5-8S3.731 6.667 0 12c3.731 5.333 7.898 8 12.5 8Z"
28
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
29
- cx: 12,
30
- cy: 12,
31
- r: 4
32
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
33
- d: "M1 23C16.611 7.667 23.944.333 23 1"
34
- })]
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ d: "m19.571 5.733 1.763-1.763a.923.923 0 1 0-1.301-1.31L17.77 4.92a16.614 16.614 0 0 0-5.769-.996C5.384 3.924.003 7.542.003 12c0 2.52 1.726 4.781 4.43 6.258L2.672 20.03a.923.923 0 0 0 1.001 1.506.924.924 0 0 0 .3-.204l2.262-2.252a16.796 16.796 0 0 0 5.768.997c6.618 0 12-3.628 12-8.077 0-2.529-1.726-4.78-4.43-6.267ZM1.85 12c0-3.378 4.615-6.23 10.153-6.23a15 15 0 0 1 4.31.618l-1.624 1.616a4.818 4.818 0 0 0-6.682 6.682L5.81 16.892C3.42 15.738 1.85 13.957 1.85 12Zm13.126 0a2.954 2.954 0 0 1-4.31 2.64l3.977-3.941c.21.402.323.848.333 1.301ZM9.03 12a2.972 2.972 0 0 1 2.972-2.972c.467 0 .926.115 1.339.332l-3.978 3.98A2.99 2.99 0 0 1 9.03 12Zm2.972 6.23c-1.459 0-2.91-.208-4.31-.618l1.615-1.615A4.818 4.818 0 0 0 16 9.305l2.197-2.197c2.39 1.154 3.96 2.926 3.96 4.892 0 3.378-4.615 6.23-10.154 6.23Z"
35
25
  })]
36
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 29 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,
@@ -19,18 +20,7 @@ module.exports = ({
19
20
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
21
  id: titleId,
21
22
  children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
23
- transform: "translate(2)",
24
- stroke: "#016b6a",
25
- fill: "none",
26
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
27
- d: "M12.5 20c4.602 0 8.769-2.667 12.5-8-3.731-5.333-7.898-8-12.5-8S3.731 6.667 0 12c3.731 5.333 7.898 8 12.5 8Z"
28
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {
29
- cx: 12,
30
- cy: 12,
31
- r: 4
32
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
33
- d: "M1 23C16.611 7.667 23.944.333 23 1"
34
- })]
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ d: "m19.571 5.733 1.763-1.763a.923.923 0 1 0-1.301-1.31L17.77 4.92a16.614 16.614 0 0 0-5.769-.996C5.384 3.924.003 7.542.003 12c0 2.52 1.726 4.781 4.43 6.258L2.672 20.03a.923.923 0 0 0 1.001 1.506.924.924 0 0 0 .3-.204l2.262-2.252a16.796 16.796 0 0 0 5.768.997c6.618 0 12-3.628 12-8.077 0-2.529-1.726-4.78-4.43-6.267ZM1.85 12c0-3.378 4.615-6.23 10.153-6.23a15 15 0 0 1 4.31.618l-1.624 1.616a4.818 4.818 0 0 0-6.682 6.682L5.81 16.892C3.42 15.738 1.85 13.957 1.85 12Zm13.126 0a2.954 2.954 0 0 1-4.31 2.64l3.977-3.941c.21.402.323.848.333 1.301ZM9.03 12a2.972 2.972 0 0 1 2.972-2.972c.467 0 .926.115 1.339.332l-3.978 3.98A2.99 2.99 0 0 1 9.03 12Zm2.972 6.23c-1.459 0-2.91-.208-4.31-.618l1.615-1.615A4.818 4.818 0 0 0 16 9.305l2.197-2.197c2.39 1.154 3.96 2.926 3.96 4.892 0 3.378-4.615 6.23-10.154 6.23Z"
35
25
  })]
36
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 29 18",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
13
14
  height: size,
14
15
  width: size,
15
16
  fill: color,
@@ -19,16 +20,9 @@ module.exports = ({
19
20
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
21
  id: titleId,
21
22
  children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
23
- transform: "translate(2 1)",
24
- stroke: "#016b6a",
25
- fill: "none",
26
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
27
- d: "M12.5 16c4.602 0 8.769-2.667 12.5-8-3.731-5.333-7.898-8-12.5-8S3.731 2.667 0 8c3.731 5.333 7.898 8 12.5 8Z"
28
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
29
- cx: 12,
30
- cy: 8,
31
- r: 4
32
- })]
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M0 12c0 4.458 5.382 8.076 12 8.076S24 16.45 24 12c0-4.449-5.382-8.076-12-8.076S0 7.542 0 12Zm1.847 0c0-3.378 4.615-6.23 10.153-6.23S22.153 8.622 22.153 12c0 3.378-4.615 6.23-10.153 6.23S1.847 15.378 1.847 12Zm7.476 4.034a4.818 4.818 0 1 0 5.354-8.013 4.818 4.818 0 0 0-5.354 8.013Zm1.026-6.478a2.972 2.972 0 0 1 1.651-.5v-.028a2.972 2.972 0 0 1 2.972 3 2.972 2.972 0 1 1-4.623-2.472Z",
26
+ clipRule: "evenodd"
33
27
  })]
34
28
  });
@@ -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 29 18",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ viewBox: "0 0 24 24",
15
16
  height: size,
16
17
  width: size,
17
18
  fill: color,
@@ -19,16 +20,9 @@ module.exports = ({
19
20
  children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
21
  id: titleId,
21
22
  children: title
22
- }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
23
- transform: "translate(2 1)",
24
- stroke: "#016b6a",
25
- fill: "none",
26
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
27
- d: "M12.5 16c4.602 0 8.769-2.667 12.5-8-3.731-5.333-7.898-8-12.5-8S3.731 2.667 0 8c3.731 5.333 7.898 8 12.5 8Z"
28
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Circle, {
29
- cx: 12,
30
- cy: 8,
31
- r: 4
32
- })]
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fillRule: "evenodd",
25
+ d: "M0 12c0 4.458 5.382 8.076 12 8.076S24 16.45 24 12c0-4.449-5.382-8.076-12-8.076S0 7.542 0 12Zm1.847 0c0-3.378 4.615-6.23 10.153-6.23S22.153 8.622 22.153 12c0 3.378-4.615 6.23-10.153 6.23S1.847 15.378 1.847 12Zm7.476 4.034a4.818 4.818 0 1 0 5.354-8.013 4.818 4.818 0 0 0-5.354 8.013Zm1.026-6.478a2.972 2.972 0 0 1 1.651-.5v-.028a2.972 2.972 0 0 1 2.972 3 2.972 2.972 0 1 1-4.623-2.472Z",
26
+ clipRule: "evenodd"
33
27
  })]
34
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: "M9.017 0h.01c.78.016 1.538.33 2.084.875.255.254.454.598.613.932.099.21.19.435.275.666a7.98 7.98 0 0 1 .276-.666c.159-.334.358-.678.613-.932 1.163-1.162 3.11-1.162 4.27 0 1.004 1.005 1.174 2.458.506 3.613h3.665a2.667 2.667 0 0 1 2.666 2.665v2.986a2.669 2.669 0 0 1-2.24 2.631v8.565A2.667 2.667 0 0 1 19.09 24H4.163a2.668 2.668 0 0 1-2.666-2.665v-8.803a2.667 2.667 0 0 1-1.492-2.393V7.153A2.667 2.667 0 0 1 2.67 4.488h3.665c-.668-1.155-.499-2.607.507-3.613C7.436.281 8.247.008 9.006 0h.01Zm5.56 3.892c-.198.067-.41.132-.629.194.063-.219.128-.431.194-.628a6.76 6.76 0 0 1 .258-.665 1.813 1.813 0 0 1 .146-.261c.237-.232.684-.268.955.002.29.29.29.665 0 .954l.001-.001s-.016.014-.06.04a1.94 1.94 0 0 1-.2.107c-.174.081-.4.169-.666.258Zm-4.526.194a13.93 13.93 0 0 1-.627-.193 6.531 6.531 0 0 1-.665-.259 2.032 2.032 0 0 1-.201-.106c-.044-.027-.06-.041-.06-.041l.001.001c-.29-.29-.29-.663 0-.954a.65.65 0 0 1 .467-.189h.02a.697.697 0 0 1 .467.189l-.001-.002s.014.017.04.06c.03.048.066.115.107.201.081.174.169.4.258.666.067.196.132.408.194.627ZM7.853 6.833H2.67a.321.321 0 0 0-.321.32v2.986c0 .175.144.32.32.32h18.66a.322.322 0 0 0 .322-.32V7.153a.322.322 0 0 0-.322-.32h-5.182c.043.034.085.069.124.103a1.171 1.171 0 1 1-1.528 1.777c-.294-.251-.82-.576-1.421-.904A31.36 31.36 0 0 0 12 7.13a30.48 30.48 0 0 0-1.322.678c-.601.329-1.128.653-1.422.904a1.17 1.17 0 0 1-1.655-.127 1.171 1.171 0 0 1 .128-1.65l.124-.103ZM3.84 12.805v8.53a.32.32 0 0 0 .321.32H19.09c.177 0 .32-.146.32-.32v-8.53H3.842Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });