@telus-uds/palette-koodo 3.11.0 → 4.0.0-alpha.1

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 (200) hide show
  1. package/CHANGELOG.json +30 -1
  2. package/CHANGELOG.md +17 -1
  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/font/StagSans-Black-Italic.otf +0 -0
  180. package/font/StagSans-Bold-Italic.otf +0 -0
  181. package/font/StagSans-Light-Italic.otf +0 -0
  182. package/font/StagSans-Medium Italic.otf +0 -0
  183. package/font/StagSans-Regular-Italic.otf +0 -0
  184. package/font/StagSans-Semibold-Italic.otf +0 -0
  185. package/font/StagSans-Thin-Italic.otf +0 -0
  186. /package/build/web/fonts/{StagSans-Bold-v3_11_0.otf → StagSans-Bold-v4_0_0-alpha_1.otf} +0 -0
  187. /package/build/web/fonts/{StagSans-Bold-v3_11_0.woff → StagSans-Bold-v4_0_0-alpha_1.woff} +0 -0
  188. /package/build/web/fonts/{StagSans-Bold2-v3_11_0.woff2 → StagSans-Bold2-v4_0_0-alpha_1.woff2} +0 -0
  189. /package/build/web/fonts/{StagSans-Light-v3_11_0.otf → StagSans-Light-v4_0_0-alpha_1.otf} +0 -0
  190. /package/build/web/fonts/{StagSans-Light-v3_11_0.woff → StagSans-Light-v4_0_0-alpha_1.woff} +0 -0
  191. /package/build/web/fonts/{StagSans-Light2-v3_11_0.woff2 → StagSans-Light2-v4_0_0-alpha_1.woff2} +0 -0
  192. /package/build/web/fonts/{StagSans-Medium-v3_11_0.otf → StagSans-Medium-v4_0_0-alpha_1.otf} +0 -0
  193. /package/build/web/fonts/{StagSans-Medium-v3_11_0.woff → StagSans-Medium-v4_0_0-alpha_1.woff} +0 -0
  194. /package/build/web/fonts/{StagSans-Medium2-v3_11_0.woff2 → StagSans-Medium2-v4_0_0-alpha_1.woff2} +0 -0
  195. /package/build/web/fonts/{StagSans-Regular-v3_11_0.otf → StagSans-Regular-v4_0_0-alpha_1.otf} +0 -0
  196. /package/build/web/fonts/{StagSans-Regular-v3_11_0.woff → StagSans-Regular-v4_0_0-alpha_1.woff} +0 -0
  197. /package/build/web/fonts/{StagSans-Regular2-v3_11_0.woff2 → StagSans-Regular2-v4_0_0-alpha_1.woff2} +0 -0
  198. /package/build/web/fonts/{StagSans-Semibold-v3_11_0.otf → StagSans-Semibold-v4_0_0-alpha_1.otf} +0 -0
  199. /package/build/web/fonts/{StagSans-Semibold-v3_11_0.woff → StagSans-Semibold-v4_0_0-alpha_1.woff} +0 -0
  200. /package/build/web/fonts/{StagSans-Semibold2-v3_11_0.woff2 → StagSans-Semibold2-v4_0_0-alpha_1.woff2} +0 -0
