@telus-uds/palette-allium 5.11.1 → 5.13.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 (136) hide show
  1. package/CHANGELOG.json +48 -0
  2. package/CHANGELOG.md +20 -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/CartEmpty.js +42 -0
  22. package/build/rn/icons/CartEmpty.native.js +41 -0
  23. package/build/rn/icons/ChevronDown.js +42 -0
  24. package/build/rn/icons/ChevronDown.native.js +41 -0
  25. package/build/rn/icons/ChevronUp.js +42 -0
  26. package/build/rn/icons/ChevronUp.native.js +41 -0
  27. package/build/rn/icons/HouseSwapBold.js +42 -0
  28. package/build/rn/icons/HouseSwapBold.native.js +41 -0
  29. package/build/rn/icons/InternetAddBold.js +42 -0
  30. package/build/rn/icons/InternetAddBold.native.js +41 -0
  31. package/build/rn/icons/MenuHamburger.js +1 -1
  32. package/build/rn/icons/MenuHamburger.native.js +1 -1
  33. package/build/rn/icons/SearchPulseBold.js +42 -0
  34. package/build/rn/icons/SearchPulseBold.native.js +41 -0
  35. package/build/rn/icons/SpeedReducedBold.js +42 -0
  36. package/build/rn/icons/SpeedReducedBold.native.js +41 -0
  37. package/build/rn/icons/TriangleUpTripleBold.js +42 -0
  38. package/build/rn/icons/TriangleUpTripleBold.native.js +41 -0
  39. package/build/rn/icons/TvTilesBold.js +42 -0
  40. package/build/rn/icons/TvTilesBold.native.js +41 -0
  41. package/build/rn/icons/TvTilesFilled.js +42 -0
  42. package/build/rn/icons/TvTilesFilled.native.js +41 -0
  43. package/build/rn/icons/UserSingle.js +46 -0
  44. package/build/rn/icons/UserSingle.native.js +45 -0
  45. package/build/rn/icons/WarrantyBold.js +42 -0
  46. package/build/rn/icons/WarrantyBold.native.js +41 -0
  47. package/build/rn/icons/accessible-human.icon.svg +4 -0
  48. package/build/rn/icons/airplane-bold.icon.svg +3 -0
  49. package/build/rn/icons/billing-search-bold.icon.svg +3 -0
  50. package/build/rn/icons/card-lightning-bold.icon.svg +3 -0
  51. package/build/rn/icons/cart-empty.icon.svg +3 -0
  52. package/build/rn/icons/chevron-down.icon.svg +3 -0
  53. package/build/rn/icons/chevron-up.icon.svg +3 -0
  54. package/build/rn/icons/house-swap-bold.icon.svg +3 -0
  55. package/build/rn/icons/index.js +16 -0
  56. package/build/rn/icons/internet-add-bold.icon.svg +3 -0
  57. package/build/rn/icons/menu-hamburger.icon.svg +1 -1
  58. package/build/rn/icons/search-pulse-bold.icon.svg +3 -0
  59. package/build/rn/icons/speed-reduced-bold.icon.svg +3 -0
  60. package/build/rn/icons/triangle-up-triple-bold.icon.svg +3 -0
  61. package/build/rn/icons/tv-tiles-bold.icon.svg +3 -0
  62. package/build/rn/icons/tv-tiles-filled.icon.svg +3 -0
  63. package/build/rn/icons/user-single.icon.svg +4 -0
  64. package/build/rn/icons/warranty-bold.icon.svg +3 -0
  65. package/build/rn/palette.js +17 -1
  66. package/build/web/fonts/fonts-cdn-family.css +12 -12
  67. package/build/web/fonts/fonts-cdn.css +12 -12
  68. package/build/web/fonts/fonts-local-family.css +12 -12
  69. package/build/web/fonts/fonts-local.css +12 -12
  70. package/build/web/icons/AccessibleHuman.js +48 -0
  71. package/build/web/icons/AirplaneBold.js +42 -0
  72. package/build/web/icons/BillingSearchBold.js +42 -0
  73. package/build/web/icons/CardLightningBold.js +42 -0
  74. package/build/web/icons/CartEmpty.js +42 -0
  75. package/build/web/icons/ChevronDown.js +42 -0
  76. package/build/web/icons/ChevronUp.js +42 -0
  77. package/build/web/icons/HouseSwapBold.js +42 -0
  78. package/build/web/icons/InternetAddBold.js +42 -0
  79. package/build/web/icons/MenuHamburger.js +1 -1
  80. package/build/web/icons/SearchPulseBold.js +42 -0
  81. package/build/web/icons/SpeedReducedBold.js +42 -0
  82. package/build/web/icons/TriangleUpTripleBold.js +42 -0
  83. package/build/web/icons/TvTilesBold.js +42 -0
  84. package/build/web/icons/TvTilesFilled.js +42 -0
  85. package/build/web/icons/UserSingle.js +46 -0
  86. package/build/web/icons/WarrantyBold.js +42 -0
  87. package/build/web/icons/accessible-human.icon.svg +4 -0
  88. package/build/web/icons/airplane-bold.icon.svg +3 -0
  89. package/build/web/icons/billing-search-bold.icon.svg +3 -0
  90. package/build/web/icons/card-lightning-bold.icon.svg +3 -0
  91. package/build/web/icons/cart-empty.icon.svg +3 -0
  92. package/build/web/icons/chevron-down.icon.svg +3 -0
  93. package/build/web/icons/chevron-up.icon.svg +3 -0
  94. package/build/web/icons/house-swap-bold.icon.svg +3 -0
  95. package/build/web/icons/index.js +16 -0
  96. package/build/web/icons/internet-add-bold.icon.svg +3 -0
  97. package/build/web/icons/menu-hamburger.icon.svg +1 -1
  98. package/build/web/icons/search-pulse-bold.icon.svg +3 -0
  99. package/build/web/icons/speed-reduced-bold.icon.svg +3 -0
  100. package/build/web/icons/triangle-up-triple-bold.icon.svg +3 -0
  101. package/build/web/icons/tv-tiles-bold.icon.svg +3 -0
  102. package/build/web/icons/tv-tiles-filled.icon.svg +3 -0
  103. package/build/web/icons/user-single.icon.svg +4 -0
  104. package/build/web/icons/warranty-bold.icon.svg +3 -0
  105. package/build/web/palette.js +29 -13
  106. package/icon/accessible-human.svg +4 -0
  107. package/icon/airplane-bold.svg +3 -0
  108. package/icon/billing-search-bold.svg +3 -0
  109. package/icon/card-lightning-bold.svg +3 -0
  110. package/icon/cart-empty.svg +3 -0
  111. package/icon/chevron-down.svg +3 -0
  112. package/icon/chevron-up.svg +3 -0
  113. package/icon/house-swap-bold.svg +3 -0
  114. package/icon/internet-add-bold.svg +3 -0
  115. package/icon/menu-hamburger.svg +1 -1
  116. package/icon/search-pulse-bold.svg +3 -0
  117. package/icon/speed-reduced-bold.svg +3 -0
  118. package/icon/triangle-up-triple-bold.svg +3 -0
  119. package/icon/tv-tiles-bold.svg +3 -0
  120. package/icon/tv-tiles-filled.svg +3 -0
  121. package/icon/user-single.svg +4 -0
  122. package/icon/warranty-bold.svg +3 -0
  123. package/package.json +2 -2
  124. package/palette.json +64 -0
  125. /package/build/web/fonts/{HNforTELUSSA-Bd-v5_11_1.otf → HNforTELUSSA-Bd-v5_13_0.otf} +0 -0
  126. /package/build/web/fonts/{HNforTELUSSA-Display-v5_11_1.otf → HNforTELUSSA-Display-v5_13_0.otf} +0 -0
  127. /package/build/web/fonts/{HNforTELUSSA-Md-v5_11_1.otf → HNforTELUSSA-Md-v5_13_0.otf} +0 -0
  128. /package/build/web/fonts/{HNforTELUSSA-v5_11_1.otf → HNforTELUSSA-v5_13_0.otf} +0 -0
  129. /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v5_11_1.woff → HNforTELUSSABold_normal_normal-v5_13_0.woff} +0 -0
  130. /package/build/web/fonts/{HNforTELUSSABold_normal_normal2-v5_11_1.woff2 → HNforTELUSSABold_normal_normal2-v5_13_0.woff2} +0 -0
  131. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v5_11_1.woff → HNforTELUSSADisplay_normal_normal-v5_13_0.woff} +0 -0
  132. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal2-v5_11_1.woff2 → HNforTELUSSADisplay_normal_normal2-v5_13_0.woff2} +0 -0
  133. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v5_11_1.woff → HNforTELUSSAMedium_normal_normal-v5_13_0.woff} +0 -0
  134. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal2-v5_11_1.woff2 → HNforTELUSSAMedium_normal_normal2-v5_13_0.woff2} +0 -0
  135. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v5_11_1.woff → HNforTELUSSARegular_normal_normal-v5_13_0.woff} +0 -0
  136. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal2-v5_11_1.woff2 → HNforTELUSSARegular_normal_normal2-v5_13_0.woff2} +0 -0
