@telus-uds/palette-allium 3.0.0 → 3.2.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 (123) hide show
  1. package/build/android/border.xml +1 -1
  2. package/build/android/color.xml +2 -2
  3. package/build/android/font_size.xml +1 -1
  4. package/build/android/radius.xml +1 -1
  5. package/build/android/size.xml +3 -1
  6. package/build/ios/Border.swift +1 -1
  7. package/build/ios/Color.swift +2 -2
  8. package/build/ios/FontSize.swift +1 -1
  9. package/build/ios/Radius.swift +1 -1
  10. package/build/ios/Size.swift +3 -1
  11. package/build/rn/icons/AndroidEN.js +55 -0
  12. package/build/rn/icons/AndroidEN.native.js +54 -0
  13. package/build/rn/icons/AndroidFR.js +52 -0
  14. package/build/rn/icons/AndroidFR.native.js +51 -0
  15. package/build/rn/icons/BasketBold.js +28 -0
  16. package/build/rn/icons/BasketBold.native.js +27 -0
  17. package/build/rn/icons/BasketSolid.js +28 -0
  18. package/build/rn/icons/BasketSolid.native.js +27 -0
  19. package/build/rn/icons/BillingBold.js +30 -0
  20. package/build/rn/icons/BillingBold.native.js +29 -0
  21. package/build/rn/icons/BillingSolid.js +28 -0
  22. package/build/rn/icons/BillingSolid.native.js +27 -0
  23. package/build/rn/icons/ChartsBar3Bold.js +28 -0
  24. package/build/rn/icons/ChartsBar3Bold.native.js +27 -0
  25. package/build/rn/icons/ChartsBar3Solid.js +26 -0
  26. package/build/rn/icons/ChartsBar3Solid.native.js +25 -0
  27. package/build/rn/icons/ChatHappyBold.js +30 -0
  28. package/build/rn/icons/ChatHappyBold.native.js +29 -0
  29. package/build/rn/icons/ChatHappySolid.js +28 -0
  30. package/build/rn/icons/ChatHappySolid.native.js +27 -0
  31. package/build/rn/icons/HouseBold.js +32 -0
  32. package/build/rn/icons/HouseBold.native.js +31 -0
  33. package/build/rn/icons/HouseSolid.js +28 -0
  34. package/build/rn/icons/HouseSolid.native.js +27 -0
  35. package/build/rn/icons/IOSEN.js +47 -0
  36. package/build/rn/icons/IOSEN.native.js +46 -0
  37. package/build/rn/icons/IOSFR.js +47 -0
  38. package/build/rn/icons/IOSFR.native.js +46 -0
  39. package/build/rn/icons/IdCard.js +28 -0
  40. package/build/rn/icons/IdCard.native.js +27 -0
  41. package/build/rn/icons/OffersBold.js +30 -0
  42. package/build/rn/icons/OffersBold.native.js +29 -0
  43. package/build/rn/icons/OffersSolid.js +28 -0
  44. package/build/rn/icons/OffersSolid.native.js +27 -0
  45. package/build/rn/icons/Tag.js +28 -0
  46. package/build/rn/icons/Tag.native.js +27 -0
  47. package/build/rn/icons/UserAdd.js +28 -0
  48. package/build/rn/icons/UserAdd.native.js +27 -0
  49. package/build/rn/icons/android-en.icon.svg +23 -0
  50. package/build/rn/icons/android-fr.icon.svg +31 -0
  51. package/build/rn/icons/basket-bold.icon.svg +3 -0
  52. package/build/rn/icons/basket-solid.icon.svg +3 -0
  53. package/build/rn/icons/billing-bold.icon.svg +4 -0
  54. package/build/rn/icons/billing-solid.icon.svg +3 -0
  55. package/build/rn/icons/charts-bar3-bold.icon.svg +3 -0
  56. package/build/rn/icons/charts-bar3-solid.icon.svg +3 -0
  57. package/build/rn/icons/chat-happy-bold.icon.svg +4 -0
  58. package/build/rn/icons/chat-happy-solid.icon.svg +3 -0
  59. package/build/rn/icons/house-bold.icon.svg +4 -0
  60. package/build/rn/icons/house-solid.icon.svg +3 -0
  61. package/build/rn/icons/id-card.icon.svg +3 -0
  62. package/build/rn/icons/index.js +19 -0
  63. package/build/rn/icons/iosen.icon.svg +52 -0
  64. package/build/rn/icons/iosfr.icon.svg +56 -0
  65. package/build/rn/icons/offers-bold.icon.svg +4 -0
  66. package/build/rn/icons/offers-solid.icon.svg +3 -0
  67. package/build/rn/icons/tag.icon.svg +3 -0
  68. package/build/rn/icons/user-add.icon.svg +3 -0
  69. package/build/rn/palette.js +23 -2
  70. package/build/web/fonts/fonts-cdn-family.css +8 -8
  71. package/build/web/fonts/fonts-cdn.css +8 -8
  72. package/build/web/fonts/fonts-local-family.css +8 -8
  73. package/build/web/fonts/fonts-local.css +8 -8
  74. package/build/web/icons/AndroidEN.js +55 -0
  75. package/build/web/icons/AndroidFR.js +52 -0
  76. package/build/web/icons/BasketBold.js +28 -0
  77. package/build/web/icons/BasketSolid.js +28 -0
  78. package/build/web/icons/BillingBold.js +30 -0
  79. package/build/web/icons/BillingSolid.js +28 -0
  80. package/build/web/icons/ChartsBar3Bold.js +28 -0
  81. package/build/web/icons/ChartsBar3Solid.js +26 -0
  82. package/build/web/icons/ChatHappyBold.js +30 -0
  83. package/build/web/icons/ChatHappySolid.js +28 -0
  84. package/build/web/icons/HouseBold.js +32 -0
  85. package/build/web/icons/HouseSolid.js +28 -0
  86. package/build/web/icons/IOSEN.js +47 -0
  87. package/build/web/icons/IOSFR.js +47 -0
  88. package/build/web/icons/IdCard.js +28 -0
  89. package/build/web/icons/OffersBold.js +30 -0
  90. package/build/web/icons/OffersSolid.js +28 -0
  91. package/build/web/icons/Tag.js +28 -0
  92. package/build/web/icons/UserAdd.js +28 -0
  93. package/build/web/icons/android-en.icon.svg +23 -0
  94. package/build/web/icons/android-fr.icon.svg +31 -0
  95. package/build/web/icons/basket-bold.icon.svg +3 -0
  96. package/build/web/icons/basket-solid.icon.svg +3 -0
  97. package/build/web/icons/billing-bold.icon.svg +4 -0
  98. package/build/web/icons/billing-solid.icon.svg +3 -0
  99. package/build/web/icons/charts-bar3-bold.icon.svg +3 -0
  100. package/build/web/icons/charts-bar3-solid.icon.svg +3 -0
  101. package/build/web/icons/chat-happy-bold.icon.svg +4 -0
  102. package/build/web/icons/chat-happy-solid.icon.svg +3 -0
  103. package/build/web/icons/house-bold.icon.svg +4 -0
  104. package/build/web/icons/house-solid.icon.svg +3 -0
  105. package/build/web/icons/id-card.icon.svg +3 -0
  106. package/build/web/icons/index.js +19 -0
  107. package/build/web/icons/iosen.icon.svg +52 -0
  108. package/build/web/icons/iosfr.icon.svg +56 -0
  109. package/build/web/icons/offers-bold.icon.svg +4 -0
  110. package/build/web/icons/offers-solid.icon.svg +3 -0
  111. package/build/web/icons/tag.icon.svg +3 -0
  112. package/build/web/icons/user-add.icon.svg +3 -0
  113. package/build/web/palette.js +31 -10
  114. package/package.json +2 -2
  115. package/palette.json +83 -1
  116. /package/build/web/fonts/{HNforTELUSSA-Bd-v3_0_0.otf → HNforTELUSSA-Bd-v3_2_0.otf} +0 -0
  117. /package/build/web/fonts/{HNforTELUSSA-Display-v3_0_0.otf → HNforTELUSSA-Display-v3_2_0.otf} +0 -0
  118. /package/build/web/fonts/{HNforTELUSSA-Md-v3_0_0.otf → HNforTELUSSA-Md-v3_2_0.otf} +0 -0
  119. /package/build/web/fonts/{HNforTELUSSA-v3_0_0.otf → HNforTELUSSA-v3_2_0.otf} +0 -0
  120. /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v3_0_0.woff → HNforTELUSSABold_normal_normal-v3_2_0.woff} +0 -0
  121. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v3_0_0.woff → HNforTELUSSADisplay_normal_normal-v3_2_0.woff} +0 -0
  122. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v3_0_0.woff → HNforTELUSSAMedium_normal_normal-v3_2_0.woff} +0 -0
  123. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v3_0_0.woff → HNforTELUSSARegular_normal_normal-v3_2_0.woff} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 22 Aug 2024 18:23:26 GMT
