@telus-uds/palette-koodo 4.0.0-alpha.0 → 4.0.0-beta.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 (193) hide show
  1. package/CHANGELOG.json +46 -1
  2. package/CHANGELOG.md +26 -2
  3. package/build/android/border.xml +1 -1
  4. package/build/android/color.xml +1 -1
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +1 -1
  7. package/build/android/size.xml +1 -1
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +1 -1
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +1 -1
  12. package/build/ios/Size.swift +1 -1
  13. package/build/rn/icons/Battery.js +44 -0
  14. package/build/rn/icons/Battery.native.js +43 -0
  15. package/build/rn/icons/BatteryCharging.js +46 -0
  16. package/build/rn/icons/BatteryCharging.native.js +45 -0
  17. package/build/rn/icons/BatteryChargingFilled.js +44 -0
  18. package/build/rn/icons/BatteryChargingFilled.native.js +43 -0
  19. package/build/rn/icons/Bell.js +46 -0
  20. package/build/rn/icons/Bell.native.js +45 -0
  21. package/build/rn/icons/BellFilled.js +42 -0
  22. package/build/rn/icons/BellFilled.native.js +41 -0
  23. package/build/rn/icons/BellNotification.js +48 -0
  24. package/build/rn/icons/BellNotification.native.js +47 -0
  25. package/build/rn/icons/BellNotificationFilled.js +42 -0
  26. package/build/rn/icons/BellNotificationFilled.native.js +41 -0
  27. package/build/rn/icons/Copy.js +46 -0
  28. package/build/rn/icons/Copy.native.js +45 -0
  29. package/build/rn/icons/Firewall.js +46 -0
  30. package/build/rn/icons/Firewall.native.js +45 -0
  31. package/build/rn/icons/FirewallFilled.js +44 -0
  32. package/build/rn/icons/FirewallFilled.native.js +43 -0
  33. package/build/rn/icons/Globe.js +44 -0
  34. package/build/rn/icons/Globe.native.js +43 -0
  35. package/build/rn/icons/GlobeLock.js +48 -0
  36. package/build/rn/icons/GlobeLock.native.js +47 -0
  37. package/build/rn/icons/LightningFilled.js +42 -0
  38. package/build/rn/icons/LightningFilled.native.js +41 -0
  39. package/build/rn/icons/LinkExternal.js +3 -3
  40. package/build/rn/icons/LinkExternal.native.js +3 -3
  41. package/build/rn/icons/Offers.js +44 -0
  42. package/build/rn/icons/Offers.native.js +43 -0
  43. package/build/rn/icons/OffersFilled.js +44 -0
  44. package/build/rn/icons/OffersFilled.native.js +43 -0
  45. package/build/rn/icons/PikTV.js +46 -0
  46. package/build/rn/icons/PikTV.native.js +45 -0
  47. package/build/rn/icons/Router.js +44 -0
  48. package/build/rn/icons/Router.native.js +43 -0
  49. package/build/rn/icons/Shield.js +42 -0
  50. package/build/rn/icons/Shield.native.js +41 -0
  51. package/build/rn/icons/ShieldCheck.js +46 -0
  52. package/build/rn/icons/ShieldCheck.native.js +45 -0
  53. package/build/rn/icons/ShieldCheckFilled.js +44 -0
  54. package/build/rn/icons/ShieldCheckFilled.native.js +43 -0
  55. package/build/rn/icons/ShieldFilled.js +42 -0
  56. package/build/rn/icons/ShieldFilled.native.js +41 -0
  57. package/build/rn/icons/Signal.js +42 -0
  58. package/build/rn/icons/Signal.native.js +41 -0
  59. package/build/rn/icons/Signal5G.js +42 -0
  60. package/build/rn/icons/Signal5G.native.js +41 -0
  61. package/build/rn/icons/TV.js +44 -0
  62. package/build/rn/icons/TV.native.js +43 -0
  63. package/build/rn/icons/TVPlay.js +46 -0
  64. package/build/rn/icons/TVPlay.native.js +45 -0
  65. package/build/rn/icons/battery-charging-filled.icon.svg +3 -0
  66. package/build/rn/icons/battery-charging.icon.svg +4 -0
  67. package/build/rn/icons/battery.icon.svg +3 -0
  68. package/build/rn/icons/bell-filled.icon.svg +3 -0
  69. package/build/rn/icons/bell-notification-filled.icon.svg +3 -0
  70. package/build/rn/icons/bell-notification.icon.svg +5 -0
  71. package/build/rn/icons/bell.icon.svg +4 -0
  72. package/build/rn/icons/copy.icon.svg +4 -0
  73. package/build/rn/icons/firewall-filled.icon.svg +3 -0
  74. package/build/rn/icons/firewall.icon.svg +4 -0
  75. package/build/rn/icons/globe-lock.icon.svg +4 -0
  76. package/build/rn/icons/globe.icon.svg +3 -0
  77. package/build/rn/icons/index.js +25 -0
  78. package/build/rn/icons/lightning-filled.icon.svg +3 -0
  79. package/build/rn/icons/link-external.icon.svg +2 -1
  80. package/build/rn/icons/offers-filled.icon.svg +3 -0
  81. package/build/rn/icons/offers.icon.svg +4 -0
  82. package/build/rn/icons/pik-tv.icon.svg +4 -0
  83. package/build/rn/icons/router.icon.svg +3 -0
  84. package/build/rn/icons/shield-check-filled.icon.svg +3 -0
  85. package/build/rn/icons/shield-check.icon.svg +4 -0
  86. package/build/rn/icons/shield-filled.icon.svg +3 -0
  87. package/build/rn/icons/shield.icon.svg +3 -0
  88. package/build/rn/icons/signal.icon.svg +3 -0
  89. package/build/rn/icons/signal5-g.icon.svg +3 -0
  90. package/build/rn/icons/tv.icon.svg +3 -0
  91. package/build/rn/icons/tvplay.icon.svg +4 -0
  92. package/build/rn/palette.js +26 -1
  93. package/build/web/fonts/fonts-cdn-family.css +15 -15
  94. package/build/web/fonts/fonts-cdn.css +15 -15
  95. package/build/web/fonts/fonts-local-family.css +15 -15
  96. package/build/web/fonts/fonts-local.css +15 -15
  97. package/build/web/icons/Battery.js +44 -0
  98. package/build/web/icons/BatteryCharging.js +46 -0
  99. package/build/web/icons/BatteryChargingFilled.js +44 -0
  100. package/build/web/icons/Bell.js +46 -0
  101. package/build/web/icons/BellFilled.js +42 -0
  102. package/build/web/icons/BellNotification.js +48 -0
  103. package/build/web/icons/BellNotificationFilled.js +42 -0
  104. package/build/web/icons/Copy.js +46 -0
  105. package/build/web/icons/Firewall.js +46 -0
  106. package/build/web/icons/FirewallFilled.js +44 -0
  107. package/build/web/icons/Globe.js +44 -0
  108. package/build/web/icons/GlobeLock.js +48 -0
  109. package/build/web/icons/LightningFilled.js +42 -0
  110. package/build/web/icons/LinkExternal.js +3 -3
  111. package/build/web/icons/Offers.js +44 -0
  112. package/build/web/icons/OffersFilled.js +44 -0
  113. package/build/web/icons/PikTV.js +46 -0
  114. package/build/web/icons/Router.js +44 -0
  115. package/build/web/icons/Shield.js +42 -0
  116. package/build/web/icons/ShieldCheck.js +46 -0
  117. package/build/web/icons/ShieldCheckFilled.js +44 -0
  118. package/build/web/icons/ShieldFilled.js +42 -0
  119. package/build/web/icons/Signal.js +42 -0
  120. package/build/web/icons/Signal5G.js +42 -0
  121. package/build/web/icons/TV.js +44 -0
  122. package/build/web/icons/TVPlay.js +46 -0
  123. package/build/web/icons/battery-charging-filled.icon.svg +3 -0
  124. package/build/web/icons/battery-charging.icon.svg +4 -0
  125. package/build/web/icons/battery.icon.svg +3 -0
  126. package/build/web/icons/bell-filled.icon.svg +3 -0
  127. package/build/web/icons/bell-notification-filled.icon.svg +3 -0
  128. package/build/web/icons/bell-notification.icon.svg +5 -0
  129. package/build/web/icons/bell.icon.svg +4 -0
  130. package/build/web/icons/copy.icon.svg +4 -0
  131. package/build/web/icons/firewall-filled.icon.svg +3 -0
  132. package/build/web/icons/firewall.icon.svg +4 -0
  133. package/build/web/icons/globe-lock.icon.svg +4 -0
  134. package/build/web/icons/globe.icon.svg +3 -0
  135. package/build/web/icons/index.js +25 -0
  136. package/build/web/icons/lightning-filled.icon.svg +3 -0
  137. package/build/web/icons/link-external.icon.svg +2 -1
  138. package/build/web/icons/offers-filled.icon.svg +3 -0
  139. package/build/web/icons/offers.icon.svg +4 -0
  140. package/build/web/icons/pik-tv.icon.svg +4 -0
  141. package/build/web/icons/router.icon.svg +3 -0
  142. package/build/web/icons/shield-check-filled.icon.svg +3 -0
  143. package/build/web/icons/shield-check.icon.svg +4 -0
  144. package/build/web/icons/shield-filled.icon.svg +3 -0
  145. package/build/web/icons/shield.icon.svg +3 -0
  146. package/build/web/icons/signal.icon.svg +3 -0
  147. package/build/web/icons/signal5-g.icon.svg +3 -0
  148. package/build/web/icons/tv.icon.svg +3 -0
  149. package/build/web/icons/tvplay.icon.svg +4 -0
  150. package/build/web/palette.js +41 -16
  151. package/icon/battery-charging-filled.svg +3 -0
  152. package/icon/battery-charging.svg +4 -0
  153. package/icon/battery.svg +3 -0
  154. package/icon/bell-filled.svg +3 -0
  155. package/icon/bell-notification-filled.svg +3 -0
  156. package/icon/bell-notification.svg +5 -0
  157. package/icon/bell.svg +4 -0
  158. package/icon/copy.svg +4 -0
  159. package/icon/firewall-filled.svg +3 -0
  160. package/icon/firewall.svg +4 -0
  161. package/icon/globe-lock.svg +4 -0
  162. package/icon/globe.svg +3 -0
  163. package/icon/lightning-filled.svg +3 -0
  164. package/icon/link-external.svg +2 -1
  165. package/icon/offers-filled.svg +3 -0
  166. package/icon/offers.svg +4 -0
  167. package/icon/pik-tv.svg +4 -0
  168. package/icon/router.svg +3 -0
  169. package/icon/shield-check-filled.svg +3 -0
  170. package/icon/shield-check.svg +4 -0
  171. package/icon/shield-filled.svg +3 -0
  172. package/icon/shield.svg +3 -0
  173. package/icon/signal-5g.svg +3 -0
  174. package/icon/signal.svg +3 -0
  175. package/icon/tv-play.svg +4 -0
  176. package/icon/tv.svg +3 -0
  177. package/package.json +1 -1
  178. package/palette.json +100 -0
  179. /package/build/web/fonts/{StagSans-Bold-v4_0_0-alpha_0.otf → StagSans-Bold-v4_0_0-beta_0.otf} +0 -0
  180. /package/build/web/fonts/{StagSans-Bold-v4_0_0-alpha_0.woff → StagSans-Bold-v4_0_0-beta_0.woff} +0 -0
  181. /package/build/web/fonts/{StagSans-Bold2-v4_0_0-alpha_0.woff2 → StagSans-Bold2-v4_0_0-beta_0.woff2} +0 -0
  182. /package/build/web/fonts/{StagSans-Light-v4_0_0-alpha_0.otf → StagSans-Light-v4_0_0-beta_0.otf} +0 -0
  183. /package/build/web/fonts/{StagSans-Light-v4_0_0-alpha_0.woff → StagSans-Light-v4_0_0-beta_0.woff} +0 -0
  184. /package/build/web/fonts/{StagSans-Light2-v4_0_0-alpha_0.woff2 → StagSans-Light2-v4_0_0-beta_0.woff2} +0 -0
  185. /package/build/web/fonts/{StagSans-Medium-v4_0_0-alpha_0.otf → StagSans-Medium-v4_0_0-beta_0.otf} +0 -0
  186. /package/build/web/fonts/{StagSans-Medium-v4_0_0-alpha_0.woff → StagSans-Medium-v4_0_0-beta_0.woff} +0 -0
  187. /package/build/web/fonts/{StagSans-Medium2-v4_0_0-alpha_0.woff2 → StagSans-Medium2-v4_0_0-beta_0.woff2} +0 -0
  188. /package/build/web/fonts/{StagSans-Regular-v4_0_0-alpha_0.otf → StagSans-Regular-v4_0_0-beta_0.otf} +0 -0
  189. /package/build/web/fonts/{StagSans-Regular-v4_0_0-alpha_0.woff → StagSans-Regular-v4_0_0-beta_0.woff} +0 -0
  190. /package/build/web/fonts/{StagSans-Regular2-v4_0_0-alpha_0.woff2 → StagSans-Regular2-v4_0_0-beta_0.woff2} +0 -0
  191. /package/build/web/fonts/{StagSans-Semibold-v4_0_0-alpha_0.otf → StagSans-Semibold-v4_0_0-beta_0.otf} +0 -0
  192. /package/build/web/fonts/{StagSans-Semibold-v4_0_0-alpha_0.woff → StagSans-Semibold-v4_0_0-beta_0.woff} +0 -0
  193. /package/build/web/fonts/{StagSans-Semibold2-v4_0_0-alpha_0.woff2 → StagSans-Semibold2-v4_0_0-beta_0.woff2} +0 -0