@@ -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: "M20.372 7.056a2.143 2.143 0 0 1 0 3.03l-6.857 6.858a2.143 2.143 0 0 1-3.03 0l-6.857-6.857a2.143 2.143 0 0 1 3.03-3.03l5.039 5.038a.428.428 0 0 0 .606 0l5.039-5.039a2.143 2.143 0 0 1 3.03 0Z"
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: "M20.372 7.056a2.143 2.143 0 0 1 0 3.03l-6.857 6.858a2.143 2.143 0 0 1-3.03 0l-6.857-6.857a2.143 2.143 0 0 1 3.03-3.03l5.039 5.038a.428.428 0 0 0 .606 0l5.039-5.039a2.143 2.143 0 0 1 3.03 0Z"
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: "M3.628 16.944a2.143 2.143 0 0 1 0-3.03l6.857-6.858a2.143 2.143 0 0 1 3.03 0l6.857 6.857a2.143 2.143 0 0 1-3.03 3.03l-5.039-5.038a.429.429 0 0 0-.606 0l-5.039 5.039a2.143 2.143 0 0 1-3.03 0Z"
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: "M3.628 16.944a2.143 2.143 0 0 1 0-3.03l6.857-6.858a2.143 2.143 0 0 1 3.03 0l6.857 6.857a2.143 2.143 0 0 1-3.03 3.03l-5.039-5.038a.429.429 0 0 0-.606 0l-5.039 5.039a2.143 2.143 0 0 1-3.03 0Z"
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
+ };
@@ -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: "M10.508 5.92c2.957 0 5.72 1.257 7.795 3.54a.715.715 0 0 1 .19.388 5.655 5.655 0 0 1 5.511 5.643 5.656 5.656 0 0 1-5.646 5.647 5.656 5.656 0 0 1-5.647-5.647c0-1.176.363-2.27.983-3.176-1.92-1.44-5.212-1.449-7.377.931a.733.733 0 0 1-.484.231.253.253 0 0 1-.054.007h-.01a.257.257 0 0 1-.05-.005.737.737 0 0 1-.441-.186l-.005-.005a.746.746 0 0 1-.042-1.046l.273-.285c2.751-2.732 6.803-2.623 9.186-.753a5.643 5.643 0 0 1 2.128-1.144c-1.746-1.72-3.964-2.649-6.31-2.649-2.525 0-4.903 1.086-6.703 3.059l-.003.003a.745.745 0 0 1-1.046.043l-.005-.004a.745.745 0 0 1-.042-1.046l.398-.417c2.025-2.022 4.627-3.129 7.401-3.13Zm7.85 5.406a4.172 4.172 0 0 0-4.165 4.165 4.172 4.172 0 0 0 4.165 4.165 4.171 4.171 0 0 0 4.165-4.165 4.172 4.172 0 0 0-4.165-4.165Zm0 1.462c.412 0 .74.328.741.74v1.223h1.222c.412 0 .74.328.74.74a.737.737 0 0 1-.74.741h-1.222v1.221a.737.737 0 0 1-.741.741.736.736 0 0 1-.74-.74v-1.222h-1.222a.736.736 0 0 1-.74-.74c0-.413.327-.74.74-.741h1.221v-1.223c0-.412.328-.74.74-.74Zm-8.193 1.364c.953 0 1.722.77 1.722 1.722a1.72 1.72 0 0 1-1.722 1.722 1.72 1.72 0 0 1-1.721-1.722 1.72 1.72 0 0 1 1.721-1.722Zm0 1.482a.248.248 0 0 0-.24.24c0 .127.114.24.24.24.127 0 .24-.113.24-.24a.248.248 0 0 0-.24-.24Zm.343-13.639c3.901 0 7.569 1.671 10.321 4.693a.745.745 0 0 1-.042 1.046l-.004.005a.742.742 0 0 1-.501.192.726.726 0 0 1-.548-.239c-2.478-2.718-5.749-4.215-9.226-4.215-3.477 0-6.746 1.488-9.223 4.215h-.001a.735.735 0 0 1-1.05.046L.23 7.734A.744.744 0 0 1 .188 6.69c2.752-3.022 6.42-4.694 10.32-4.694Z"
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: "M10.508 5.92c2.957 0 5.72 1.257 7.795 3.54a.715.715 0 0 1 .19.388 5.655 5.655 0 0 1 5.511 5.643 5.656 5.656 0 0 1-5.646 5.647 5.656 5.656 0 0 1-5.647-5.647c0-1.176.363-2.27.983-3.176-1.92-1.44-5.212-1.449-7.377.931a.733.733 0 0 1-.484.231.253.253 0 0 1-.054.007h-.01a.257.257 0 0 1-.05-.005.737.737 0 0 1-.441-.186l-.005-.005a.746.746 0 0 1-.042-1.046l.273-.285c2.751-2.732 6.803-2.623 9.186-.753a5.643 5.643 0 0 1 2.128-1.144c-1.746-1.72-3.964-2.649-6.31-2.649-2.525 0-4.903 1.086-6.703 3.059l-.003.003a.745.745 0 0 1-1.046.043l-.005-.004a.745.745 0 0 1-.042-1.046l.398-.417c2.025-2.022 4.627-3.129 7.401-3.13Zm7.85 5.406a4.172 4.172 0 0 0-4.165 4.165 4.172 4.172 0 0 0 4.165 4.165 4.171 4.171 0 0 0 4.165-4.165 4.172 4.172 0 0 0-4.165-4.165Zm0 1.462c.412 0 .74.328.741.74v1.223h1.222c.412 0 .74.328.74.74a.737.737 0 0 1-.74.741h-1.222v1.221a.737.737 0 0 1-.741.741.736.736 0 0 1-.74-.74v-1.222h-1.222a.736.736 0 0 1-.74-.74c0-.413.327-.74.74-.741h1.221v-1.223c0-.412.328-.74.74-.74Zm-8.193 1.364c.953 0 1.722.77 1.722 1.722a1.72 1.72 0 0 1-1.722 1.722 1.72 1.72 0 0 1-1.721-1.722 1.72 1.72 0 0 1 1.721-1.722Zm0 1.482a.248.248 0 0 0-.24.24c0 .127.114.24.24.24.127 0 .24-.113.24-.24a.248.248 0 0 0-.24-.24Zm.343-13.639c3.901 0 7.569 1.671 10.321 4.693a.745.745 0 0 1-.042 1.046l-.004.005a.742.742 0 0 1-.501.192.726.726 0 0 1-.548-.239c-2.478-2.718-5.749-4.215-9.226-4.215-3.477 0-6.746 1.488-9.223 4.215h-.001a.735.735 0 0 1-1.05.046L.23 7.734A.744.744 0 0 1 .188 6.69c2.752-3.022 6.42-4.694 10.32-4.694Z"
38
+ })]
39
+ });
40
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
41
+ };
@@ -36,7 +36,7 @@ module.exports = ({
36
36
  children: title
37
37
  }) : null, (0, _jsxRuntime.jsx)("path", {
38
38
  fillRule: "evenodd",
39
- d: "M23 20c.512 0 .936.383.993.883L24 21a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Zm0-9c.512 0 .936.383.993.883L24 12a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Zm0-9c.512 0 .936.383.993.883L24 3a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Z",
39
+ d: "M21.166 18c.428 0 .78.383.828.883L22 19c0 .552-.373 1-.834 1H2.834C2.374 20 2 19.556 2 19c0-.552.373-1 .834-1h18.332Zm0-7c.428 0 .78.383.828.883L22 12c0 .552-.373 1-.834 1H2.834C2.374 13 2 12.556 2 12c0-.552.373-1 .834-1h18.332Zm0-7c.428 0 .78.383.828.883L22 5c0 .552-.373 1-.834 1H2.834C2.374 6 2 5.556 2 5c0-.552.373-1 .834-1h18.332Z",
40
40
  clipRule: "evenodd"
41
41
  })]
