@telus-uds/palettes-community.palette-casa 4.5.3 → 4.6.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 (95) hide show
  1. package/CHANGELOG.json +30 -0
  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/AccessibleHuman.js +48 -0
  14. package/build/rn/icons/AccessibleHuman.native.js +47 -0
  15. package/build/rn/icons/AirplaneBold.js +42 -0
  16. package/build/rn/icons/AirplaneBold.native.js +41 -0
  17. package/build/rn/icons/BillingSearchBold.js +42 -0
  18. package/build/rn/icons/BillingSearchBold.native.js +41 -0
  19. package/build/rn/icons/CardLightningBold.js +42 -0
  20. package/build/rn/icons/CardLightningBold.native.js +41 -0
  21. package/build/rn/icons/HouseSwapBold.js +42 -0
  22. package/build/rn/icons/HouseSwapBold.native.js +41 -0
  23. package/build/rn/icons/InternetAddBold.js +42 -0
  24. package/build/rn/icons/InternetAddBold.native.js +41 -0
  25. package/build/rn/icons/SearchPulseBold.js +42 -0
  26. package/build/rn/icons/SearchPulseBold.native.js +41 -0
  27. package/build/rn/icons/SpeedReducedBold.js +42 -0
  28. package/build/rn/icons/SpeedReducedBold.native.js +41 -0
  29. package/build/rn/icons/TriangleUpTripleBold.js +42 -0
  30. package/build/rn/icons/TriangleUpTripleBold.native.js +41 -0
  31. package/build/rn/icons/TvTilesBold.js +42 -0
  32. package/build/rn/icons/TvTilesBold.native.js +41 -0
  33. package/build/rn/icons/TvTilesFilled.js +42 -0
  34. package/build/rn/icons/TvTilesFilled.native.js +41 -0
  35. package/build/rn/icons/WarrantyBold.js +42 -0
  36. package/build/rn/icons/WarrantyBold.native.js +41 -0
  37. package/build/rn/icons/accessible-human.icon.svg +4 -0
  38. package/build/rn/icons/airplane-bold.icon.svg +3 -0
  39. package/build/rn/icons/billing-search-bold.icon.svg +3 -0
  40. package/build/rn/icons/card-lightning-bold.icon.svg +3 -0
  41. package/build/rn/icons/house-swap-bold.icon.svg +3 -0
  42. package/build/rn/icons/index.js +12 -0
  43. package/build/rn/icons/internet-add-bold.icon.svg +3 -0
  44. package/build/rn/icons/search-pulse-bold.icon.svg +3 -0
  45. package/build/rn/icons/speed-reduced-bold.icon.svg +3 -0
  46. package/build/rn/icons/triangle-up-triple-bold.icon.svg +3 -0
  47. package/build/rn/icons/tv-tiles-bold.icon.svg +3 -0
  48. package/build/rn/icons/tv-tiles-filled.icon.svg +3 -0
  49. package/build/rn/icons/warranty-bold.icon.svg +3 -0
  50. package/build/rn/palette.js +13 -1
  51. package/build/web/fonts/fonts-cdn-family.css +12 -12
  52. package/build/web/fonts/fonts-cdn.css +12 -12
  53. package/build/web/fonts/fonts-local-family.css +12 -12
  54. package/build/web/fonts/fonts-local.css +12 -12
  55. package/build/web/icons/AccessibleHuman.js +48 -0
  56. package/build/web/icons/AirplaneBold.js +42 -0
  57. package/build/web/icons/BillingSearchBold.js +42 -0
  58. package/build/web/icons/CardLightningBold.js +42 -0
  59. package/build/web/icons/HouseSwapBold.js +42 -0
  60. package/build/web/icons/InternetAddBold.js +42 -0
  61. package/build/web/icons/SearchPulseBold.js +42 -0
  62. package/build/web/icons/SpeedReducedBold.js +42 -0
  63. package/build/web/icons/TriangleUpTripleBold.js +42 -0
  64. package/build/web/icons/TvTilesBold.js +42 -0
  65. package/build/web/icons/TvTilesFilled.js +42 -0
  66. package/build/web/icons/WarrantyBold.js +42 -0
  67. package/build/web/icons/accessible-human.icon.svg +4 -0
  68. package/build/web/icons/airplane-bold.icon.svg +3 -0
  69. package/build/web/icons/billing-search-bold.icon.svg +3 -0
  70. package/build/web/icons/card-lightning-bold.icon.svg +3 -0
  71. package/build/web/icons/house-swap-bold.icon.svg +3 -0
  72. package/build/web/icons/index.js +12 -0
  73. package/build/web/icons/internet-add-bold.icon.svg +3 -0
  74. package/build/web/icons/search-pulse-bold.icon.svg +3 -0
  75. package/build/web/icons/speed-reduced-bold.icon.svg +3 -0
  76. package/build/web/icons/triangle-up-triple-bold.icon.svg +3 -0
  77. package/build/web/icons/tv-tiles-bold.icon.svg +3 -0
  78. package/build/web/icons/tv-tiles-filled.icon.svg +3 -0
  79. package/build/web/icons/warranty-bold.icon.svg +3 -0
  80. package/build/web/palette.js +25 -13
  81. package/icon/accessible-human.svg +4 -0
  82. package/package.json +2 -2
  83. package/palette.json +4 -0
  84. /package/build/web/fonts/{HNforTELUSSA-Bd-v4_5_3.otf → HNforTELUSSA-Bd-v4_6_0.otf} +0 -0
  85. /package/build/web/fonts/{HNforTELUSSA-Display-v4_5_3.otf → HNforTELUSSA-Display-v4_6_0.otf} +0 -0
  86. /package/build/web/fonts/{HNforTELUSSA-Md-v4_5_3.otf → HNforTELUSSA-Md-v4_6_0.otf} +0 -0
  87. /package/build/web/fonts/{HNforTELUSSA-v4_5_3.otf → HNforTELUSSA-v4_6_0.otf} +0 -0
  88. /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v4_5_3.woff → HNforTELUSSABold_normal_normal-v4_6_0.woff} +0 -0
  89. /package/build/web/fonts/{HNforTELUSSABold_normal_normal2-v4_5_3.woff2 → HNforTELUSSABold_normal_normal2-v4_6_0.woff2} +0 -0
  90. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v4_5_3.woff → HNforTELUSSADisplay_normal_normal-v4_6_0.woff} +0 -0
  91. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal2-v4_5_3.woff2 → HNforTELUSSADisplay_normal_normal2-v4_6_0.woff2} +0 -0
  92. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v4_5_3.woff → HNforTELUSSAMedium_normal_normal-v4_6_0.woff} +0 -0
  93. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal2-v4_5_3.woff2 → HNforTELUSSAMedium_normal_normal2-v4_6_0.woff2} +0 -0
  94. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v4_5_3.woff → HNforTELUSSARegular_normal_normal-v4_6_0.woff} +0 -0
  95. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal2-v4_5_3.woff2 → HNforTELUSSARegular_normal_normal2-v4_6_0.woff2} +0 -0