package/CHANGELOG.json CHANGED
@@ -2,7 +2,52 @@
2
2
  "name": "@telus-uds/palette-koodo",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 20 Mar 2026 02:26:40 GMT",
5
+ "date": "Fri, 29 May 2026 17:28:00 GMT",
6
+ "tag": "@telus-uds/palette-koodo_v4.0.0-beta.0",
7
+ "version": "4.0.0-beta.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "shahzaib.khalid@telus.com",
12
+ "package": "@telus-uds/palette-koodo",
13
+ "commit": "61bfd48200828a14794814d93458dfaed3e3b16c",
14
+ "comment": "Promote `palette-koodo` to the beta release channel (no functional change)"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 16 Apr 2026 21:04:33 GMT",
21
+ "tag": "@telus-uds/palette-koodo_v3.11.1",
22
+ "version": "3.11.1",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "david.melara1@telus.com",
27
+ "package": "@telus-uds/palette-koodo",
28
+ "commit": "aaf211c16760fe9b1069a6a1eafe93a133695a79",
29
+ "comment": "`Icon`: Add new Koodo icons"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 10 Apr 2026 17:20:03 GMT",
36
+ "tag": "@telus-uds/palette-koodo_v4.0.0-alpha.1",
37
+ "version": "4.0.0-alpha.1",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "david.melara1@telus.com",
42
+ "package": "@telus-uds/palette-koodo",
43
+ "commit": "d4689aeaab38ec77c8b223dfe9f21d551a2f6bc3",
44
+ "comment": "`Icon`: Add new Koodo icons"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 20 Mar 2026 00:57:29 GMT",
6
51
  "tag": "@telus-uds/palette-koodo_v4.0.0-alpha.0",