42
42
  });
@@ -35,7 +35,7 @@ module.exports = ({
35
35
  children: title
36
36
  }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
37
  fillRule: "evenodd",
38
- d: "M23 20c.512 0 .936.383.993.883L24 21a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Zm0-9c.512 0 .936.383.993.883L24 12a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Zm0-9c.512 0 .936.383.993.883L24 3a1 1 0 0 1-1 1H1a1 1 0 1 1 0-2h22Z",
38
+ d: "M21.166 18c.428 0 .78.383.828.883L22 19c0 .552-.373 1-.834 1H2.834C2.374 20 2 19.556 2 19c0-.552.373-1 .834-1h18.332Zm0-7c.428 0 .78.383.828.883L22 12c0 .552-.373 1-.834 1H2.834C2.374 13 2 12.556 2 12c0-.552.373-1 .834-1h18.332Zm0-7c.428 0 .78.383.828.883L22 5c0 .552-.373 1-.834 1H2.834C2.374 6 2 5.556 2 5c0-.552.373-1 .834-1h18.332Z",
39
39
  clipRule: "evenodd"
40
40
  })]
41
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: "M10.275 1.003c4.993.13 8.935 4.278 8.806 9.267a8.986 8.986 0 0 1-1.729 5.086l-.188.25 5.604 5.897c.3.316.306.802.034 1.134l-.075.079-.03.028a.945.945 0 0 1-1.172.098l-.091-.072-6.082-5.418a9.01 9.01 0 0 1-5.543 1.72c-4.993-.132-8.935-4.28-8.806-9.268C1.13 4.899 5.145 1.008 10.023 1l.252.003Zm-.233 1.808a7.214 7.214 0 1 0-.001 14.427 7.214 7.214 0 0 0 .001-14.427Zm2.262 3.193a.675.675 0 0 1 .586.425l.029.106.554 3.13a.688.688 0 0 1 .565-.295h1.23a.241.241 0 0 1 .061-.008l.136.013a.64.64 0 0 1 .535.622c0 .354-.297.636-.67.636h-.92l-.701 1.33a.694.694 0 0 1-.697.344.656.656 0 0 1-.567-.518l-.356-2.04-.996 3.769c-.07.284-.351.482-.648.482a.676.676 0 0 1-.646-.477l-.812-3.075-.58 1.46a.685.685 0 0 1-1.226.055l-.7-1.33H4.67c-.373 0-.67-.282-.671-.636 0-.354.298-.635.672-.635h2.224c.227 0 .428.109.552.275l.05.075.204.389.796-2.005a.702.702 0 0 1 .668-.41c.296.014.55.215.618.483l.687 2.588 1.133-4.272a.646.646 0 0 1 .7-.481Z"
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: "M10.275 1.003c4.993.13 8.935 4.278 8.806 9.267a8.986 8.986 0 0 1-1.729 5.086l-.188.25 5.604 5.897c.3.316.306.802.034 1.134l-.075.079-.03.028a.945.945 0 0 1-1.172.098l-.091-.072-6.082-5.418a9.01 9.01 0 0 1-5.543 1.72c-4.993-.132-8.935-4.28-8.806-9.268C1.13 4.899 5.145 1.008 10.023 1l.252.003Zm-.233 1.808a7.214 7.214 0 1 0-.001 14.427 7.214 7.214 0 0 0 .001-14.427Zm2.262 3.193a.675.675 0 0 1 .586.425l.029.106.554 3.13a.688.688 0 0 1 .565-.295h1.23a.241.241 0 0 1 .061-.008l.136.013a.64.64 0 0 1 .535.622c0 .354-.297.636-.67.636h-.92l-.701 1.33a.694.694 0 0 1-.697.344.656.656 0 0 1-.567-.518l-.356-2.04-.996 3.769c-.07.284-.351.482-.648.482a.676.676 0 0 1-.646-.477l-.812-3.075-.58 1.46a.685.685 0 0 1-1.226.055l-.7-1.33H4.67c-.373 0-.67-.282-.671-.636 0-.354.298-.635.672-.635h2.224c.227 0 .428.109.552.275l.05.075.204.389.796-2.005a.702.702 0 0 1 .668-.41c.296.014.55.215.618.483l.687 2.588 1.133-4.272a.646.646 0 0 1 .7-.481Z"
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: "M12 0c.126 0 .234.035.324.08a11.887 11.887 0 0 1 8.121 3.476 11.887 11.887 0 0 1 3.477 8.12A.74.74 0 0 1 24 12a.736.736 0 0 1-.078.323 11.937 11.937 0 0 1-.773 3.93l-.005.088a.78.78 0 0 1-.218.454 11.866 11.866 0 0 1-2.48 3.65A11.902 11.902 0 0 1 12 23.936a11.902 11.902 0 0 1-8.444-3.49 11.861 11.861 0 0 1-2.48-3.648.776.776 0 0 1-.225-.545 12.007 12.007 0 0 1-.773-3.93A.74.74 0 0 1 0 12c0-.125.035-.234.078-.324a11.889 11.889 0 0 1 3.477-8.118 11.902 11.902 0 0 1 8.12-3.479A.74.74 0 0 1 12 0Zm0 14.102a2.081 2.081 0 0 0-1.324.473 2.06 2.06 0 0 0-.642.942 2.374 2.374 0 0 1-2.21 1.525H2.817a10.375 10.375 0 0 0 1.77 2.371c4.088 4.087 10.738 4.087 14.826 0a10.378 10.378 0 0 0 1.77-2.371h-5.007c-.98 0-1.867-.61-2.214-1.537A2.064 2.064 0 0 0 12 14.102Zm.788-10.222a.79.79 0 0 1-.788.789.789.789 0 0 1-.787-.79V1.567c-2.17.163-4.292.995-6.037 2.498l1.58 1.58a.787.787 0 0 1-1.113 1.114l-1.58-1.581a10.415 10.415 0 0 0-2.498 6.036H3.88a.787.787 0 1 1 0 1.575H1.565c.068.91.253 1.809.556 2.678h5.703c.326 0 .625-.21.725-.476.12-.354.29-.68.503-.971l-4.65-3.641a.786.786 0 1 1 .968-1.241l4.89 3.829a3.669 3.669 0 0 1 1.74-.438c1.568 0 2.954.987 3.443 2.444.108.286.41.494.733.494h5.703c.303-.87.488-1.769.556-2.678H20.12a.788.788 0 0 1 0-1.575h2.315a10.413 10.413 0 0 0-2.498-6.036l-1.658 1.659a.787.787 0 1 1-1.113-1.115l1.657-1.658a10.415 10.415 0 0 0-6.035-2.497V3.88Z"
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: "M12 0c.126 0 .234.035.324.08a11.887 11.887 0 0 1 8.121 3.476 11.887 11.887 0 0 1 3.477 8.12A.74.74 0 0 1 24 12a.736.736 0 0 1-.078.323 11.937 11.937 0 0 1-.773 3.93l-.005.088a.78.78 0 0 1-.218.454 11.866 11.866 0 0 1-2.48 3.65A11.902 11.902 0 0 1 12 23.936a11.902 11.902 0 0 1-8.444-3.49 11.861 11.861 0 0 1-2.48-3.648.776.776 0 0 1-.225-.545 12.007 12.007 0 0 1-.773-3.93A.74.74 0 0 1 0 12c0-.125.035-.234.078-.324a11.889 11.889 0 0 1 3.477-8.118 11.902 11.902 0 0 1 8.12-3.479A.74.74 0 0 1 12 0Zm0 14.102a2.081 2.081 0 0 0-1.324.473 2.06 2.06 0 0 0-.642.942 2.374 2.374 0 0 1-2.21 1.525H2.817a10.375 10.375 0 0 0 1.77 2.371c4.088 4.087 10.738 4.087 14.826 0a10.378 10.378 0 0 0 1.77-2.371h-5.007c-.98 0-1.867-.61-2.214-1.537A2.064 2.064 0 0 0 12 14.102Zm.788-10.222a.79.79 0 0 1-.788.789.789.789 0 0 1-.787-.79V1.567c-2.17.163-4.292.995-6.037 2.498l1.58 1.58a.787.787 0 0 1-1.113 1.114l-1.58-1.581a10.415 10.415 0 0 0-2.498 6.036H3.88a.787.787 0 1 1 0 1.575H1.565c.068.91.253 1.809.556 2.678h5.703c.326 0 .625-.21.725-.476.12-.354.29-.68.503-.971l-4.65-3.641a.786.786 0 1 1 .968-1.241l4.89 3.829a3.669 3.669 0 0 1 1.74-.438c1.568 0 2.954.987 3.443 2.444.108.286.41.494.733.494h5.703c.303-.87.488-1.769.556-2.678H20.12a.788.788 0 0 1 0-1.575h2.315a10.413 10.413 0 0 0-2.498-6.036l-1.658 1.659a.787.787 0 1 1-1.113-1.115l1.657-1.658a10.415 10.415 0 0 0-6.035-2.497V3.88Z"
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: "M9.72.806a2.75 2.75 0 0 1 3.889 0l5.908 5.908c1.646 1.646.619 4.404-1.59 4.673l1.59 1.59c1.646 1.646.619 4.403-1.59 4.672l1.59 1.591c1.732 1.732.505 4.694-1.944 4.694H5.755c-2.45 0-3.676-2.962-1.944-4.694l1.59-1.59c-2.21-.27-3.237-3.027-1.59-4.674l1.59-1.59c-2.21-.268-3.237-3.026-1.59-4.672L9.72.806Zm2.826 13.586a1.25 1.25 0 0 0-1.767 0l-5.909 5.91c-.787.787-.23 2.133.884 2.133h11.817c1.113 0 1.67-1.346.884-2.133l-4.13-4.13-1.78-1.778Zm0-6.263a1.25 1.25 0 0 0-1.767 0L9 9.909l-1.5 1.5-2.63 2.628c-.787.787-.23 2.133.884 2.134H6.88l2.838-2.84a2.75 2.75 0 0 1 3.89 0l2.84 2.84h1.124c1.113 0 1.67-1.347.884-2.134l-2.63-2.629-.75-.75-.75-.75-1.78-1.78Zm0-6.263a1.25 1.25 0 0 0-1.767 0L4.87 7.774c-.787.788-.23 2.134.884 2.134H6.88l2.838-2.84a2.75 2.75 0 0 1 3.89 0l2.84 2.84h1.124c1.113 0 1.67-1.346.884-2.134l-5.91-5.908Z"
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: "M9.72.806a2.75 2.75 0 0 1 3.889 0l5.908 5.908c1.646 1.646.619 4.404-1.59 4.673l1.59 1.59c1.646 1.646.619 4.403-1.59 4.672l1.59 1.591c1.732 1.732.505 4.694-1.944 4.694H5.755c-2.45 0-3.676-2.962-1.944-4.694l1.59-1.59c-2.21-.27-3.237-3.027-1.59-4.674l1.59-1.59c-2.21-.268-3.237-3.026-1.59-4.672L9.72.806Zm2.826 13.586a1.25 1.25 0 0 0-1.767 0l-5.909 5.91c-.787.787-.23 2.133.884 2.133h11.817c1.113 0 1.67-1.346.884-2.133l-4.13-4.13-1.78-1.778Zm0-6.263a1.25 1.25 0 0 0-1.767 0L9 9.909l-1.5 1.5-2.63 2.628c-.787.787-.23 2.133.884 2.134H6.88l2.838-2.84a2.75 2.75 0 0 1 3.89 0l2.84 2.84h1.124c1.113 0 1.67-1.347.884-2.134l-2.63-2.629-.75-.75-.75-.75-1.78-1.78Zm0-6.263a1.25 1.25 0 0 0-1.767 0L4.87 7.774c-.787.788-.23 2.134.884 2.134H6.88l2.838-2.84a2.75 2.75 0 0 1 3.89 0l2.84 2.84h1.124c1.113 0 1.67-1.346.884-2.134l-5.91-5.908Z"
38
+ })]
39
+ });
40
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
41
+ };