5
+ Generated on Wed, 25 Sep 2024 17:03:26 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 Thu, 22 Aug 2024 18:23:26 GMT
5
+ Generated on Wed, 25 Sep 2024 17:03:26 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -43,7 +43,7 @@
43
43
  <color name="purple_dark">#ff3f2a54</color>
44
44
  <color name="purple_deluge">#ff7c53a5</color>
45
45
  <color name="purple_eminence">#ff613889</color>
46
- <color name="purple_light">#ffe0d8fc</color>
46
+ <color name="purple_light">#ffefedff</color>
47
47
  <color name="purple_telus">#ff4b286d</color>
48
48
  <color name="red">#ffe12339</color>
49
49
  <color name="red_dark">#ffc12335</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Thu, 22 Aug 2024 18:23:26 GMT
5
+ Generated on Wed, 25 Sep 2024 17:03:26 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 Thu, 22 Aug 2024 18:23:26 GMT
5
+ Generated on Wed, 25 Sep 2024 17:03:26 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 Thu, 22 Aug 2024 18:23:26 GMT
5
+ Generated on Wed, 25 Sep 2024 17:03:26 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -17,6 +17,7 @@
17
17
  <dimen name="size_144">144.00dp</dimen>
18
18
  <dimen name="size_15">15.00dp</dimen>
19
19
  <dimen name="size_16">16.00dp</dimen>
20
+ <dimen name="size_162">162.00dp</dimen>
20
21
  <dimen name="size_168">168.00dp</dimen>
21
22
  <dimen name="size_18">18.00dp</dimen>
22
23
  <dimen name="size_184">184.00dp</dimen>
@@ -42,6 +43,7 @@
42
43
  <dimen name="size_48">48.00dp</dimen>
43
44
  <dimen name="size_480">480.00dp</dimen>
44
45
  <dimen name="size_5">5.00dp</dimen>
46
+ <dimen name="size_52">52.00dp</dimen>
45
47
  <dimen name="size_53">53.00dp</dimen>
46
48
  <dimen name="size_544">544.00dp</dimen>
47
49
  <dimen name="size_56">56.00dp</dimen>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 22 Aug 2024 18:23:26 GMT
7
+ // Generated on Wed, 25 Sep 2024 17:03:26 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 Thu, 22 Aug 2024 18:23:26 GMT
7
+ // Generated on Wed, 25 Sep 2024 17:03:26 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -47,7 +47,7 @@ public enum PaletteColor {
47
47
  public static let purpleDark = UIColor(red: 0.247, green: 0.165, blue: 0.329, alpha: 1)
48
48
  public static let purpleDeluge = UIColor(red: 0.486, green: 0.325, blue: 0.647, alpha: 1)
49
49
  public static let purpleEminence = UIColor(red: 0.380, green: 0.220, blue: 0.537, alpha: 1)
50
- public static let purpleLight = UIColor(red: 0.878, green: 0.847, blue: 0.988, alpha: 1)
50
+ public static let purpleLight = UIColor(red: 0.937, green: 0.929, blue: 1.000, alpha: 1)
51
51
  public static let purpleTelus = UIColor(red: 0.294, green: 0.157, blue: 0.427, alpha: 1)
52
52
  public static let red = UIColor(red: 0.882, green: 0.137, blue: 0.224, alpha: 1)
53
53
  public static let redDark = UIColor(red: 0.757, green: 0.137, blue: 0.208, alpha: 1)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Thu, 22 Aug 2024 18:23:26 GMT
7
+ // Generated on Wed, 25 Sep 2024 17:03:26 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 Thu, 22 Aug 2024 18:23:26 GMT
7
+ // Generated on Wed, 25 Sep 2024 17:03:26 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 Thu, 22 Aug 2024 18:23:26 GMT
7
+ // Generated on Wed, 25 Sep 2024 17:03:26 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -21,6 +21,7 @@ public enum PaletteSize {
21
21
  public static let size144 = CGFloat(144)
22
22
  public static let size15 = CGFloat(15)
23
23
  public static let size16 = CGFloat(16)
24
+ public static let size162 = CGFloat(162)
24
25
  public static let size168 = CGFloat(168)
25
26
  public static let size18 = CGFloat(18)
26
27
  public static let size184 = CGFloat(184)