package/CHANGELOG.json CHANGED
@@ -1,6 +1,36 @@
1
1
  {
2
2
  "name": "@telus-uds/palettes-community.palette-casa",
3
3
  "entries": [
4
+ {
5
+ "date": "Wed, 29 Oct 2025 07:40:46 GMT",
6
+ "tag": "@telus-uds/palettes-community.palette-casa_v4.6.0",
7
+ "version": "4.6.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "35577399+JoshHC@users.noreply.github.com",
12
+ "package": "@telus-uds/palettes-community.palette-casa",
13
+ "commit": "b3defafa1b85fc4d2eecd5a406947b1b91e690eb",
14
+ "comment": "`Casa Palette`: new icon AccesibleHuman added to the palette"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 10 Oct 2025 15:11:06 GMT",
21
+ "tag": "@telus-uds/palettes-community.palette-casa_v4.5.4",
22
+ "version": "4.5.4",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@telus-uds/palettes-community.palette-casa",
28
+ "comment": "Bump @telus-uds/system-tokens to v1.4.9",
29
+ "commit": "bc6ad61bca59126a74fe8c936d58d0255364ed6e"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "date": "Fri, 03 Oct 2025 20:34:07 GMT",
6
36
  "tag": "@telus-uds/palettes-community.palette-casa_v4.5.3",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,25 @@
1
1
  # Change Log - @telus-uds/palettes-community.palette-casa
2
2
 
3
- This log was last generated on Fri, 03 Oct 2025 20:34:07 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 29 Oct 2025 07:40:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 4.6.0
8
+
9
+ Wed, 29 Oct 2025 07:40:46 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Casa Palette`: new icon AccesibleHuman added to the palette (35577399+JoshHC@users.noreply.github.com)
14
+
15
+ ## 4.5.4
16
+
17
+ Fri, 10 Oct 2025 15:11:06 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @telus-uds/system-tokens to v1.4.9
22
+
7
23
  ## 4.5.3
8
24
 
9
25
  Fri, 03 Oct 2025 20:34:07 GMT
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Fri, 03 Oct 2025 20:37:18 GMT
5
+ Generated on Wed, 29 Oct 2025 07:42:53 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, 03 Oct 2025 20:37:18 GMT
5
+ Generated on Wed, 29 Oct 2025 07:42:53 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, 03 Oct 2025 20:37:18 GMT
5
+ Generated on Wed, 29 Oct 2025 07:42:53 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, 03 Oct 2025 20:37:18 GMT
5
+ Generated on Wed, 29 Oct 2025 07:42:53 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, 03 Oct 2025 20:37:18 GMT
5
+ Generated on Wed, 29 Oct 2025 07:42:53 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, 03 Oct 2025 20:37:18 GMT
7
+ // Generated on Wed, 29 Oct 2025 07:42:53 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, 03 Oct 2025 20:37:18 GMT
7
+ // Generated on Wed, 29 Oct 2025 07:42:53 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, 03 Oct 2025 20:37:18 GMT
7
+ // Generated on Wed, 29 Oct 2025 07:42:53 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, 03 Oct 2025 20:37:18 GMT
7
+ // Generated on Wed, 29 Oct 2025 07:42:53 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, 03 Oct 2025 20:37:18 GMT
7
+ // Generated on Wed, 29 Oct 2025 07:42:53 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -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
+ fillRule: "evenodd",
39
+ d: "M16.852 7.83c.894.001 1.62.716 1.62 1.597 0 .779-.566 1.427-1.315 1.568l-3.216.497v1.602l2.2 5.214c.056.162.088.34.088.52 0 .881-.726 1.596-1.621 1.596a1.624 1.624 0 0 1-1.435-.855l-1.216-3.11-1.215 3.11a1.625 1.625 0 0 1-1.436.855c-.895 0-1.62-.715-1.62-1.596 0-.18.031-.358.087-.52l2.198-5.215.003-1.6-3.218-.498a1.603 1.603 0 0 1-1.314-1.568c0-.881.725-1.596 1.62-1.596l3.816.545h2.158l3.816-.545Zm-3.67 1.563-.073.01h-2.303l-.073-.01-3.716-.531a.578.578 0 0 0-.548.565c0 .263.191.502.47.557l4.062.628-.004 2.483v.207L8.74 18.659a.571.571 0 0 0-.027.169c0 .3.25.57.593.57a.597.597 0 0 0 .51-.282l2.14-5.476 2.14 5.476a.6.6 0 0 0 .512.281c.342 0 .594-.27.594-.57a.572.572 0 0 0-.028-.168l-2.26-5.356v-2.691l4.06-.628a.576.576 0 0 0 .471-.557.578.578 0 0 0-.55-.565l-3.714.53Zm-1.183-5.817a2.11 2.11 0 0 1 2.111 2.11l-.01.216a2.112 2.112 0 0 1-2.101 1.895l-.216-.011A2.111 2.111 0 0 1 12 3.576Zm0 1.026a1.084 1.084 0 1 0 .003 2.168 1.084 1.084 0 0 0-.003-2.168Z",
40
+ clipRule: "evenodd"
41
+ }), (0, _jsxRuntime.jsx)("path", {
42
+ fillRule: "evenodd",
43
+ d: "M12 0c6.627 0 12 5.373 12 12l-.004.31C23.832 18.793 18.524 24 12 24l-.31-.004C5.206 23.831 0 18.523 0 12 0 5.372 5.373 0 12 0Zm0 1.027C5.94 1.027 1.027 5.94 1.027 12c0 6.06 4.913 10.973 10.973 10.973 6.06 0 10.973-4.913 10.973-10.973C22.973 5.94 18.06 1.026 12 1.026Z",
44
+ clipRule: "evenodd"
45
+ })]
46
+ });
47
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
48
+ };
@@ -0,0 +1,47 @@
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: "M16.852 7.83c.894.001 1.62.716 1.62 1.597 0 .779-.566 1.427-1.315 1.568l-3.216.497v1.602l2.2 5.214c.056.162.088.34.088.52 0 .881-.726 1.596-1.621 1.596a1.624 1.624 0 0 1-1.435-.855l-1.216-3.11-1.215 3.11a1.625 1.625 0 0 1-1.436.855c-.895 0-1.62-.715-1.62-1.596 0-.18.031-.358.087-.52l2.198-5.215.003-1.6-3.218-.498a1.603 1.603 0 0 1-1.314-1.568c0-.881.725-1.596 1.62-1.596l3.816.545h2.158l3.816-.545Zm-3.67 1.563-.073.01h-2.303l-.073-.01-3.716-.531a.578.578 0 0 0-.548.565c0 .263.191.502.47.557l4.062.628-.004 2.483v.207L8.74 18.659a.571.571 0 0 0-.027.169c0 .3.25.57.593.57a.597.597 0 0 0 .51-.282l2.14-5.476 2.14 5.476a.6.6 0 0 0 .512.281c.342 0 .594-.27.594-.57a.572.572 0 0 0-.028-.168l-2.26-5.356v-2.691l4.06-.628a.576.576 0 0 0 .471-.557.578.578 0 0 0-.55-.565l-3.714.53Zm-1.183-5.817a2.11 2.11 0 0 1 2.111 2.11l-.01.216a2.112 2.112 0 0 1-2.101 1.895l-.216-.011A2.111 2.111 0 0 1 12 3.576Zm0 1.026a1.084 1.084 0 1 0 .003 2.168 1.084 1.084 0 0 0-.003-2.168Z",
39
+ clipRule: "evenodd"
40
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
41
+ fillRule: "evenodd",
42
+ d: "M12 0c6.627 0 12 5.373 12 12l-.004.31C23.832 18.793 18.524 24 12 24l-.31-.004C5.206 23.831 0 18.523 0 12 0 5.372 5.373 0 12 0Zm0 1.027C5.94 1.027 1.027 5.94 1.027 12c0 6.06 4.913 10.973 10.973 10.973 6.06 0 10.973-4.913 10.973-10.973C22.973 5.94 18.06 1.026 12 1.026Z",
43
+ clipRule: "evenodd"
44
+ })]
45
+ });
46
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
47
+ };
@@ -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: "M18.412 1.456a2.925 2.925 0 1 1 4.132 4.132L18.999 8.81l.473 9.629c.016.338-.111.669-.351.909l-.9.9a1.203 1.203 0 0 1-1.836-.162l-.008-.01-.059-.096-.008-.014-3.137-5.855-3.84 3.492.423 3.657c.042.364-.085.728-.344.987l-.911.911-.083.073-.01.01a1.204 1.204 0 0 1-1.71-.222l-.009-.013-.06-.092-.007-.01-1.077-1.851-.084.077a1.834 1.834 0 0 1-2.59-2.589l.077-.087-1.85-1.076a1.202 1.202 0 0 1-.245-1.889l.913-.912.082-.07.008-.009c.213-.168.477-.261.75-.26h.015l.106.006.014.001 3.653.42 3.279-3.604-6.395-2.405-.013-.006-.11-.05-.015-.006a1.204 1.204 0 0 1-.29-1.913l.902-.9c.217-.218.51-.344.816-.352l10.498-.297 3.346-3.676Zm3.204.927a1.474 1.474 0 0 0-2.13.05l-3.688 4.054-.072.08-11.02.31-.555.556 8.037 3.022L7.055 16.1l-.086.094-4.275-.492-.586.585 3.122 1.817-1.285 1.414a.382.382 0 0 0 .012.526l.058.047a.382.382 0 0 0 .468-.034l1.185-1.08.23-.207 1.815 3.122.585-.585-.491-4.275.095-.086 5.672-5.16 3.856 7.198.585-.585-.493-10.084-.005-.117.087-.079 3.962-3.604a1.474 1.474 0 0 0 .05-2.131Z"
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: "M18.412 1.456a2.925 2.925 0 1 1 4.132 4.132L18.999 8.81l.473 9.629c.016.338-.111.669-.351.909l-.9.9a1.203 1.203 0 0 1-1.836-.162l-.008-.01-.059-.096-.008-.014-3.137-5.855-3.84 3.492.423 3.657c.042.364-.085.728-.344.987l-.911.911-.083.073-.01.01a1.204 1.204 0 0 1-1.71-.222l-.009-.013-.06-.092-.007-.01-1.077-1.851-.084.077a1.834 1.834 0 0 1-2.59-2.589l.077-.087-1.85-1.076a1.202 1.202 0 0 1-.245-1.889l.913-.912.082-.07.008-.009c.213-.168.477-.261.75-.26h.015l.106.006.014.001 3.653.42 3.279-3.604-6.395-2.405-.013-.006-.11-.05-.015-.006a1.204 1.204 0 0 1-.29-1.913l.902-.9c.217-.218.51-.344.816-.352l10.498-.297 3.346-3.676Zm3.204.927a1.474 1.474 0 0 0-2.13.05l-3.688 4.054-.072.08-11.02.31-.555.556 8.037 3.022L7.055 16.1l-.086.094-4.275-.492-.586.585 3.122 1.817-1.285 1.414a.382.382 0 0 0 .012.526l.058.047a.382.382 0 0 0 .468-.034l1.185-1.08.23-.207 1.815 3.122.585-.585-.491-4.275.095-.086 5.672-5.16 3.856 7.198.585-.585-.493-10.084-.005-.117.087-.079 3.962-3.604a1.474 1.474 0 0 0 .05-2.131Z"
38
+ })]
39
+ });
40
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
41
+ };
@@ -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: "M17.388 0a2.693 2.693 0 0 1 2.694 2.694l-.01 8.091v1.225a.74.74 0 0 1-.735.734.74.74 0 0 1-.735-.734V7.112c0-.02.01-.05.01-.05V2.694c0-.676-.548-1.224-1.224-1.224H2.694c-.676 0-1.224.548-1.224 1.224v18.612c0 .676.548 1.224 1.224 1.224h15.329a.735.735 0 0 1 0 1.47H2.694A2.693 2.693 0 0 1 0 21.306V2.694A2.693 2.693 0 0 1 2.694 0h14.694Zm.5 13.4a4.172 4.172 0 0 1 4.163 4.164 4.07 4.07 0 0 1-.765 2.37l2.508 2.507a.734.734 0 1 1-1.038 1.04l-2.508-2.508a4.124 4.124 0 0 1-2.36.754 4.172 4.172 0 0 1-4.163-4.163 4.172 4.172 0 0 1 4.163-4.164Zm-.01 1.47a2.693 2.693 0 1 0 0 5.387 2.692 2.692 0 0 0 2.693-2.694 2.693 2.693 0 0 0-2.693-2.694ZM4.516 16.143a.74.74 0 0 1 1.039 0 .74.74 0 0 1 0 1.038.728.728 0 0 1-.52.216.728.728 0 0 1-.52-.216.74.74 0 0 1 0-1.038Zm7.377-.215a.74.74 0 0 1 .734.734.74.74 0 0 1-.734.735h-3.92a.74.74 0 0 1-.734-.735.74.74 0 0 1 .735-.734h3.919Zm.98-2.94a.74.74 0 0 1 .733.735h-.01a.734.734 0 0 1-.734.735H4.977a.595.595 0 0 1-.236-.049.732.732 0 0 1-.274-1.146l.088-.088a.785.785 0 0 1 .206-.128.658.658 0 0 1 .274-.059h7.837Zm-8.357-2.722a.74.74 0 0 1 1.039 0 .74.74 0 0 1 0 1.038.728.728 0 0 1-.52.216.728.728 0 0 1-.52-.216.74.74 0 0 1 0-1.038Zm10.315-.216a.74.74 0 0 1 .734.734.74.74 0 0 1-.734.736H7.974a.74.74 0 0 1-.735-.736.74.74 0 0 1 .735-.734h6.857ZM4.525 7.327a.74.74 0 0 1 1.04 0 .74.74 0 0 1 0 1.038.728.728 0 0 1-.52.216.728.728 0 0 1-.52-.216.74.74 0 0 1 0-1.038Zm10.306-.215a.74.74 0 0 1 .734.735.74.74 0 0 1-.734.734H7.974a.74.74 0 0 1-.735-.734.74.74 0 0 1 .735-.735h6.857Z"
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: "M17.388 0a2.693 2.693 0 0 1 2.694 2.694l-.01 8.091v1.225a.74.74 0 0 1-.735.734.74.74 0 0 1-.735-.734V7.112c0-.02.01-.05.01-.05V2.694c0-.676-.548-1.224-1.224-1.224H2.694c-.676 0-1.224.548-1.224 1.224v18.612c0 .676.548 1.224 1.224 1.224h15.329a.735.735 0 0 1 0 1.47H2.694A2.693 2.693 0 0 1 0 21.306V2.694A2.693 2.693 0 0 1 2.694 0h14.694Zm.5 13.4a4.172 4.172 0 0 1 4.163 4.164 4.07 4.07 0 0 1-.765 2.37l2.508 2.507a.734.734 0 1 1-1.038 1.04l-2.508-2.508a4.124 4.124 0 0 1-2.36.754 4.172 4.172 0 0 1-4.163-4.163 4.172 4.172 0 0 1 4.163-4.164Zm-.01 1.47a2.693 2.693 0 1 0 0 5.387 2.692 2.692 0 0 0 2.693-2.694 2.693 2.693 0 0 0-2.693-2.694ZM4.516 16.143a.74.74 0 0 1 1.039 0 .74.74 0 0 1 0 1.038.728.728 0 0 1-.52.216.728.728 0 0 1-.52-.216.74.74 0 0 1 0-1.038Zm7.377-.215a.74.74 0 0 1 .734.734.74.74 0 0 1-.734.735h-3.92a.74.74 0 0 1-.734-.735.74.74 0 0 1 .735-.734h3.919Zm.98-2.94a.74.74 0 0 1 .733.735h-.01a.734.734 0 0 1-.734.735H4.977a.595.595 0 0 1-.236-.049.732.732 0 0 1-.274-1.146l.088-.088a.785.785 0 0 1 .206-.128.658.658 0 0 1 .274-.059h7.837Zm-8.357-2.722a.74.74 0 0 1 1.039 0 .74.74 0 0 1 0 1.038.728.728 0 0 1-.52.216.728.728 0 0 1-.52-.216.74.74 0 0 1 0-1.038Zm10.315-.216a.74.74 0 0 1 .734.734.74.74 0 0 1-.734.736H7.974a.74.74 0 0 1-.735-.736.74.74 0 0 1 .735-.734h6.857ZM4.525 7.327a.74.74 0 0 1 1.04 0 .74.74 0 0 1 0 1.038.728.728 0 0 1-.52.216.728.728 0 0 1-.52-.216.74.74 0 0 1 0-1.038Zm10.306-.215a.74.74 0 0 1 .734.735.74.74 0 0 1-.734.734H7.974a.74.74 0 0 1-.735-.734.74.74 0 0 1 .735-.735h6.857Z"
38
+ })]
39
+ });
40
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
41
+ };
@@ -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: "M15.214 2.986c.984-.989 2.679-.372 2.832.98h3.332A2.623 2.623 0 0 1 24 6.588V17.47a2.623 2.623 0 0 1-2.622 2.622h-5.912l-.672.794c-.947 1.118-2.704.547-2.919-.794H2.622A2.623 2.623 0 0 1 0 17.47V6.588a2.622 2.622 0 0 1 2.622-2.622h11.756l.737-.872.099-.108Zm1.413 1.196a.239.239 0 0 0-.42-.163l-6.798 8.03a.239.239 0 0 0 .183.393h2.758c.677 0 1.219.565 1.19 1.243l-.258 6.115a.238.238 0 0 0 .42.164l6.78-8.013.038-.061a.239.239 0 0 0-.22-.331h-2.707a1.194 1.194 0 0 1-1.192-1.236l.226-6.141ZM2.622 5.396c-.658 0-1.192.533-1.192 1.19v10.885c0 .658.534 1.191 1.192 1.191H11.9l.092-2.195H4.676a.715.715 0 0 1 0-1.43h7.376l.049-1.164H9.59a1.656 1.656 0 0 1-1.606-1.22H6.583a.716.716 0 0 1 0-1.43h1.66c.023-.033.049-.065.075-.097l1.936-2.286H4.676a.716.716 0 0 1 0-1.43h6.787l1.705-2.014H2.622Zm15.218 4.733h2.46c1.42 0 2.19 1.66 1.274 2.745l-4.898 5.788h4.702c.658 0 1.192-.534 1.192-1.191V6.587c0-.658-.534-1.191-1.192-1.191h-3.364l-.174 4.733Z"
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: "M15.214 2.986c.984-.989 2.679-.372 2.832.98h3.332A2.623 2.623 0 0 1 24 6.588V17.47a2.623 2.623 0 0 1-2.622 2.622h-5.912l-.672.794c-.947 1.118-2.704.547-2.919-.794H2.622A2.623 2.623 0 0 1 0 17.47V6.588a2.622 2.622 0 0 1 2.622-2.622h11.756l.737-.872.099-.108Zm1.413 1.196a.239.239 0 0 0-.42-.163l-6.798 8.03a.239.239 0 0 0 .183.393h2.758c.677 0 1.219.565 1.19 1.243l-.258 6.115a.238.238 0 0 0 .42.164l6.78-8.013.038-.061a.239.239 0 0 0-.22-.331h-2.707a1.194 1.194 0 0 1-1.192-1.236l.226-6.141ZM2.622 5.396c-.658 0-1.192.533-1.192 1.19v10.885c0 .658.534 1.191 1.192 1.191H11.9l.092-2.195H4.676a.715.715 0 0 1 0-1.43h7.376l.049-1.164H9.59a1.656 1.656 0 0 1-1.606-1.22H6.583a.716.716 0 0 1 0-1.43h1.66c.023-.033.049-.065.075-.097l1.936-2.286H4.676a.716.716 0 0 1 0-1.43h6.787l1.705-2.014H2.622Zm15.218 4.733h2.46c1.42 0 2.19 1.66 1.274 2.745l-4.898 5.788h4.702c.658 0 1.192-.534 1.192-1.191V6.587c0-.658-.534-1.191-1.192-1.191h-3.364l-.174 4.733Z"
38
+ })]
39
+ });
40
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
41
+ };
@@ -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 25",
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: "M15.879 8.052a.735.735 0 0 1 1.049 0l1.68 1.679v-.17c0-.412.327-.74.74-.74h1.959c.412 0 .74.328.74.74v3.609l1.738 1.74c.018.018.033.04.045.062a.73.73 0 0 1 .107.75v-.001a.73.73 0 0 1-.681.458h-.24v7.097c0 .412-.328.74-.74.74H10.521a.736.736 0 0 1-.74-.74v-7.097h-.24a.74.74 0 0 1-.68-.457.748.748 0 0 1 .161-.813l6.857-6.857ZM2.86 16.68a.94.94 0 0 0 .038.011l.05.015h.03l2.011 1.006a.745.745 0 0 1 .33.988l-.003.004a.746.746 0 0 1-.988.33l-.004-.003-.475-.238c.654 1.536 1.963 2.752 3.742 2.752h.25v.055c.286.101.49.371.49.695 0 .412-.328.74-.74.74-2.457-.01-4.222-1.642-5.081-3.606l-.132.265a.746.746 0 0 1-.992.334v.002a.746.746 0 0 1-.33-.988l.002-.003.98-1.96a.318.318 0 0 1 .04-.061l.01-.01c.016-.025.047-.074.085-.111a.818.818 0 0 1 .207-.152.422.422 0 0 1 .154-.06l.028-.01a.302.302 0 0 1 .072-.008h.187l.04.013Zm8.225-1.739a.748.748 0 0 1 .184.487v7.097h10.277V15.43c0-.03.006-.06.016-.087a.729.729 0 0 1 .182-.395L20.797 14a.713.713 0 0 1-.221-.52v-3.178h-.48v1.22c0 .298-.18.564-.456.68a.748.748 0 0 1-.812-.16l-2.42-2.42-5.322 5.322Zm7.281.726c.412 0 .74.328.74.74v3.918c0 .412-.328.74-.74.74h-3.918a.736.736 0 0 1-.74-.74v-3.918c0-.412.328-.74.74-.74h3.918Zm-3.179 3.918h2.439v-2.438h-2.439v2.438Zm-12.64-2.902c-.003 0-.005.002-.007.003.018-.003.036-.008.056-.008a.243.243 0 0 0-.05.005ZM7.182.119a.754.754 0 0 1 .807 0l.117.091.003.004 1.7 1.676v-.176c0-.412.329-.739.74-.74h1.96c.412 0 .74.328.74.74v3.62l1.738 1.738.007.006a.75.75 0 0 1 .155.807v-.001a.729.729 0 0 1-.681.457h-.24v.24c0 .412-.328.74-.74.74a.735.735 0 0 1-.74-.74v-.98c0-.188.068-.359.182-.49l-.95-.949a.714.714 0 0 1-.221-.52V2.465h-.48v1.219a.74.74 0 0 1-.456.681.748.748 0 0 1-.812-.162L7.59 1.782 2.264 7.1c.12.133.189.308.189.493v7.097H7.59c.412 0 .74.328.74.74s-.328.74-.74.74H1.964v.009h-.25a.736.736 0 0 1-.74-.74V8.342h-.24a.74.74 0 0 1-.681-.456.749.749 0 0 1 .16-.813L7.067.21l.116-.09Zm2.369 7.713c.412 0 .74.328.74.74v3.918c0 .412-.328.74-.74.74H5.633a.737.737 0 0 1-.74-.74V8.572c0-.412.328-.74.74-.74H9.55ZM6.37 11.75h2.44V9.312H6.37v2.438ZM16.39.965c2.457.01 4.22 1.642 5.08 3.606l.132-.264a.742.742 0 0 1 .849-.38l.14.05.003.002c.361.18.503.625.329.988l-.001.004-.98 1.959-.015.033a.255.255 0 0 1-.032.038.64.64 0 0 1-.175.198l-.011.011-.01.009a.577.577 0 0 1-.245.114l-.099.01h-.058a.681.681 0 0 1-.248-.05h-.027L19.01 6.287a.745.745 0 0 1-.33-.988l.002-.003a.742.742 0 0 1 .85-.38l.138.05.478.24c-.653-1.536-1.962-2.752-3.74-2.752h-.06l-.026-.013a.741.741 0 0 1-.674-.736c0-.445.36-.676.697-.736l.021-.004h.024Z"
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 25",
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: "M15.879 8.052a.735.735 0 0 1 1.049 0l1.68 1.679v-.17c0-.412.327-.74.74-.74h1.959c.412 0 .74.328.74.74v3.609l1.738 1.74c.018.018.033.04.045.062a.73.73 0 0 1 .107.75v-.001a.73.73 0 0 1-.681.458h-.24v7.097c0 .412-.328.74-.74.74H10.521a.736.736 0 0 1-.74-.74v-7.097h-.24a.74.74 0 0 1-.68-.457.748.748 0 0 1 .161-.813l6.857-6.857ZM2.86 16.68a.94.94 0 0 0 .038.011l.05.015h.03l2.011 1.006a.745.745 0 0 1 .33.988l-.003.004a.746.746 0 0 1-.988.33l-.004-.003-.475-.238c.654 1.536 1.963 2.752 3.742 2.752h.25v.055c.286.101.49.371.49.695 0 .412-.328.74-.74.74-2.457-.01-4.222-1.642-5.081-3.606l-.132.265a.746.746 0 0 1-.992.334v.002a.746.746 0 0 1-.33-.988l.002-.003.98-1.96a.318.318 0 0 1 .04-.061l.01-.01c.016-.025.047-.074.085-.111a.818.818 0 0 1 .207-.152.422.422 0 0 1 .154-.06l.028-.01a.302.302 0 0 1 .072-.008h.187l.04.013Zm8.225-1.739a.748.748 0 0 1 .184.487v7.097h10.277V15.43c0-.03.006-.06.016-.087a.729.729 0 0 1 .182-.395L20.797 14a.713.713 0 0 1-.221-.52v-3.178h-.48v1.22c0 .298-.18.564-.456.68a.748.748 0 0 1-.812-.16l-2.42-2.42-5.322 5.322Zm7.281.726c.412 0 .74.328.74.74v3.918c0 .412-.328.74-.74.74h-3.918a.736.736 0 0 1-.74-.74v-3.918c0-.412.328-.74.74-.74h3.918Zm-3.179 3.918h2.439v-2.438h-2.439v2.438Zm-12.64-2.902c-.003 0-.005.002-.007.003.018-.003.036-.008.056-.008a.243.243 0 0 0-.05.005ZM7.182.119a.754.754 0 0 1 .807 0l.117.091.003.004 1.7 1.676v-.176c0-.412.329-.739.74-.74h1.96c.412 0 .74.328.74.74v3.62l1.738 1.738.007.006a.75.75 0 0 1 .155.807v-.001a.729.729 0 0 1-.681.457h-.24v.24c0 .412-.328.74-.74.74a.735.735 0 0 1-.74-.74v-.98c0-.188.068-.359.182-.49l-.95-.949a.714.714 0 0 1-.221-.52V2.465h-.48v1.219a.74.74 0 0 1-.456.681.748.748 0 0 1-.812-.162L7.59 1.782 2.264 7.1c.12.133.189.308.189.493v7.097H7.59c.412 0 .74.328.74.74s-.328.74-.74.74H1.964v.009h-.25a.736.736 0 0 1-.74-.74V8.342h-.24a.74.74 0 0 1-.681-.456.749.749 0 0 1 .16-.813L7.067.21l.116-.09Zm2.369 7.713c.412 0 .74.328.74.74v3.918c0 .412-.328.74-.74.74H5.633a.737.737 0 0 1-.74-.74V8.572c0-.412.328-.74.74-.74H9.55ZM6.37 11.75h2.44V9.312H6.37v2.438ZM16.39.965c2.457.01 4.22 1.642 5.08 3.606l.132-.264a.742.742 0 0 1 .849-.38l.14.05.003.002c.361.18.503.625.329.988l-.001.004-.98 1.959-.015.033a.255.255 0 0 1-.032.038.64.64 0 0 1-.175.198l-.011.011-.01.009a.577.577 0 0 1-.245.114l-.099.01h-.058a.681.681 0 0 1-.248-.05h-.027L19.01 6.287a.745.745 0 0 1-.33-.988l.002-.003a.742.742 0 0 1 .85-.38l.138.05.478.24c-.653-1.536-1.962-2.752-3.74-2.752h-.06l-.026-.013a.741.741 0 0 1-.674-.736c0-.445.36-.676.697-.736l.021-.004h.024Z"
38
+ })]
39
+ });
40
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
41
+ };