7
52
  "version": "4.0.0-alpha.0",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @telus-uds/palette-koodo
2
2
 
3
- This log was last generated on Fri, 20 Mar 2026 02:26:40 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 29 May 2026 17:28:00 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 4.0.0-beta.0
8
+
9
+ Fri, 29 May 2026 17:28:00 GMT
10
+
11
+ ### Patches
12
+
13
+ - Promote `palette-koodo` to the beta release channel (no functional change) (shahzaib.khalid@telus.com)
14
+
15
+ ## 3.11.1
16
+
17
+ Thu, 16 Apr 2026 21:04:33 GMT
18
+
19
+ ### Patches
20
+
21
+ - `Icon`: Add new Koodo icons (david.melara1@telus.com)
22
+
23
+ ## 4.0.0-alpha.1
24
+
25
+ Fri, 10 Apr 2026 17:20:03 GMT
26
+
27
+ ### Patches
28
+
29
+ - `Icon`: Add new Koodo icons (david.melara1@telus.com)
30
+
7
31
  ## 4.0.0-alpha.0
8
32
 
9
- Fri, 20 Mar 2026 02:26:40 GMT
33
+ Fri, 20 Mar 2026 00:57:29 GMT
10
34
 
11
35
  ### Major changes
12
36
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 20 Mar 2026 02:30:16 GMT
5
+ Generated on Fri, 29 May 2026 17:31:09 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 Fri, 20 Mar 2026 02:30:16 GMT
5
+ Generated on Fri, 29 May 2026 17:31:09 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 Fri, 20 Mar 2026 02:30:16 GMT
5
+ Generated on Fri, 29 May 2026 17:31:09 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 Fri, 20 Mar 2026 02:30:16 GMT
5
+ Generated on Fri, 29 May 2026 17:31:09 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 Fri, 20 Mar 2026 02:30:16 GMT
5
+ Generated on Fri, 29 May 2026 17:31:09 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Fri, 20 Mar 2026 02:30:16 GMT
7
+ // Generated on Fri, 29 May 2026 17:31:09 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 Fri, 20 Mar 2026 02:30:16 GMT
7
+ // Generated on Fri, 29 May 2026 17:31:09 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 Fri, 20 Mar 2026 02:30:16 GMT
7
+ // Generated on Fri, 29 May 2026 17:31:09 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 Fri, 20 Mar 2026 02:30:16 GMT
7
+ // Generated on Fri, 29 May 2026 17:31:09 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 Fri, 20 Mar 2026 02:30:16 GMT
7
+ // Generated on Fri, 29 May 2026 17:31:09 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ gradient,
10
+ ...props
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ fillRule: "evenodd",
39
+ d: "M13.084 1.999a1 1 0 0 1 1 1v.877h.098c1.818 0 3.294 1.344 3.294 3v12.125c0 1.657-1.476 3-3.294 3H9.818c-1.818 0-3.293-1.343-3.294-3V6.877c0-1.656 1.476-3 3.294-3h.098V3a1 1 0 0 1 1-1h2.168ZM9.818 5.876c-.606 0-1.098.448-1.098 1v12.125c0 .518.432.944.985.996l.113.005h4.364c.606 0 1.098-.448 1.098-1V6.876c0-.552-.492-1-1.098-1H9.818Z",
40
+ clipRule: "evenodd"
41
+ })]
42
+ });
43
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
44
+ };
@@ -0,0 +1,43 @@
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
+ gradient,
11
+ ...props
12
+ }) => {
13
+ const iconSharedUtils = require('./utils/icon-shared-utils');
14
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
15
+ let fillValue = color;
16
+ let gradientDefs;
17
+ let gradientUtils;
18
+ if (hasGradient) {
19
+ gradientUtils = iconSharedUtils.getGradientUtils();
20
+ const iconNativeUtils = require('./utils/icon-native-utils');
21
+ const gradientId = gradientUtils.generateGradientId(gradient);
22
+ fillValue = `url(#${gradientId})`;
23
+ gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
24
+ }
25
+ const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
+ ...props,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 24 24",
29
+ height: size,
30
+ width: size,
31
+ fill: fillValue,
32
+ "aria-labelledby": titleId,
33
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
34
+ id: titleId,
35
+ children: title
36
+ }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
+ fillRule: "evenodd",
38
+ d: "M13.084 1.999a1 1 0 0 1 1 1v.877h.098c1.818 0 3.294 1.344 3.294 3v12.125c0 1.657-1.476 3-3.294 3H9.818c-1.818 0-3.293-1.343-3.294-3V6.877c0-1.656 1.476-3 3.294-3h.098V3a1 1 0 0 1 1-1h2.168ZM9.818 5.876c-.606 0-1.098.448-1.098 1v12.125c0 .518.432.944.985.996l.113.005h4.364c.606 0 1.098-.448 1.098-1V6.876c0-.552-.492-1-1.098-1H9.818Z",
39
+ clipRule: "evenodd"
40
+ })]
41
+ });
42
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
43
+ };
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ gradient,
10
+ ...props
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ fillRule: "evenodd",
39
+ d: "M13.084 1.999a1 1 0 0 1 1 1v.877h.098c1.818 0 3.294 1.344 3.294 3v12.125c0 1.657-1.476 3-3.294 3H9.818c-1.818 0-3.293-1.343-3.294-3V6.877c0-1.656 1.476-3 3.294-3h.098V3a1 1 0 0 1 1-1h2.168ZM9.818 5.876c-.606 0-1.098.448-1.098 1v12.125c0 .518.432.944.985.996l.113.005h4.364c.606 0 1.098-.448 1.098-1V6.876c0-.552-.492-1-1.098-1H9.818Z",
40
+ clipRule: "evenodd"
41
+ }), (0, _jsxRuntime.jsx)("path", {
42
+ d: "M12.022 9.072c.256-.443.932-.261.932.25v2.693h1.041a.5.5 0 0 1 .433.75l-2.45 4.232c-.256.443-.932.26-.932-.25v-2.694h-1.041a.5.5 0 0 1-.433-.75l2.45-4.231Z"
43
+ })]
44
+ });
45
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
46
+ };
@@ -0,0 +1,45 @@
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
+ gradient,
11
+ ...props
12
+ }) => {
13
+ const iconSharedUtils = require('./utils/icon-shared-utils');
14
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
15
+ let fillValue = color;
16
+ let gradientDefs;
17
+ let gradientUtils;
18
+ if (hasGradient) {
19
+ gradientUtils = iconSharedUtils.getGradientUtils();
20
+ const iconNativeUtils = require('./utils/icon-native-utils');
21
+ const gradientId = gradientUtils.generateGradientId(gradient);
22
+ fillValue = `url(#${gradientId})`;
23
+ gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
24
+ }
25
+ const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
+ ...props,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 24 24",
29
+ height: size,
30
+ width: size,
31
+ fill: fillValue,
32
+ "aria-labelledby": titleId,
33
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
34
+ id: titleId,
35
+ children: title
36
+ }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
+ fillRule: "evenodd",
38
+ d: "M13.084 1.999a1 1 0 0 1 1 1v.877h.098c1.818 0 3.294 1.344 3.294 3v12.125c0 1.657-1.476 3-3.294 3H9.818c-1.818 0-3.293-1.343-3.294-3V6.877c0-1.656 1.476-3 3.294-3h.098V3a1 1 0 0 1 1-1h2.168ZM9.818 5.876c-.606 0-1.098.448-1.098 1v12.125c0 .518.432.944.985.996l.113.005h4.364c.606 0 1.098-.448 1.098-1V6.876c0-.552-.492-1-1.098-1H9.818Z",
39
+ clipRule: "evenodd"
40
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
41
+ d: "M12.022 9.072c.256-.443.932-.261.932.25v2.693h1.041a.5.5 0 0 1 .433.75l-2.45 4.232c-.256.443-.932.26-.932-.25v-2.694h-1.041a.5.5 0 0 1-.433-.75l2.45-4.231Z"
42
+ })]
43
+ });
44
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
45
+ };
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ gradient,
10
+ ...props
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ fillRule: "evenodd",
39
+ d: "M13.147 2a1 1 0 0 1 1 1v.916h.856a2 2 0 0 1 2 2V20a2 2 0 0 1-2 2H8.997a2 2 0 0 1-2-2V5.916a2 2 0 0 1 2-2h.982V3a1 1 0 0 1 1-1h2.168Zm-.13 7.321c0-.51-.676-.692-.932-.25l-2.45 4.232a.5.5 0 0 0 .433.75h1.04v2.693c0 .511.677.693.933.251l2.45-4.232a.5.5 0 0 0-.433-.75h-1.04V9.32Z",
40
+ clipRule: "evenodd"
41
+ })]
42
+ });
43
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
44
+ };
@@ -0,0 +1,43 @@
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
+ gradient,
11
+ ...props
12
+ }) => {
13
+ const iconSharedUtils = require('./utils/icon-shared-utils');
14
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
15
+ let fillValue = color;
16
+ let gradientDefs;
17
+ let gradientUtils;
18
+ if (hasGradient) {
19
+ gradientUtils = iconSharedUtils.getGradientUtils();
20
+ const iconNativeUtils = require('./utils/icon-native-utils');
21
+ const gradientId = gradientUtils.generateGradientId(gradient);
22
+ fillValue = `url(#${gradientId})`;
23
+ gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
24
+ }
25
+ const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
+ ...props,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 24 24",
29
+ height: size,
30
+ width: size,
31
+ fill: fillValue,
32
+ "aria-labelledby": titleId,
33
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
34
+ id: titleId,
35
+ children: title
36
+ }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
+ fillRule: "evenodd",
38
+ d: "M13.147 2a1 1 0 0 1 1 1v.916h.856a2 2 0 0 1 2 2V20a2 2 0 0 1-2 2H8.997a2 2 0 0 1-2-2V5.916a2 2 0 0 1 2-2h.982V3a1 1 0 0 1 1-1h2.168Zm-.13 7.321c0-.51-.676-.692-.932-.25l-2.45 4.232a.5.5 0 0 0 .433.75h1.04v2.693c0 .511.677.693.933.251l2.45-4.232a.5.5 0 0 0-.433-.75h-1.04V9.32Z",
39
+ clipRule: "evenodd"
40
+ })]
41
+ });
42
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
43
+ };
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ gradient,
10
+ ...props
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ d: "M14.134 19.849a2.152 2.152 0 0 1-4.302 0h4.302Z"
39
+ }), (0, _jsxRuntime.jsx)("path", {
40
+ fillRule: "evenodd",
41
+ d: "M12.59 2a1 1 0 0 1 1 1v.243a6.469 6.469 0 0 1 4.887 6.273v5.625c0 .162.04.323.115.466l.785 1.487a1 1 0 0 1-.885 1.466H5.508a1 1 0 0 1-.876-1.482l.806-1.463c.082-.148.124-.316.124-.485l-.015-5.598a6.469 6.469 0 0 1 4.827-6.273V3a1 1 0 0 1 1-1h1.216Zm-.577 3.203A4.313 4.313 0 0 0 7.7 9.527l.017 6.413c0 .259.21.468.468.468h7.653a.487.487 0 0 0 .487-.487V9.516a4.312 4.312 0 0 0-4.312-4.313Z",
42
+ clipRule: "evenodd"
43
+ })]
44
+ });
45
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
46
+ };
@@ -0,0 +1,45 @@
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
+ gradient,
11
+ ...props
12
+ }) => {
13
+ const iconSharedUtils = require('./utils/icon-shared-utils');
14
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
15
+ let fillValue = color;
16
+ let gradientDefs;
17
+ let gradientUtils;
18
+ if (hasGradient) {
19
+ gradientUtils = iconSharedUtils.getGradientUtils();
20
+ const iconNativeUtils = require('./utils/icon-native-utils');
21
+ const gradientId = gradientUtils.generateGradientId(gradient);
22
+ fillValue = `url(#${gradientId})`;
23
+ gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
24
+ }
25
+ const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
+ ...props,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 24 24",
29
+ height: size,
30
+ width: size,
31
+ fill: fillValue,
32
+ "aria-labelledby": titleId,
33
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
34
+ id: titleId,
35
+ children: title
36
+ }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
+ d: "M14.134 19.849a2.152 2.152 0 0 1-4.302 0h4.302Z"
38
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
39
+ fillRule: "evenodd",
40
+ d: "M12.59 2a1 1 0 0 1 1 1v.243a6.469 6.469 0 0 1 4.887 6.273v5.625c0 .162.04.323.115.466l.785 1.487a1 1 0 0 1-.885 1.466H5.508a1 1 0 0 1-.876-1.482l.806-1.463c.082-.148.124-.316.124-.485l-.015-5.598a6.469 6.469 0 0 1 4.827-6.273V3a1 1 0 0 1 1-1h1.216Zm-.577 3.203A4.313 4.313 0 0 0 7.7 9.527l.017 6.413c0 .259.21.468.468.468h7.653a.487.487 0 0 0 .487-.487V9.516a4.312 4.312 0 0 0-4.312-4.313Z",
41
+ clipRule: "evenodd"
42
+ })]
43
+ });
44
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
45
+ };
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+ module.exports = ({
5
+ title,
6
+ titleId,
7
+ size,
8
+ color,
9
+ gradient,
10
+ ...props
11
+ }) => {
12
+ const iconSharedUtils = require('./utils/icon-shared-utils');
13
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
14
+ let fillValue = color;
15
+ let gradientDefs;
16
+ let gradientUtils;
17
+ if (hasGradient) {
18
+ gradientUtils = iconSharedUtils.getGradientUtils();
19
+ const iconWebUtils = require('./utils/icon-web-utils');
20
+ const gradientId = gradientUtils.generateGradientId(gradient);
21
+ fillValue = `url(#${gradientId})`;
22
+ gradientDefs = iconWebUtils.renderWebGradientDefs(gradient, gradientId);
23
+ }
24
+ const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
+ ...props,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 24 24",
28
+ height: size,
29
+ width: size,
30
+ fill: fillValue,
31
+ role: title ? 'img' : undefined,
32
+ "aria-hidden": !title,
33
+ "aria-labelledby": titleId,
34
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
35
+ id: titleId,
36
+ children: title
37
+ }) : null, (0, _jsxRuntime.jsx)("path", {
38
+ d: "M14.152 19.849a2.152 2.152 0 0 1-4.303 0h4.303ZM12.608 2a1 1 0 0 1 1 1v.243a6.469 6.469 0 0 1 4.887 6.273v5.625c0 .162.04.323.115.466l.784 1.487a1 1 0 0 1-.885 1.466H5.526a1 1 0 0 1-.876-1.482l.806-1.463c.081-.148.124-.316.124-.485l-.015-5.598a6.469 6.469 0 0 1 4.827-6.273V3a1 1 0 0 1 1-1h1.216Z"
39
+ })]
40
+ });
41
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
42
+ };
@@ -0,0 +1,41 @@
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
+ gradient,
11
+ ...props
12
+ }) => {
13
+ const iconSharedUtils = require('./utils/icon-shared-utils');
14
+ const hasGradient = iconSharedUtils.hasValidGradient(gradient);
15
+ let fillValue = color;
16
+ let gradientDefs;
17
+ let gradientUtils;
18
+ if (hasGradient) {
19
+ gradientUtils = iconSharedUtils.getGradientUtils();
20
+ const iconNativeUtils = require('./utils/icon-native-utils');
21
+ const gradientId = gradientUtils.generateGradientId(gradient);
22
+ fillValue = `url(#${gradientId})`;
23
+ gradientDefs = iconNativeUtils.renderNativeGradientDefs(gradient, gradientId);
24
+ }
25
+ const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
+ ...props,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 24 24",
29
+ height: size,
30
+ width: size,
31
+ fill: fillValue,
32
+ "aria-labelledby": titleId,
33
+ children: [title ? (0, _jsxRuntime.jsx)("title", {
34
+ id: titleId,
35
+ children: title
36
+ }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
+ d: "M14.152 19.849a2.152 2.152 0 0 1-4.303 0h4.303ZM12.608 2a1 1 0 0 1 1 1v.243a6.469 6.469 0 0 1 4.887 6.273v5.625c0 .162.04.323.115.466l.784 1.487a1 1 0 0 1-.885 1.466H5.526a1 1 0 0 1-.876-1.482l.806-1.463c.081-.148.124-.316.124-.485l-.015-5.598a6.469 6.469 0 0 1 4.827-6.273V3a1 1 0 0 1 1-1h1.216Z"
38
+ })]
39
+ });
40
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
41
+ };