@@ -46,6 +47,7 @@ public enum PaletteSize {
46
47
  public static let size48 = CGFloat(48)
47
48
  public static let size480 = CGFloat(480)
48
49
  public static let size5 = CGFloat(5)
50
+ public static let size52 = CGFloat(52)
49
51
  public static let size53 = CGFloat(53)
50
52
  public static let size544 = CGFloat(544)
51
53
  public static let size56 = CGFloat(56)
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ width: size,
14
+ height: 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.jsxs)("g", {
23
+ clipPath: "url(#prefix__a)",
24
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
25
+ fill: "#000",
26
+ d: "M155.999 48H6c-3.3 0-6-2.7-6-6V6c0-3.3 2.7-6 6-6h149.999c3.3 0 6 2.7 6 6v36c0 3.3-2.7 6-6 6Z"
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
+ fill: "#A6A6A6",
29
+ d: "M155.999 0H6C2.7 0 0 2.7 0 6v36c0 3.3 2.7 6 6 6h149.999c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6Zm0 .96c2.779 0 5.04 2.261 5.04 5.04v36c0 2.78-2.261 5.04-5.04 5.04H6C3.22 47.04.96 44.78.96 42V6C.96 3.221 3.22.96 6 .96h149.999Z"
30
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
31
+ fill: "#fff",
32
+ d: "M53.363 15.881c-1.071 0-1.985-.372-2.734-1.116-.752-.744-1.126-1.669-1.126-2.765 0-1.097.374-2.02 1.126-2.766.749-.742 1.663-1.116 2.734-1.116.53 0 1.041.104 1.525.312.483.208.875.486 1.17.837l.072.085-.804.804-.085-.1c-.45-.539-1.071-.812-1.878-.812-.727 0-1.352.254-1.883.765-.528.51-.793 1.168-.793 1.991 0 .822.266 1.482.793 1.99a2.614 2.614 0 0 0 1.883.765c.774 0 1.413-.256 1.926-.768.3-.3.487-.714.554-1.254h-2.6v-1.105h3.709l.017.1c.035.194.053.382.053.564 0 1.03-.306 1.863-.928 2.487-.703.736-1.618 1.102-2.731 1.102ZM62.553 15.72h-4.444V8.28h4.444v1.125h-3.278v2.042h2.956v1.105h-2.956v2.043h3.278v1.125ZM66.454 15.72H65.29V9.404h-2.011V8.28h5.187v1.124h-2.01v6.316ZM72.97 15.72h-1.165V8.28h1.165v7.44ZM77.074 15.72h-1.166V9.404h-2.01V8.28h5.187v1.124h-2.011v6.316Z"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ fill: "#fff",
35
+ fillRule: "evenodd",
36
+ d: "M85.69 15.881c-1.083 0-1.994-.376-2.724-1.128-.73-.75-1.095-1.67-1.095-2.753 0-1.082.364-2.003 1.095-2.753v.174-.174c.73-.752 1.641-1.129 2.725-1.129 1.078 0 1.986.379 2.72 1.133.734.754 1.1 1.673 1.1 2.75 0 1.082-.365 2.001-1.094 2.752-.732.752-1.643 1.128-2.726 1.128Zm-2.724-4.353v.945-.945Zm0 3.05Zm.854-.596c.51.517 1.13.774 1.87.774.74 0 1.361-.257 1.871-.774.508-.515.766-1.172.766-1.982s-.257-1.468-.766-1.982c-.51-.516-1.13-.774-1.87-.774-.74 0-1.361.257-1.871.774-.507.514-.765 1.173-.765 1.982 0 .81.258 1.467.765 1.982Z",
37
+ clipRule: "evenodd"
38
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
39
+ fill: "#fff",
40
+ d: "M91.734 15.72H90.57V8.28h1.312l3.342 5.35-.03-1.013V8.28h1.167v7.44h-1.153l-3.503-5.62.029 1.012v4.608ZM128.322 36h2.24V20.999h-2.24v15Zm20.169-9.598-2.567 6.504h-.077l-2.664-6.504h-2.412l3.995 9.09-2.276 5.057h2.334l6.157-14.147h-2.49Zm-12.699 7.894c-.734 0-1.756-.366-1.756-1.274 0-1.157 1.273-1.601 2.373-1.601.984 0 1.449.212 2.046.501a2.714 2.714 0 0 1-2.663 2.374Zm.27-8.221c-1.621 0-3.301.714-3.994 2.297l1.987.829c.425-.83 1.215-1.1 2.046-1.1 1.158 0 2.335.694 2.354 1.93v.154c-.405-.232-1.273-.579-2.335-.579-2.142 0-4.324 1.178-4.324 3.377 0 2.008 1.757 3.301 3.725 3.301 1.506 0 2.337-.675 2.857-1.467h.077v1.158h2.161v-5.752c0-2.663-1.987-4.148-4.554-4.148Zm-13.838 2.154h-3.185v-5.142h3.185c1.674 0 2.624 1.386 2.624 2.57 0 1.163-.95 2.572-2.624 2.572Zm-.058-7.23h-5.365v15h2.238v-5.682h3.127c2.482 0 4.922-1.798 4.922-4.66S124.648 21 122.166 21Zm-29.257 13.3c-1.546 0-2.841-1.295-2.841-3.074 0-1.797 1.295-3.113 2.841-3.113 1.528 0 2.726 1.316 2.726 3.113 0 1.779-1.198 3.073-2.726 3.073Zm2.572-7.057h-.078c-.503-.598-1.469-1.14-2.687-1.14-2.552 0-4.891 2.242-4.891 5.123 0 2.86 2.339 5.084 4.891 5.084 1.218 0 2.184-.54 2.687-1.16h.078v.736c0 1.952-1.044 2.996-2.726 2.996-1.373 0-2.224-.986-2.572-1.818l-1.952.813c.56 1.353 2.05 3.015 4.524 3.015 2.629 0 4.852-1.547 4.852-5.316v-9.164h-2.126v.831ZM99.154 36h2.243V20.998h-2.243V36Zm5.548-4.949c-.058-1.971 1.527-2.977 2.667-2.977.891 0 1.644.444 1.895 1.082l-4.562 1.895Zm6.96-1.701c-.425-1.14-1.721-3.248-4.369-3.248-2.63 0-4.814 2.068-4.814 5.104 0 2.86 2.165 5.104 5.064 5.104 2.34 0 3.694-1.43 4.254-2.263l-1.74-1.16c-.579.85-1.372 1.411-2.514 1.411-1.14 0-1.952-.522-2.474-1.545l6.824-2.824-.231-.58Zm-54.37-1.682v2.165h5.18c-.154 1.218-.56 2.107-1.178 2.725-.754.755-1.934 1.587-4.002 1.587-3.19 0-5.684-2.572-5.684-5.761 0-3.191 2.494-5.762 5.684-5.762 1.721 0 2.978.677 3.905 1.547l1.528-1.527c-1.296-1.238-3.016-2.186-5.433-2.186-4.369 0-8.042 3.558-8.042 7.928 0 4.369 3.673 7.925 8.042 7.925 2.358 0 4.137-.773 5.529-2.223 1.431-1.43 1.875-3.44 1.875-5.065 0-.503-.038-.966-.116-1.353h-7.288Zm13.295 6.63c-1.547 0-2.881-1.275-2.881-3.092 0-1.837 1.334-3.094 2.881-3.094 1.546 0 2.88 1.257 2.88 3.094 0 1.817-1.334 3.092-2.88 3.092Zm0-8.196c-2.824 0-5.124 2.146-5.124 5.104 0 2.939 2.3 5.104 5.124 5.104 2.822 0 5.123-2.165 5.123-5.104 0-2.958-2.3-5.104-5.123-5.104Zm11.176 8.196c-1.547 0-2.882-1.275-2.882-3.092 0-1.837 1.335-3.094 2.882-3.094 1.546 0 2.88 1.257 2.88 3.094 0 1.817-1.334 3.092-2.88 3.092Zm0-8.196c-2.823 0-5.123 2.146-5.123 5.104 0 2.939 2.3 5.104 5.123 5.104 2.822 0 5.122-2.165 5.122-5.104 0-2.958-2.3-5.104-5.122-5.104Z"
41
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
42
+ fill: "#EA4335",
43
+ d: "m24.86 23.309-12.776 13.56c.001.002.001.006.003.008a3.45 3.45 0 0 0 5.083 2.081l.04-.024 14.381-8.298-6.73-7.327Z"
44
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
45
+ fill: "#FBBC04",
46
+ d: "m37.785 21-.011-.009-6.21-3.598-6.994 6.224 7.02 7.018 6.175-3.563a3.456 3.456 0 0 0 .02-6.072Z"
47
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
48
+ fill: "#4285F4",
49
+ d: "M12.084 11.133c-.077.283-.118.58-.118.888v23.961c0 .307.041.605.12.887l13.213-13.213-13.215-12.523Z"
50
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
51
+ fill: "#34A853",
52
+ d: "m24.955 24.001 6.612-6.61-14.364-8.329a3.454 3.454 0 0 0-5.118 2.066l-.001.004 12.87 12.87Z"
53
+ })]
54
+ })]
55
+ });
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ width: size,
15
+ height: size,
16
+ fill: color,
17
+ "aria-labelledby": titleId,
18
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
19
+ id: titleId,
20
+ children: title
21
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
22
+ clipPath: "url(#prefix__a)",
23
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fill: "#000",
25
+ d: "M155.999 48H6c-3.3 0-6-2.7-6-6V6c0-3.3 2.7-6 6-6h149.999c3.3 0 6 2.7 6 6v36c0 3.3-2.7 6-6 6Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
27
+ fill: "#A6A6A6",
28
+ d: "M155.999 0H6C2.7 0 0 2.7 0 6v36c0 3.3 2.7 6 6 6h149.999c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6Zm0 .96c2.779 0 5.04 2.261 5.04 5.04v36c0 2.78-2.261 5.04-5.04 5.04H6C3.22 47.04.96 44.78.96 42V6C.96 3.221 3.22.96 6 .96h149.999Z"
29
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
30
+ fill: "#fff",
31
+ d: "M53.363 15.881c-1.071 0-1.985-.372-2.734-1.116-.752-.744-1.126-1.669-1.126-2.765 0-1.097.374-2.02 1.126-2.766.749-.742 1.663-1.116 2.734-1.116.53 0 1.041.104 1.525.312.483.208.875.486 1.17.837l.072.085-.804.804-.085-.1c-.45-.539-1.071-.812-1.878-.812-.727 0-1.352.254-1.883.765-.528.51-.793 1.168-.793 1.991 0 .822.266 1.482.793 1.99a2.614 2.614 0 0 0 1.883.765c.774 0 1.413-.256 1.926-.768.3-.3.487-.714.554-1.254h-2.6v-1.105h3.709l.017.1c.035.194.053.382.053.564 0 1.03-.306 1.863-.928 2.487-.703.736-1.618 1.102-2.731 1.102ZM62.553 15.72h-4.444V8.28h4.444v1.125h-3.278v2.042h2.956v1.105h-2.956v2.043h3.278v1.125ZM66.454 15.72H65.29V9.404h-2.011V8.28h5.187v1.124h-2.01v6.316ZM72.97 15.72h-1.165V8.28h1.165v7.44ZM77.074 15.72h-1.166V9.404h-2.01V8.28h5.187v1.124h-2.011v6.316Z"
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
33
+ fill: "#fff",
34
+ fillRule: "evenodd",
35
+ d: "M85.69 15.881c-1.083 0-1.994-.376-2.724-1.128-.73-.75-1.095-1.67-1.095-2.753 0-1.082.364-2.003 1.095-2.753v.174-.174c.73-.752 1.641-1.129 2.725-1.129 1.078 0 1.986.379 2.72 1.133.734.754 1.1 1.673 1.1 2.75 0 1.082-.365 2.001-1.094 2.752-.732.752-1.643 1.128-2.726 1.128Zm-2.724-4.353v.945-.945Zm0 3.05Zm.854-.596c.51.517 1.13.774 1.87.774.74 0 1.361-.257 1.871-.774.508-.515.766-1.172.766-1.982s-.257-1.468-.766-1.982c-.51-.516-1.13-.774-1.87-.774-.74 0-1.361.257-1.871.774-.507.514-.765 1.173-.765 1.982 0 .81.258 1.467.765 1.982Z",
36
+ clipRule: "evenodd"
37
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
38
+ fill: "#fff",
39
+ d: "M91.734 15.72H90.57V8.28h1.312l3.342 5.35-.03-1.013V8.28h1.167v7.44h-1.153l-3.503-5.62.029 1.012v4.608ZM128.322 36h2.24V20.999h-2.24v15Zm20.169-9.598-2.567 6.504h-.077l-2.664-6.504h-2.412l3.995 9.09-2.276 5.057h2.334l6.157-14.147h-2.49Zm-12.699 7.894c-.734 0-1.756-.366-1.756-1.274 0-1.157 1.273-1.601 2.373-1.601.984 0 1.449.212 2.046.501a2.714 2.714 0 0 1-2.663 2.374Zm.27-8.221c-1.621 0-3.301.714-3.994 2.297l1.987.829c.425-.83 1.215-1.1 2.046-1.1 1.158 0 2.335.694 2.354 1.93v.154c-.405-.232-1.273-.579-2.335-.579-2.142 0-4.324 1.178-4.324 3.377 0 2.008 1.757 3.301 3.725 3.301 1.506 0 2.337-.675 2.857-1.467h.077v1.158h2.161v-5.752c0-2.663-1.987-4.148-4.554-4.148Zm-13.838 2.154h-3.185v-5.142h3.185c1.674 0 2.624 1.386 2.624 2.57 0 1.163-.95 2.572-2.624 2.572Zm-.058-7.23h-5.365v15h2.238v-5.682h3.127c2.482 0 4.922-1.798 4.922-4.66S124.648 21 122.166 21Zm-29.257 13.3c-1.546 0-2.841-1.295-2.841-3.074 0-1.797 1.295-3.113 2.841-3.113 1.528 0 2.726 1.316 2.726 3.113 0 1.779-1.198 3.073-2.726 3.073Zm2.572-7.057h-.078c-.503-.598-1.469-1.14-2.687-1.14-2.552 0-4.891 2.242-4.891 5.123 0 2.86 2.339 5.084 4.891 5.084 1.218 0 2.184-.54 2.687-1.16h.078v.736c0 1.952-1.044 2.996-2.726 2.996-1.373 0-2.224-.986-2.572-1.818l-1.952.813c.56 1.353 2.05 3.015 4.524 3.015 2.629 0 4.852-1.547 4.852-5.316v-9.164h-2.126v.831ZM99.154 36h2.243V20.998h-2.243V36Zm5.548-4.949c-.058-1.971 1.527-2.977 2.667-2.977.891 0 1.644.444 1.895 1.082l-4.562 1.895Zm6.96-1.701c-.425-1.14-1.721-3.248-4.369-3.248-2.63 0-4.814 2.068-4.814 5.104 0 2.86 2.165 5.104 5.064 5.104 2.34 0 3.694-1.43 4.254-2.263l-1.74-1.16c-.579.85-1.372 1.411-2.514 1.411-1.14 0-1.952-.522-2.474-1.545l6.824-2.824-.231-.58Zm-54.37-1.682v2.165h5.18c-.154 1.218-.56 2.107-1.178 2.725-.754.755-1.934 1.587-4.002 1.587-3.19 0-5.684-2.572-5.684-5.761 0-3.191 2.494-5.762 5.684-5.762 1.721 0 2.978.677 3.905 1.547l1.528-1.527c-1.296-1.238-3.016-2.186-5.433-2.186-4.369 0-8.042 3.558-8.042 7.928 0 4.369 3.673 7.925 8.042 7.925 2.358 0 4.137-.773 5.529-2.223 1.431-1.43 1.875-3.44 1.875-5.065 0-.503-.038-.966-.116-1.353h-7.288Zm13.295 6.63c-1.547 0-2.881-1.275-2.881-3.092 0-1.837 1.334-3.094 2.881-3.094 1.546 0 2.88 1.257 2.88 3.094 0 1.817-1.334 3.092-2.88 3.092Zm0-8.196c-2.824 0-5.124 2.146-5.124 5.104 0 2.939 2.3 5.104 5.124 5.104 2.822 0 5.123-2.165 5.123-5.104 0-2.958-2.3-5.104-5.123-5.104Zm11.176 8.196c-1.547 0-2.882-1.275-2.882-3.092 0-1.837 1.335-3.094 2.882-3.094 1.546 0 2.88 1.257 2.88 3.094 0 1.817-1.334 3.092-2.88 3.092Zm0-8.196c-2.823 0-5.123 2.146-5.123 5.104 0 2.939 2.3 5.104 5.123 5.104 2.822 0 5.122-2.165 5.122-5.104 0-2.958-2.3-5.104-5.122-5.104Z"
40
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
41
+ fill: "#EA4335",
42
+ d: "m24.86 23.309-12.776 13.56c.001.002.001.006.003.008a3.45 3.45 0 0 0 5.083 2.081l.04-.024 14.381-8.298-6.73-7.327Z"
43
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
44
+ fill: "#FBBC04",
45
+ d: "m37.785 21-.011-.009-6.21-3.598-6.994 6.224 7.02 7.018 6.175-3.563a3.456 3.456 0 0 0 .02-6.072Z"
46
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
47
+ fill: "#4285F4",
48
+ d: "M12.084 11.133c-.077.283-.118.58-.118.888v23.961c0 .307.041.605.12.887l13.213-13.213-13.215-12.523Z"
49
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
50
+ fill: "#34A853",
51
+ d: "m24.955 24.001 6.612-6.61-14.364-8.329a3.454 3.454 0 0 0-5.118 2.066l-.001.004 12.87 12.87Z"
52
+ })]
53
+ })]
54
+ });
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ width: size,
14
+ height: 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.jsxs)("g", {
23
+ clipPath: "url(#prefix__a)",
24
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
25
+ fill: "#000",
26
+ d: "M155.999 48H6c-3.3 0-6-2.7-6-6V6c0-3.3 2.7-6 6-6h149.999c3.3 0 6 2.7 6 6v36c0 3.3-2.7 6-6 6Z"
27
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
28
+ fill: "#A6A6A6",
29
+ d: "M155.999 0H6C2.7 0 0 2.7 0 6v36c0 3.3 2.7 6 6 6h149.999c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6Zm0 .96c2.779 0 5.04 2.261 5.04 5.04v36c0 2.78-2.261 5.04-5.04 5.04H6C3.22 47.04.96 44.78.96 42V6C.96 3.221 3.22.96 6 .96h149.999Z"
30
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
31
+ fill: "#EA4335",
32
+ d: "m24.86 23.309-12.776 13.56c.001.002.001.006.003.008a3.45 3.45 0 0 0 5.083 2.081l.04-.024 14.381-8.298-6.73-7.327Z"
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
34
+ fill: "#FBBC04",
35
+ d: "m37.785 21-.011-.009-6.21-3.598-6.994 6.224 7.02 7.018 6.175-3.563a3.456 3.456 0 0 0 .02-6.072Z"
36
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
37
+ fill: "#4285F4",
38
+ d: "M12.084 11.133c-.077.283-.118.58-.118.888v23.961c0 .307.041.605.12.887l13.213-13.213-13.215-12.523Z"
39
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
40
+ fill: "#34A853",
41
+ d: "m24.955 24.001 6.612-6.61-14.364-8.328a3.454 3.454 0 0 0-5.118 2.066l-.001.003 12.87 12.87Z"
42
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
43
+ fill: "#fff",
44
+ d: "M128.323 36h2.239V21h-2.239V36Zm20.168-9.598-2.567 6.505h-.077l-2.664-6.504h-2.412l3.995 9.09-2.278 5.056h2.336l6.157-14.146h-2.49Zm-12.698 7.894c-.735 0-1.757-.367-1.757-1.274 0-1.158 1.273-1.601 2.373-1.601.984 0 1.448.212 2.046.502a2.714 2.714 0 0 1-2.662 2.373Zm.27-8.221c-1.622 0-3.302.714-3.996 2.296l1.988.83c.425-.83 1.216-1.1 2.046-1.1 1.158 0 2.335.694 2.354 1.93v.154c-.405-.232-1.274-.578-2.335-.578-2.142 0-4.323 1.177-4.323 3.376 0 2.008 1.756 3.3 3.724 3.3 1.506 0 2.336-.674 2.858-1.466h.076v1.158h2.161v-5.752c0-2.662-1.987-4.148-4.553-4.148Zm-13.839 2.154h-3.185v-5.143h3.185c1.674 0 2.625 1.387 2.625 2.571 0 1.163-.951 2.572-2.625 2.572Zm-.057-7.23h-5.366V36h2.238v-5.683h3.128c2.481 0 4.921-1.798 4.921-4.66S124.648 21 122.167 21Zm-29.258 13.3c-1.546 0-2.841-1.295-2.841-3.074 0-1.797 1.295-3.113 2.841-3.113 1.528 0 2.726 1.316 2.726 3.113 0 1.779-1.198 3.073-2.726 3.073Zm2.57-7.056h-.076c-.503-.6-1.469-1.142-2.687-1.142-2.552 0-4.89 2.243-4.89 5.124 0 2.861 2.338 5.085 4.89 5.085 1.218 0 2.184-.541 2.687-1.16h.077v.734c0 1.953-1.043 2.996-2.725 2.996-1.373 0-2.224-.985-2.572-1.817l-1.952.813c.56 1.353 2.05 3.015 4.524 3.015 2.629 0 4.853-1.547 4.853-5.316v-9.164H95.48v.831ZM99.154 36h2.243V20.998h-2.243V36Zm5.549-4.949c-.058-1.973 1.527-2.977 2.667-2.977.891 0 1.644.444 1.895 1.082l-4.562 1.895Zm6.96-1.701c-.426-1.142-1.721-3.249-4.369-3.249-2.63 0-4.814 2.07-4.814 5.105 0 2.86 2.165 5.104 5.064 5.104 2.34 0 3.693-1.43 4.254-2.262l-1.74-1.16c-.58.85-1.372 1.41-2.514 1.41-1.14 0-1.952-.522-2.474-1.545l6.824-2.824-.231-.58Zm-54.37-1.681v2.164h5.18c-.154 1.218-.56 2.108-1.178 2.726-.754.754-1.934 1.585-4.002 1.585-3.19 0-5.684-2.57-5.684-5.761 0-3.19 2.494-5.76 5.684-5.76 1.721 0 2.978.675 3.905 1.545l1.528-1.526c-1.296-1.238-3.016-2.186-5.433-2.186-4.369 0-8.042 3.559-8.042 7.927 0 4.37 3.673 7.927 8.042 7.927 2.358 0 4.137-.774 5.529-2.224 1.43-1.43 1.876-3.44 1.876-5.065 0-.503-.039-.966-.117-1.352h-7.288Zm13.294 6.63c-1.546 0-2.88-1.276-2.88-3.093 0-1.837 1.334-3.093 2.88-3.093 1.547 0 2.881 1.256 2.881 3.093 0 1.817-1.334 3.092-2.881 3.092Zm0-8.198c-2.822 0-5.123 2.147-5.123 5.105 0 2.938 2.3 5.104 5.123 5.104 2.822 0 5.124-2.166 5.124-5.104 0-2.958-2.302-5.105-5.124-5.105Zm11.177 8.197c-1.547 0-2.881-1.275-2.881-3.092 0-1.837 1.334-3.093 2.88-3.093 1.548 0 2.88 1.256 2.88 3.093 0 1.817-1.332 3.092-2.88 3.092Zm0-8.197c-2.823 0-5.123 2.147-5.123 5.105 0 2.938 2.3 5.104 5.123 5.104 2.822 0 5.123-2.166 5.123-5.104 0-2.958-2.3-5.105-5.123-5.105Z"
45
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
46
+ fill: "#fff",
47
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
48
+ d: "M52.558 15.22h-2.343V7.627h2.447c.736 0 1.366.152 1.89.456.524.302.926.736 1.205 1.302.28.563.42 1.238.42 2.024 0 .79-.142 1.472-.423 2.043a3.011 3.011 0 0 1-1.231 1.312c-.54.304-1.194.456-1.965.456Zm-1.424-.816h1.364c.628 0 1.149-.12 1.561-.363.413-.242.72-.587.923-1.034.203-.447.304-.98.304-1.598 0-.613-.1-1.14-.3-1.583-.2-.445-.5-.786-.897-1.023-.398-.24-.894-.36-1.487-.36h-1.468v5.962ZM58.638 7.627v7.593h-.92V7.627h.92ZM64.634 9.526a1.164 1.164 0 0 0-.542-.875c-.316-.208-.704-.312-1.164-.312-.336 0-.63.055-.882.163-.25.11-.445.259-.586.449-.138.19-.208.407-.208.649 0 .202.049.377.145.523.099.143.225.263.378.36.153.093.314.17.482.233.168.059.323.107.464.144l.77.208c.198.052.418.123.66.215.245.091.479.216.701.374.225.156.41.356.556.6.146.246.22.546.22.902 0 .41-.108.78-.323 1.112-.213.331-.524.594-.935.79-.408.195-.903.293-1.486.293-.544 0-1.015-.088-1.413-.264a2.25 2.25 0 0 1-.934-.734 2.094 2.094 0 0 1-.382-1.093h.95c.024.286.12.524.288.711.17.186.386.324.645.416.262.089.544.133.846.133.35 0 .666-.057.945-.17.28-.117.5-.277.664-.482.163-.208.244-.45.244-.727 0-.252-.07-.457-.21-.615a1.552 1.552 0 0 0-.557-.386 5.835 5.835 0 0 0-.745-.26l-.934-.266c-.594-.171-1.063-.414-1.41-.73-.345-.317-.518-.731-.518-1.243 0-.425.115-.796.345-1.112a2.29 2.29 0 0 1 .934-.741 3.155 3.155 0 0 1 1.316-.267c.49 0 .924.087 1.305.263.38.173.682.41.904.712.225.301.344.643.356 1.027h-.89ZM67.139 15.22V7.627h2.565c.596 0 1.083.108 1.461.323.38.213.662.5.845.864.183.363.275.768.275 1.216 0 .447-.092.854-.275 1.22-.18.365-.46.657-.838.874-.378.215-.862.323-1.453.323H67.88v-.816h1.81c.407 0 .735-.07.982-.21a1.26 1.26 0 0 0 .538-.572c.113-.242.17-.515.17-.82a1.88 1.88 0 0 0-.17-.815 1.216 1.216 0 0 0-.542-.563c-.25-.139-.58-.208-.993-.208h-1.617v6.777h-.92ZM80.172 11.424c0 .8-.144 1.493-.434 2.076-.289.583-.686 1.033-1.19 1.35-.504.316-1.08.474-1.727.474-.648 0-1.224-.158-1.728-.475-.504-.316-.9-.766-1.19-1.35-.29-.582-.434-1.274-.434-2.075 0-.801.145-1.493.434-2.076.29-.584.686-1.033 1.19-1.35.504-.316 1.08-.474 1.728-.474.647 0 1.223.158 1.727.474.504.317.901.766 1.19 1.35.29.583.434 1.275.434 2.076Zm-.89 0c0-.658-.11-1.213-.33-1.665-.217-.452-.513-.794-.886-1.027a2.298 2.298 0 0 0-1.245-.348c-.46 0-.877.116-1.25.348-.37.233-.666.575-.886 1.027-.217.452-.326 1.007-.326 1.665 0 .657.109 1.212.326 1.664.22.453.516.795.886 1.027.373.233.79.349 1.25.349.46 0 .875-.116 1.245-.349.373-.232.669-.574.886-1.027.22-.452.33-1.007.33-1.664ZM87.739 7.627v7.593h-.89L82.712 9.26h-.075v5.961h-.919V7.627h.89l4.152 5.977h.074V7.627h.905ZM90.498 7.627v7.593h-.92V7.627h.92ZM92.341 15.22V7.627h2.655c.529 0 .965.092 1.309.275.343.18.599.424.767.73.168.304.252.642.252 1.012 0 .326-.058.596-.174.808-.114.213-.265.381-.452.505a2.058 2.058 0 0 1-.605.274v.074c.233.015.466.097.701.245.235.148.431.36.59.637.158.277.237.616.237 1.016 0 .38-.087.723-.26 1.027-.173.304-.446.545-.819.723-.373.178-.859.267-1.457.267h-2.743Zm.92-.816h1.824c.6 0 1.027-.116 1.279-.348.255-.235.382-.519.382-.853 0-.257-.066-.494-.197-.711a1.422 1.422 0 0 0-.56-.527 1.757 1.757 0 0 0-.86-.2h-1.868v2.64Zm0-3.44h1.705c.277 0 .527-.054.75-.163a1.31 1.31 0 0 0 .533-.46c.133-.197.2-.43.2-.697 0-.333-.116-.616-.348-.849-.233-.235-.6-.352-1.105-.352h-1.735v2.521ZM99.132 15.22V7.627h.919v6.778h3.529v.815h-4.448ZM105.004 15.22V7.627h4.582v.816h-3.663v2.566h3.426v.815h-3.426v2.58h3.723v.816h-4.642ZM118.332 9.526a1.163 1.163 0 0 0-.541-.875c-.317-.208-.705-.312-1.164-.312-.337 0-.631.055-.883.163a1.405 1.405 0 0 0-.585.449c-.139.19-.208.407-.208.649a.93.93 0 0 0 .144.523c.099.143.225.263.379.36.153.093.314.17.482.233.168.059.322.107.463.144l.771.208c.198.052.418.123.66.215.245.091.478.216.701.374.225.156.41.356.556.6.146.246.219.546.219.902a2 2 0 0 1-.323 1.112c-.213.331-.524.594-.934.79-.408.195-.904.293-1.487.293-.544 0-1.014-.088-1.412-.264a2.254 2.254 0 0 1-.935-.734 2.087 2.087 0 0 1-.381-1.093h.949c.024.286.121.524.289.711.17.186.385.324.645.416.262.089.544.133.845.133.351 0 .666-.057.946-.17.279-.117.5-.277.663-.482.163-.208.245-.45.245-.727 0-.252-.071-.457-.211-.615a1.555 1.555 0 0 0-.557-.386 5.778 5.778 0 0 0-.745-.26l-.934-.266c-.593-.171-1.063-.414-1.409-.73-.346-.317-.519-.731-.519-1.243 0-.425.115-.796.345-1.112a2.29 2.29 0 0 1 .934-.741 3.156 3.156 0 0 1 1.316-.267c.49 0 .925.087 1.305.263.381.173.682.41.905.712.225.301.343.643.356 1.027h-.89ZM125.82 7.627h.919v5.028c0 .519-.122.982-.367 1.39a2.565 2.565 0 0 1-1.027.96c-.442.232-.961.349-1.557.349-.595 0-1.114-.117-1.557-.349a2.593 2.593 0 0 1-1.03-.96 2.663 2.663 0 0 1-.364-1.39V7.627h.92v4.954c0 .37.081.7.244.99.164.286.396.512.697.678.304.163.668.244 1.09.244.423 0 .786-.081 1.09-.244a1.72 1.72 0 0 0 .697-.679c.163-.289.245-.619.245-.99V7.628ZM128.575 15.22V7.627h2.566c.593 0 1.08.102 1.461.304.38.2.662.476.845.827.183.351.274.75.274 1.198 0 .447-.091.844-.274 1.19a1.93 1.93 0 0 1-.842.815c-.378.196-.861.293-1.449.293h-2.076v-.83h2.046c.405 0 .732-.06.979-.178.25-.119.43-.287.541-.504.114-.22.171-.482.171-.786 0-.304-.057-.57-.171-.797a1.163 1.163 0 0 0-.545-.527c-.249-.126-.579-.189-.99-.189h-1.616v6.777h-.92Zm3.574-3.41 1.869 3.41h-1.068l-1.839-3.41h1.038Z"
49
+ })
50
+ })]
51
+ })]
52
+ });
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ width: size,
15
+ height: size,
16
+ fill: color,
17
+ "aria-labelledby": titleId,
18
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
19
+ id: titleId,
20
+ children: title
21
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.G, {
22
+ clipPath: "url(#prefix__a)",
23
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
24
+ fill: "#000",
25
+ d: "M155.999 48H6c-3.3 0-6-2.7-6-6V6c0-3.3 2.7-6 6-6h149.999c3.3 0 6 2.7 6 6v36c0 3.3-2.7 6-6 6Z"
26
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
27
+ fill: "#A6A6A6",
28
+ d: "M155.999 0H6C2.7 0 0 2.7 0 6v36c0 3.3 2.7 6 6 6h149.999c3.3 0 6-2.7 6-6V6c0-3.3-2.7-6-6-6Zm0 .96c2.779 0 5.04 2.261 5.04 5.04v36c0 2.78-2.261 5.04-5.04 5.04H6C3.22 47.04.96 44.78.96 42V6C.96 3.221 3.22.96 6 .96h149.999Z"
29
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
30
+ fill: "#EA4335",
31
+ d: "m24.86 23.309-12.776 13.56c.001.002.001.006.003.008a3.45 3.45 0 0 0 5.083 2.081l.04-.024 14.381-8.298-6.73-7.327Z"
32
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
33
+ fill: "#FBBC04",
34
+ d: "m37.785 21-.011-.009-6.21-3.598-6.994 6.224 7.02 7.018 6.175-3.563a3.456 3.456 0 0 0 .02-6.072Z"
35
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
36
+ fill: "#4285F4",
37
+ d: "M12.084 11.133c-.077.283-.118.58-.118.888v23.961c0 .307.041.605.12.887l13.213-13.213-13.215-12.523Z"
38
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
39
+ fill: "#34A853",
40
+ d: "m24.955 24.001 6.612-6.61-14.364-8.328a3.454 3.454 0 0 0-5.118 2.066l-.001.003 12.87 12.87Z"
41
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
42
+ fill: "#fff",
43
+ d: "M128.323 36h2.239V21h-2.239V36Zm20.168-9.598-2.567 6.505h-.077l-2.664-6.504h-2.412l3.995 9.09-2.278 5.056h2.336l6.157-14.146h-2.49Zm-12.698 7.894c-.735 0-1.757-.367-1.757-1.274 0-1.158 1.273-1.601 2.373-1.601.984 0 1.448.212 2.046.502a2.714 2.714 0 0 1-2.662 2.373Zm.27-8.221c-1.622 0-3.302.714-3.996 2.296l1.988.83c.425-.83 1.216-1.1 2.046-1.1 1.158 0 2.335.694 2.354 1.93v.154c-.405-.232-1.274-.578-2.335-.578-2.142 0-4.323 1.177-4.323 3.376 0 2.008 1.756 3.3 3.724 3.3 1.506 0 2.336-.674 2.858-1.466h.076v1.158h2.161v-5.752c0-2.662-1.987-4.148-4.553-4.148Zm-13.839 2.154h-3.185v-5.143h3.185c1.674 0 2.625 1.387 2.625 2.571 0 1.163-.951 2.572-2.625 2.572Zm-.057-7.23h-5.366V36h2.238v-5.683h3.128c2.481 0 4.921-1.798 4.921-4.66S124.648 21 122.167 21Zm-29.258 13.3c-1.546 0-2.841-1.295-2.841-3.074 0-1.797 1.295-3.113 2.841-3.113 1.528 0 2.726 1.316 2.726 3.113 0 1.779-1.198 3.073-2.726 3.073Zm2.57-7.056h-.076c-.503-.6-1.469-1.142-2.687-1.142-2.552 0-4.89 2.243-4.89 5.124 0 2.861 2.338 5.085 4.89 5.085 1.218 0 2.184-.541 2.687-1.16h.077v.734c0 1.953-1.043 2.996-2.725 2.996-1.373 0-2.224-.985-2.572-1.817l-1.952.813c.56 1.353 2.05 3.015 4.524 3.015 2.629 0 4.853-1.547 4.853-5.316v-9.164H95.48v.831ZM99.154 36h2.243V20.998h-2.243V36Zm5.549-4.949c-.058-1.973 1.527-2.977 2.667-2.977.891 0 1.644.444 1.895 1.082l-4.562 1.895Zm6.96-1.701c-.426-1.142-1.721-3.249-4.369-3.249-2.63 0-4.814 2.07-4.814 5.105 0 2.86 2.165 5.104 5.064 5.104 2.34 0 3.693-1.43 4.254-2.262l-1.74-1.16c-.58.85-1.372 1.41-2.514 1.41-1.14 0-1.952-.522-2.474-1.545l6.824-2.824-.231-.58Zm-54.37-1.681v2.164h5.18c-.154 1.218-.56 2.108-1.178 2.726-.754.754-1.934 1.585-4.002 1.585-3.19 0-5.684-2.57-5.684-5.761 0-3.19 2.494-5.76 5.684-5.76 1.721 0 2.978.675 3.905 1.545l1.528-1.526c-1.296-1.238-3.016-2.186-5.433-2.186-4.369 0-8.042 3.559-8.042 7.927 0 4.37 3.673 7.927 8.042 7.927 2.358 0 4.137-.774 5.529-2.224 1.43-1.43 1.876-3.44 1.876-5.065 0-.503-.039-.966-.117-1.352h-7.288Zm13.294 6.63c-1.546 0-2.88-1.276-2.88-3.093 0-1.837 1.334-3.093 2.88-3.093 1.547 0 2.881 1.256 2.881 3.093 0 1.817-1.334 3.092-2.881 3.092Zm0-8.198c-2.822 0-5.123 2.147-5.123 5.105 0 2.938 2.3 5.104 5.123 5.104 2.822 0 5.124-2.166 5.124-5.104 0-2.958-2.302-5.105-5.124-5.105Zm11.177 8.197c-1.547 0-2.881-1.275-2.881-3.092 0-1.837 1.334-3.093 2.88-3.093 1.548 0 2.88 1.256 2.88 3.093 0 1.817-1.332 3.092-2.88 3.092Zm0-8.197c-2.823 0-5.123 2.147-5.123 5.105 0 2.938 2.3 5.104 5.123 5.104 2.822 0 5.123-2.166 5.123-5.104 0-2.958-2.3-5.105-5.123-5.105Z"
44
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.G, {
45
+ fill: "#fff",
46
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
47
+ d: "M52.558 15.22h-2.343V7.627h2.447c.736 0 1.366.152 1.89.456.524.302.926.736 1.205 1.302.28.563.42 1.238.42 2.024 0 .79-.142 1.472-.423 2.043a3.011 3.011 0 0 1-1.231 1.312c-.54.304-1.194.456-1.965.456Zm-1.424-.816h1.364c.628 0 1.149-.12 1.561-.363.413-.242.72-.587.923-1.034.203-.447.304-.98.304-1.598 0-.613-.1-1.14-.3-1.583-.2-.445-.5-.786-.897-1.023-.398-.24-.894-.36-1.487-.36h-1.468v5.962ZM58.638 7.627v7.593h-.92V7.627h.92ZM64.634 9.526a1.164 1.164 0 0 0-.542-.875c-.316-.208-.704-.312-1.164-.312-.336 0-.63.055-.882.163-.25.11-.445.259-.586.449-.138.19-.208.407-.208.649 0 .202.049.377.145.523.099.143.225.263.378.36.153.093.314.17.482.233.168.059.323.107.464.144l.77.208c.198.052.418.123.66.215.245.091.479.216.701.374.225.156.41.356.556.6.146.246.22.546.22.902 0 .41-.108.78-.323 1.112-.213.331-.524.594-.935.79-.408.195-.903.293-1.486.293-.544 0-1.015-.088-1.413-.264a2.25 2.25 0 0 1-.934-.734 2.094 2.094 0 0 1-.382-1.093h.95c.024.286.12.524.288.711.17.186.386.324.645.416.262.089.544.133.846.133.35 0 .666-.057.945-.17.28-.117.5-.277.664-.482.163-.208.244-.45.244-.727 0-.252-.07-.457-.21-.615a1.552 1.552 0 0 0-.557-.386 5.835 5.835 0 0 0-.745-.26l-.934-.266c-.594-.171-1.063-.414-1.41-.73-.345-.317-.518-.731-.518-1.243 0-.425.115-.796.345-1.112a2.29 2.29 0 0 1 .934-.741 3.155 3.155 0 0 1 1.316-.267c.49 0 .924.087 1.305.263.38.173.682.41.904.712.225.301.344.643.356 1.027h-.89ZM67.139 15.22V7.627h2.565c.596 0 1.083.108 1.461.323.38.213.662.5.845.864.183.363.275.768.275 1.216 0 .447-.092.854-.275 1.22-.18.365-.46.657-.838.874-.378.215-.862.323-1.453.323H67.88v-.816h1.81c.407 0 .735-.07.982-.21a1.26 1.26 0 0 0 .538-.572c.113-.242.17-.515.17-.82a1.88 1.88 0 0 0-.17-.815 1.216 1.216 0 0 0-.542-.563c-.25-.139-.58-.208-.993-.208h-1.617v6.777h-.92ZM80.172 11.424c0 .8-.144 1.493-.434 2.076-.289.583-.686 1.033-1.19 1.35-.504.316-1.08.474-1.727.474-.648 0-1.224-.158-1.728-.475-.504-.316-.9-.766-1.19-1.35-.29-.582-.434-1.274-.434-2.075 0-.801.145-1.493.434-2.076.29-.584.686-1.033 1.19-1.35.504-.316 1.08-.474 1.728-.474.647 0 1.223.158 1.727.474.504.317.901.766 1.19 1.35.29.583.434 1.275.434 2.076Zm-.89 0c0-.658-.11-1.213-.33-1.665-.217-.452-.513-.794-.886-1.027a2.298 2.298 0 0 0-1.245-.348c-.46 0-.877.116-1.25.348-.37.233-.666.575-.886 1.027-.217.452-.326 1.007-.326 1.665 0 .657.109 1.212.326 1.664.22.453.516.795.886 1.027.373.233.79.349 1.25.349.46 0 .875-.116 1.245-.349.373-.232.669-.574.886-1.027.22-.452.33-1.007.33-1.664ZM87.739 7.627v7.593h-.89L82.712 9.26h-.075v5.961h-.919V7.627h.89l4.152 5.977h.074V7.627h.905ZM90.498 7.627v7.593h-.92V7.627h.92ZM92.341 15.22V7.627h2.655c.529 0 .965.092 1.309.275.343.18.599.424.767.73.168.304.252.642.252 1.012 0 .326-.058.596-.174.808-.114.213-.265.381-.452.505a2.058 2.058 0 0 1-.605.274v.074c.233.015.466.097.701.245.235.148.431.36.59.637.158.277.237.616.237 1.016 0 .38-.087.723-.26 1.027-.173.304-.446.545-.819.723-.373.178-.859.267-1.457.267h-2.743Zm.92-.816h1.824c.6 0 1.027-.116 1.279-.348.255-.235.382-.519.382-.853 0-.257-.066-.494-.197-.711a1.422 1.422 0 0 0-.56-.527 1.757 1.757 0 0 0-.86-.2h-1.868v2.64Zm0-3.44h1.705c.277 0 .527-.054.75-.163a1.31 1.31 0 0 0 .533-.46c.133-.197.2-.43.2-.697 0-.333-.116-.616-.348-.849-.233-.235-.6-.352-1.105-.352h-1.735v2.521ZM99.132 15.22V7.627h.919v6.778h3.529v.815h-4.448ZM105.004 15.22V7.627h4.582v.816h-3.663v2.566h3.426v.815h-3.426v2.58h3.723v.816h-4.642ZM118.332 9.526a1.163 1.163 0 0 0-.541-.875c-.317-.208-.705-.312-1.164-.312-.337 0-.631.055-.883.163a1.405 1.405 0 0 0-.585.449c-.139.19-.208.407-.208.649a.93.93 0 0 0 .144.523c.099.143.225.263.379.36.153.093.314.17.482.233.168.059.322.107.463.144l.771.208c.198.052.418.123.66.215.245.091.478.216.701.374.225.156.41.356.556.6.146.246.219.546.219.902a2 2 0 0 1-.323 1.112c-.213.331-.524.594-.934.79-.408.195-.904.293-1.487.293-.544 0-1.014-.088-1.412-.264a2.254 2.254 0 0 1-.935-.734 2.087 2.087 0 0 1-.381-1.093h.949c.024.286.121.524.289.711.17.186.385.324.645.416.262.089.544.133.845.133.351 0 .666-.057.946-.17.279-.117.5-.277.663-.482.163-.208.245-.45.245-.727 0-.252-.071-.457-.211-.615a1.555 1.555 0 0 0-.557-.386 5.778 5.778 0 0 0-.745-.26l-.934-.266c-.593-.171-1.063-.414-1.409-.73-.346-.317-.519-.731-.519-1.243 0-.425.115-.796.345-1.112a2.29 2.29 0 0 1 .934-.741 3.156 3.156 0 0 1 1.316-.267c.49 0 .925.087 1.305.263.381.173.682.41.905.712.225.301.343.643.356 1.027h-.89ZM125.82 7.627h.919v5.028c0 .519-.122.982-.367 1.39a2.565 2.565 0 0 1-1.027.96c-.442.232-.961.349-1.557.349-.595 0-1.114-.117-1.557-.349a2.593 2.593 0 0 1-1.03-.96 2.663 2.663 0 0 1-.364-1.39V7.627h.92v4.954c0 .37.081.7.244.99.164.286.396.512.697.678.304.163.668.244 1.09.244.423 0 .786-.081 1.09-.244a1.72 1.72 0 0 0 .697-.679c.163-.289.245-.619.245-.99V7.628ZM128.575 15.22V7.627h2.566c.593 0 1.08.102 1.461.304.38.2.662.476.845.827.183.351.274.75.274 1.198 0 .447-.091.844-.274 1.19a1.93 1.93 0 0 1-.842.815c-.378.196-.861.293-1.449.293h-2.076v-.83h2.046c.405 0 .732-.06.979-.178.25-.119.43-.287.541-.504.114-.22.171-.482.171-.786 0-.304-.057-.57-.171-.797a1.163 1.163 0 0 0-.545-.527c-.249-.126-.579-.189-.99-.189h-1.616v6.777h-.92Zm3.574-3.41 1.869 3.41h-1.068l-1.839-3.41h1.038Z"
48
+ })
49
+ })]
50
+ })]
51
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M10.87 0a.874.874 0 0 0-.754.44L6.365 7H.85a.85.85 0 0 0-.679.356c-.109.165-.17.359-.17.545 0 .079.011.156.034.23l2.512 10.782C2.896 20.165 3.972 21 5.214 21h13.599l-.02-.01c1.242 0 2.319-.845 2.678-2.108L23.964 8.14A.91.91 0 0 0 24 7.885v-.002a.932.932 0 0 0-.163-.527A.824.824 0 0 0 23.16 7h-5.045L14.365.44a.874.874 0 0 0-.754-.44.847.847 0 0 0-.436.12.88.88 0 0 0-.33 1.19L16.096 7H8.383l3.252-5.69a.88.88 0 0 0-.33-1.19.847.847 0 0 0-.436-.12ZM4.165 18.424 1.964 8.782h20.079l-2.192 9.622c-.146.488-.563.814-1.048.814H5.204c-.485 0-.902-.326-1.038-.794Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M10.87 0a.874.874 0 0 0-.754.44L6.365 7H.85a.85.85 0 0 0-.679.356c-.109.165-.17.359-.17.545 0 .079.011.156.034.23l2.512 10.782C2.896 20.165 3.972 21 5.214 21h13.599l-.02-.01c1.242 0 2.319-.845 2.678-2.108L23.964 8.14A.91.91 0 0 0 24 7.885v-.002a.932.932 0 0 0-.163-.527A.824.824 0 0 0 23.16 7h-5.045L14.365.44a.874.874 0 0 0-.754-.44.847.847 0 0 0-.436.12.88.88 0 0 0-.33 1.19L16.096 7H8.383l3.252-5.69a.88.88 0 0 0-.33-1.19.847.847 0 0 0-.436-.12ZM4.165 18.424 1.964 8.782h20.079l-2.192 9.622c-.146.488-.563.814-1.048.814H5.204c-.485 0-.902-.326-1.038-.794Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M10.87 0a.874.874 0 0 0-.754.44L6.365 7H.85a.85.85 0 0 0-.679.356c-.109.165-.17.359-.17.545 0 .079.011.156.034.23l2.512 10.782C2.896 20.165 3.972 21 5.214 21h13.599l-.02-.01c1.242 0 2.319-.845 2.678-2.108L23.964 8.14A.91.91 0 0 0 24 7.885v-.002a.932.932 0 0 0-.163-.527A.824.824 0 0 0 23.16 7h-5.045L14.365.44a.874.874 0 0 0-.754-.44.847.847 0 0 0-.436.12.88.88 0 0 0-.33 1.19L16.096 7H8.383l3.252-5.69a.88.88 0 0 0-.33-1.19.847.847 0 0 0-.436-.12Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M10.87 0a.874.874 0 0 0-.754.44L6.365 7H.85a.85.85 0 0 0-.679.356c-.109.165-.17.359-.17.545 0 .079.011.156.034.23l2.512 10.782C2.896 20.165 3.972 21 5.214 21h13.599l-.02-.01c1.242 0 2.319-.845 2.678-2.108L23.964 8.14A.91.91 0 0 0 24 7.885v-.002a.932.932 0 0 0-.163-.527A.824.824 0 0 0 23.16 7h-5.045L14.365.44a.874.874 0 0 0-.754-.44.847.847 0 0 0-.436.12.88.88 0 0 0-.33 1.19L16.096 7H8.383l3.252-5.69a.88.88 0 0 0-.33-1.19.847.847 0 0 0-.436-.12Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ d: "M6.472 7.472a.74.74 0 0 1 1.056 0 .74.74 0 0 1 0 1.056.74.74 0 0 1-1.056 0 .74.74 0 0 1 0-1.056ZM9.25 8c0-.418.332-.75.75-.75h7c.418 0 .75.332.75.75s-.332.75-.75.75h-7A.745.745 0 0 1 9.25 8ZM7 12.75a.745.745 0 0 0-.75.75c0 .418.332.75.75.75h10c.418 0 .75-.332.75-.75a.745.745 0 0 0-.75-.75H7Zm-.528-2.778a.74.74 0 0 1 1.056 0 .74.74 0 0 1 0 1.056.74.74 0 0 1-1.056 0 .74.74 0 0 1 0-1.056Zm2.778.528c0-.418.332-.75.75-.75h7c.418 0 .75.332.75.75s-.332.75-.75.75h-7a.745.745 0 0 1-.75-.75Zm-1.722 6.528a.74.74 0 0 0 0-1.056.74.74 0 0 0-1.056 0 .74.74 0 0 0 0 1.056.74.74 0 0 0 1.056 0ZM10 15.75a.745.745 0 0 0-.75.75c0 .418.332.75.75.75h7c.418 0 .75-.332.75-.75a.745.745 0 0 0-.75-.75h-7Z"
25
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
26
+ fillRule: "evenodd",
27
+ d: "M4.688 0A2.694 2.694 0 0 0 2 2.698v18.604A2.694 2.694 0 0 0 4.688 24h14.625A2.694 2.694 0 0 0 22 21.302V2.698A2.694 2.694 0 0 0 19.312 0H4.688ZM3.474 2.698c0-.676.542-1.219 1.212-1.219h14.625c.67 0 1.213.543 1.213 1.219v18.604c0 .676-.542 1.219-1.212 1.219H4.688c-.67 0-1.213-.543-1.213-1.219V2.698Z",
28
+ clipRule: "evenodd"
29
+ })]
30
+ });
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ d: "M6.472 7.472a.74.74 0 0 1 1.056 0 .74.74 0 0 1 0 1.056.74.74 0 0 1-1.056 0 .74.74 0 0 1 0-1.056ZM9.25 8c0-.418.332-.75.75-.75h7c.418 0 .75.332.75.75s-.332.75-.75.75h-7A.745.745 0 0 1 9.25 8ZM7 12.75a.745.745 0 0 0-.75.75c0 .418.332.75.75.75h10c.418 0 .75-.332.75-.75a.745.745 0 0 0-.75-.75H7Zm-.528-2.778a.74.74 0 0 1 1.056 0 .74.74 0 0 1 0 1.056.74.74 0 0 1-1.056 0 .74.74 0 0 1 0-1.056Zm2.778.528c0-.418.332-.75.75-.75h7c.418 0 .75.332.75.75s-.332.75-.75.75h-7a.745.745 0 0 1-.75-.75Zm-1.722 6.528a.74.74 0 0 0 0-1.056.74.74 0 0 0-1.056 0 .74.74 0 0 0 0 1.056.74.74 0 0 0 1.056 0ZM10 15.75a.745.745 0 0 0-.75.75c0 .418.332.75.75.75h7c.418 0 .75-.332.75-.75a.745.745 0 0 0-.75-.75h-7Z"
24
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
25
+ fillRule: "evenodd",
26
+ d: "M4.688 0A2.694 2.694 0 0 0 2 2.698v18.604A2.694 2.694 0 0 0 4.688 24h14.625A2.694 2.694 0 0 0 22 21.302V2.698A2.694 2.694 0 0 0 19.312 0H4.688ZM3.474 2.698c0-.676.542-1.219 1.212-1.219h14.625c.67 0 1.213.543 1.213 1.219v18.604c0 .676-.542 1.219-1.212 1.219H4.688c-.67 0-1.213-.543-1.213-1.219V2.698Z",
27
+ clipRule: "evenodd"
28
+ })]
29
+ });
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ ...props
10
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
11
+ ...props,
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ viewBox: "0 0 24 24",
14
+ height: size,
15
+ width: size,
16
+ fill: color,
17
+ role: title ? 'img' : undefined,
18
+ "aria-hidden": !title,
19
+ "aria-labelledby": titleId,
20
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
21
+ id: titleId,
22
+ children: title
23
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
24
+ fillRule: "evenodd",
25
+ d: "M2 2.698A2.694 2.694 0 0 1 4.688 0h14.625A2.694 2.694 0 0 1 22 2.698v18.604A2.694 2.694 0 0 1 19.312 24H4.688A2.694 2.694 0 0 1 2 21.302V2.698Zm4.472 4.774a.74.74 0 0 1 1.056 0 .74.74 0 0 1 0 1.056.74.74 0 0 1-1.056 0 .74.74 0 0 1 0-1.056ZM9.25 8c0-.418.332-.75.75-.75h7c.418 0 .75.332.75.75s-.332.75-.75.75h-7A.745.745 0 0 1 9.25 8Zm-3 5.5c0-.418.332-.75.75-.75h10c.418 0 .75.332.75.75s-.332.75-.75.75H7a.745.745 0 0 1-.75-.75Zm.222-3.528a.74.74 0 0 1 1.056 0 .74.74 0 0 1 0 1.056.74.74 0 0 1-1.056 0 .74.74 0 0 1 0-1.056ZM10 9.75a.745.745 0 0 0-.75.75c0 .418.332.75.75.75h7c.418 0 .75-.332.75-.75a.745.745 0 0 0-.75-.75h-7Zm-2.472 7.278a.74.74 0 0 0 0-1.056.74.74 0 0 0-1.056 0 .74.74 0 0 0 0 1.056.74.74 0 0 0 1.056 0ZM9.25 16.5c0-.418.332-.75.75-.75h7c.418 0 .75.332.75.75s-.332.75-.75.75h-7a.745.745 0 0 1-.75-.75Z",
26
+ clipRule: "evenodd"
27
+ })]
28
+ });
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+ var _jsxRuntime = require("react/jsx-runtime");
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
12
+ ...props,
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ viewBox: "0 0 24 24",
15
+ height: size,
16
+ width: size,
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ fillRule: "evenodd",
24
+ d: "M2 2.698A2.694 2.694 0 0 1 4.688 0h14.625A2.694 2.694 0 0 1 22 2.698v18.604A2.694 2.694 0 0 1 19.312 24H4.688A2.694 2.694 0 0 1 2 21.302V2.698Zm4.472 4.774a.74.74 0 0 1 1.056 0 .74.74 0 0 1 0 1.056.74.74 0 0 1-1.056 0 .74.74 0 0 1 0-1.056ZM9.25 8c0-.418.332-.75.75-.75h7c.418 0 .75.332.75.75s-.332.75-.75.75h-7A.745.745 0 0 1 9.25 8Zm-3 5.5c0-.418.332-.75.75-.75h10c.418 0 .75.332.75.75s-.332.75-.75.75H7a.745.745 0 0 1-.75-.75Zm.222-3.528a.74.74 0 0 1 1.056 0 .74.74 0 0 1 0 1.056.74.74 0 0 1-1.056 0 .74.74 0 0 1 0-1.056ZM10 9.75a.745.745 0 0 0-.75.75c0 .418.332.75.75.75h7c.418 0 .75-.332.75-.75a.745.745 0 0 0-.75-.75h-7Zm-2.472 7.278a.74.74 0 0 0 0-1.056.74.74 0 0 0-1.056 0 .74.74 0 0 0 0 1.056.74.74 0 0 0 1.056 0ZM9.25 16.5c0-.418.332-.75.75-.75h7c.418 0 .75.332.75.75s-.332.75-.75.75h-7a.745.745 0 0 1-.75-.75Z",
25
+ clipRule: "evenodd"
26
+ })]
27
+ });