package/CHANGELOG.json CHANGED
@@ -1,6 +1,36 @@
1
1
  {
2
2
  "name": "@telus-uds/palette-koodo",
3
3
  "entries": [
4
+ {
5
+ "date": "Fri, 10 Apr 2026 17:20:03 GMT",
6
+ "tag": "@telus-uds/palette-koodo_v4.0.0-alpha.1",
7
+ "version": "4.0.0-alpha.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "david.melara1@telus.com",
12
+ "package": "@telus-uds/palette-koodo",
13
+ "commit": "d4689aeaab38ec77c8b223dfe9f21d551a2f6bc3",
14
+ "comment": "`Icon`: Add new Koodo icons"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 20 Mar 2026 00:57:29 GMT",
21
+ "tag": "@telus-uds/palette-koodo_v4.0.0-alpha.0",
22
+ "version": "4.0.0-alpha.0",
23
+ "comments": {
24
+ "major": [
25
+ {
26
+ "author": "sergio.ramirez@telus.com",
27
+ "package": "@telus-uds/palette-koodo",
28
+ "commit": "b66459436b70422fbdf03cd2a986542aaba61845",
29
+ "comment": "`Remove italic font`: files and use browser native italic simulation"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "date": "Mon, 12 Jan 2026 14:55:22 GMT",
6
36
  "tag": "@telus-uds/palette-koodo_v3.11.0",
@@ -10,7 +40,6 @@
10
40
  {
11
41
  "author": "guillermo.peitzner@telus.com",
12
42
  "package": "@telus-uds/palette-koodo",
13
- "commit": "dbd26441b07610b3429dc48229755cd93de80aef",
14
43
  "comment": "`IconButton`: match design intention"
15
44
  }
16
45
  ]
package/CHANGELOG.md CHANGED
@@ -1,9 +1,25 @@
1
1
  # Change Log - @telus-uds/palette-koodo
2
2
 
3
- This log was last generated on Mon, 12 Jan 2026 14:55:22 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 10 Apr 2026 17:20:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 4.0.0-alpha.1
8
+
9
+ Fri, 10 Apr 2026 17:20:03 GMT
10
+
11
+ ### Patches
12
+
13
+ - `Icon`: Add new Koodo icons (david.melara1@telus.com)
14
+
15
+ ## 4.0.0-alpha.0
16
+
17
+ Fri, 20 Mar 2026 00:57:29 GMT
18
+
19
+ ### Major changes
20
+
21
+ - `Remove italic font`: files and use browser native italic simulation (sergio.ramirez@telus.com)
22
+
7
23
  ## 3.11.0
8
24
 
9
25
  Mon, 12 Jan 2026 14:55:22 GMT
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 12 Jan 2026 14:57:55 GMT
5
+ Generated on Fri, 10 Apr 2026 17:21:55 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 12 Jan 2026 14:57:55 GMT
5
+ Generated on Fri, 10 Apr 2026 17:21:55 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 12 Jan 2026 14:57:55 GMT
5
+ Generated on Fri, 10 Apr 2026 17:21:55 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 12 Jan 2026 14:57:55 GMT
5
+ Generated on Fri, 10 Apr 2026 17:21:55 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Mon, 12 Jan 2026 14:57:55 GMT
5
+ Generated on Fri, 10 Apr 2026 17:21:55 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 Mon, 12 Jan 2026 14:57:55 GMT
7
+ // Generated on Fri, 10 Apr 2026 17:21:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 12 Jan 2026 14:57:55 GMT
7
+ // Generated on Fri, 10 Apr 2026 17:21:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 12 Jan 2026 14:57:55 GMT
7
+ // Generated on Fri, 10 Apr 2026 17:21:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 12 Jan 2026 14:57:55 GMT
7
+ // Generated on Fri, 10 Apr 2026 17:21:55 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Mon, 12 Jan 2026 14:57:55 GMT
7
+ // Generated on Fri, 10 Apr 2026 17:21:55 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
+ };
@@ -0,0 +1,48 @@
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.103 19.896a2.104 2.104 0 0 1-4.206 0h4.206Z"
39
+ }), (0, _jsxRuntime.jsx)("path", {
40
+ fillRule: "evenodd",
41
+ d: "M12.536 2.445c.572 0 1.036.464 1.036 1.037v.179a6.325 6.325 0 0 1 4.778 6.132v5.486c0 .168.041.334.12.482l.714 1.356a1.036 1.036 0 0 1-.917 1.52H5.768a1.036 1.036 0 0 1-.907-1.537l.733-1.33c.085-.154.129-.328.128-.503l-.014-5.458a6.324 6.324 0 0 1 4.72-6.133v-.194c0-.573.464-1.037 1.036-1.037h1.072Zm-.506 3.131a4.217 4.217 0 0 0-4.217 4.228l.016 6.27c0 .253.205.457.458.457h7.483a.476.476 0 0 0 .476-.475V9.793a4.217 4.217 0 0 0-4.216-4.217Z",
42
+ clipRule: "evenodd"
43
+ }), (0, _jsxRuntime.jsx)("path", {
44
+ d: "M6.498 2.096a1.053 1.053 0 0 1 .879 1.912l.002-.001.005-.001-.014.006c-.016.008-.046.023-.085.045a4.408 4.408 0 0 0-1.33 1.217 4.33 4.33 0 0 0-.602 1.154 2.396 2.396 0 0 0-.078.297c-.003.017-.008.031-.01.041a1.05 1.05 0 1 1-2.097-.163v-.008l.001-.009.002-.021a2.354 2.354 0 0 1 .036-.233c.027-.141.071-.332.146-.558a6.423 6.423 0 0 1 .888-1.722A6.513 6.513 0 0 1 5.704 2.58a5.814 5.814 0 0 1 .709-.442l.054-.027.029-.014h.002Zm9.608.517a1.053 1.053 0 0 1 1.395-.517l.03.015.055.027a5.86 5.86 0 0 1 .708.442 6.5 6.5 0 0 1 1.464 1.472 6.38 6.38 0 0 1 .888 1.722 4.508 4.508 0 0 1 .174.733 2.86 2.86 0 0 1 .01.08V6.6l-.001.003h.003a1.052 1.052 0 0 1-2.098.161l-.001.002v.003l-.008-.044a2.447 2.447 0 0 0-.08-.298 4.326 4.326 0 0 0-.601-1.153 4.405 4.405 0 0 0-.987-.994 3.725 3.725 0 0 0-.428-.27l-.01-.004a1.053 1.053 0 0 1-.513-1.394Z"
45
+ })]
46
+ });
47
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
48
+ };