@telus-uds/palette-allium 6.1.0 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/.turbo/turbo-build.log +68 -69
  2. package/CHANGELOG.json +24 -1
  3. package/CHANGELOG.md +14 -2
  4. package/build/android/border.xml +1 -1
  5. package/build/android/color.xml +1 -1
  6. package/build/android/font_size.xml +1 -1
  7. package/build/android/radius.xml +1 -1
  8. package/build/android/size.xml +1 -1
  9. package/build/ios/Border.swift +1 -1
  10. package/build/ios/Color.swift +1 -1
  11. package/build/ios/FontSize.swift +1 -1
  12. package/build/ios/Radius.swift +1 -1
  13. package/build/ios/Size.swift +1 -1
  14. package/build/rn/icons/Canada.js +44 -0
  15. package/build/rn/icons/Canada.native.js +43 -0
  16. package/build/rn/icons/Clipboard.js +5 -1
  17. package/build/rn/icons/Clipboard.native.js +5 -1
  18. package/build/rn/icons/DeviceHand.js +2 -2
  19. package/build/rn/icons/DeviceHand.native.js +2 -2
  20. package/build/rn/icons/HouseSwapBold.js +2 -2
  21. package/build/rn/icons/HouseSwapBold.native.js +2 -2
  22. package/build/rn/icons/InternetAddBold.js +1 -1
  23. package/build/rn/icons/InternetAddBold.native.js +1 -1
  24. package/build/rn/icons/WarrantyBold.js +2 -2
  25. package/build/rn/icons/WarrantyBold.native.js +2 -2
  26. package/build/rn/icons/canada.icon.svg +3 -0
  27. package/build/rn/icons/clipboard.icon.svg +2 -1
  28. package/build/rn/icons/device-hand.icon.svg +2 -2
  29. package/build/rn/icons/house-swap-bold.icon.svg +2 -2
  30. package/build/rn/icons/index.js +1 -0
  31. package/build/rn/icons/internet-add-bold.icon.svg +1 -1
  32. package/build/rn/icons/warranty-bold.icon.svg +2 -2
  33. package/build/rn/palette.js +2 -1
  34. package/build/web/fonts/fonts-cdn-family.css +12 -12
  35. package/build/web/fonts/fonts-cdn.css +12 -12
  36. package/build/web/fonts/fonts-local-family.css +12 -12
  37. package/build/web/fonts/fonts-local.css +12 -12
  38. package/build/web/icons/Canada.js +44 -0
  39. package/build/web/icons/Clipboard.js +5 -1
  40. package/build/web/icons/DeviceHand.js +2 -2
  41. package/build/web/icons/HouseSwapBold.js +2 -2
  42. package/build/web/icons/InternetAddBold.js +1 -1
  43. package/build/web/icons/WarrantyBold.js +2 -2
  44. package/build/web/icons/canada.icon.svg +3 -0
  45. package/build/web/icons/clipboard.icon.svg +2 -1
  46. package/build/web/icons/device-hand.icon.svg +2 -2
  47. package/build/web/icons/house-swap-bold.icon.svg +2 -2
  48. package/build/web/icons/index.js +1 -0
  49. package/build/web/icons/internet-add-bold.icon.svg +1 -1
  50. package/build/web/icons/warranty-bold.icon.svg +2 -2
  51. package/build/web/palette.js +14 -13
  52. package/icon/canada.svg +3 -0
  53. package/icon/clipboard.svg +2 -1
  54. package/icon/device-hand.svg +2 -2
  55. package/icon/house-swap-bold.svg +2 -2
  56. package/icon/internet-add-bold.svg +1 -1
  57. package/icon/warranty-bold.svg +2 -2
  58. package/package.json +2 -2
  59. package/palette.json +4 -0
  60. /package/build/web/fonts/{HNforTELUSSA-Bd-v6_1_0.otf → HNforTELUSSA-Bd-v6_2_0.otf} +0 -0
  61. /package/build/web/fonts/{HNforTELUSSA-Display-v6_1_0.otf → HNforTELUSSA-Display-v6_2_0.otf} +0 -0
  62. /package/build/web/fonts/{HNforTELUSSA-Md-v6_1_0.otf → HNforTELUSSA-Md-v6_2_0.otf} +0 -0
  63. /package/build/web/fonts/{HNforTELUSSA-v6_1_0.otf → HNforTELUSSA-v6_2_0.otf} +0 -0
  64. /package/build/web/fonts/{HNforTELUSSABold_normal_normal-v6_1_0.woff → HNforTELUSSABold_normal_normal-v6_2_0.woff} +0 -0
  65. /package/build/web/fonts/{HNforTELUSSABold_normal_normal2-v6_1_0.woff2 → HNforTELUSSABold_normal_normal2-v6_2_0.woff2} +0 -0
  66. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal-v6_1_0.woff → HNforTELUSSADisplay_normal_normal-v6_2_0.woff} +0 -0
  67. /package/build/web/fonts/{HNforTELUSSADisplay_normal_normal2-v6_1_0.woff2 → HNforTELUSSADisplay_normal_normal2-v6_2_0.woff2} +0 -0
  68. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal-v6_1_0.woff → HNforTELUSSAMedium_normal_normal-v6_2_0.woff} +0 -0
  69. /package/build/web/fonts/{HNforTELUSSAMedium_normal_normal2-v6_1_0.woff2 → HNforTELUSSAMedium_normal_normal2-v6_2_0.woff2} +0 -0
  70. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal-v6_1_0.woff → HNforTELUSSARegular_normal_normal-v6_2_0.woff} +0 -0
  71. /package/build/web/fonts/{HNforTELUSSARegular_normal_normal2-v6_1_0.woff2 → HNforTELUSSARegular_normal_normal2-v6_2_0.woff2} +0 -0
@@ -1,69 +1,68 @@
1
- @telus-uds/palette-allium:build: cache hit, replaying output 5bdab6d345e3129a
2
- @telus-uds/palette-allium:build: $ system-tokens-build-palette
3
- @telus-uds/palette-allium:build: Loading palette...
4
- @telus-uds/palette-allium:build: Validating palette...
5
- @telus-uds/palette-allium:build: Build directory: build
6
- @telus-uds/palette-allium:build: Cleaning build directory...
7
- @telus-uds/palette-allium:build: Building palette...
8
- @telus-uds/palette-allium:build: 
9
- @telus-uds/palette-allium:build: android
10
- @telus-uds/palette-allium:build: ✔︎ build/android/color.xml
11
- @telus-uds/palette-allium:build: ✔︎ build/android/font_size.xml
12
- @telus-uds/palette-allium:build: ✔︎ build/android/size.xml
13
- @telus-uds/palette-allium:build: ✔︎ build/android/border.xml
14
- @telus-uds/palette-allium:build: ✔︎ build/android/radius.xml
15
- @telus-uds/palette-allium:build: 
16
- @telus-uds/palette-allium:build: ios-swift
17
- @telus-uds/palette-allium:build: ✔︎ build/ios/Color.swift
18
- @telus-uds/palette-allium:build: ✔︎ build/ios/FontSize.swift
19
- @telus-uds/palette-allium:build: ✔︎ build/ios/Size.swift
20
- @telus-uds/palette-allium:build: ✔︎ build/ios/Border.swift
21
- @telus-uds/palette-allium:build: ✔︎ build/ios/Radius.swift
22
- @telus-uds/palette-allium:build: 
23
- @telus-uds/palette-allium:build: web
24
- @telus-uds/palette-allium:build: ✔︎ build/web/palette.js
25
- @telus-uds/palette-allium:build: → Copying font assets to build/web/fonts 
26
- @telus-uds/palette-allium:build:  Copying font assets to build/.uploads for upload
27
- @telus-uds/palette-allium:build: ✓ Writing font index to build/web/fonts/fonts-local.css
28
- @telus-uds/palette-allium:build: ✓ Writing font index to build/web/fonts/fonts-cdn.css
29
- @telus-uds/palette-allium:build: ✓ Writing font index to build/web/fonts/fonts-local-family.css
30
- @telus-uds/palette-allium:build:  Writing font index to build/web/fonts/fonts-cdn-family.css
31
- @telus-uds/palette-allium:build:  Copying icon assets to build/web/icons/
32
- @telus-uds/palette-allium:build: ✓ Writing icon utilities build/web/icons/
33
- @telus-uds/palette-allium:build: ✓ Writing icon index to build/web/icons/
34
- @telus-uds/palette-allium:build: 
35
- @telus-uds/palette-allium:build: rn
36
- @telus-uds/palette-allium:build: ✔︎ build/rn/palette.js
37
- @telus-uds/palette-allium:build:  Copying font assets to build/rn/fonts 
38
- @telus-uds/palette-allium:build: ✓ Writing font index to build/rn/fonts/index.js
39
- @telus-uds/palette-allium:build:  Writing font index to build/rn/fonts/fonts.css
40
- @telus-uds/palette-allium:build:  Copying icon assets to build/rn/icons/
41
- @telus-uds/palette-allium:build: ✓ Writing icon utilities build/rn/icons/
42
- @telus-uds/palette-allium:build: ✓ Writing icon index to build/rn/icons/
43
- @telus-uds/palette-allium:build: Uploading assets...
44
- @telus-uds/palette-allium:build: Uploading assets to cdn-assets
45
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSA-Bd-v6_0_0.otf to uds/HNforTELUSSA-Bd-v6_0_0.otf
46
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSA-Display-v6_0_0.otf to uds/HNforTELUSSA-Display-v6_0_0.otf
47
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSA-Md-v6_0_0.otf to uds/HNforTELUSSA-Md-v6_0_0.otf
48
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSA-v6_0_0.otf to uds/HNforTELUSSA-v6_0_0.otf
49
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSABold_normal_normal-v6_0_0.woff to uds/HNforTELUSSABold_normal_normal-v6_0_0.woff
50
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSABold_normal_normal2-v6_0_0.woff2 to uds/HNforTELUSSABold_normal_normal2-v6_0_0.woff2
51
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSADisplay_normal_normal-v6_0_0.woff to uds/HNforTELUSSADisplay_normal_normal-v6_0_0.woff
52
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSADisplay_normal_normal2-v6_0_0.woff2 to uds/HNforTELUSSADisplay_normal_normal2-v6_0_0.woff2
53
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSAMedium_normal_normal-v6_0_0.woff to uds/HNforTELUSSAMedium_normal_normal-v6_0_0.woff
54
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSAMedium_normal_normal2-v6_0_0.woff2 to uds/HNforTELUSSAMedium_normal_normal2-v6_0_0.woff2
55
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSARegular_normal_normal-v6_0_0.woff to uds/HNforTELUSSARegular_normal_normal-v6_0_0.woff
56
- @telus-uds/palette-allium:build: Uploading build/.uploads/HNforTELUSSARegular_normal_normal2-v6_0_0.woff2 to uds/HNforTELUSSARegular_normal_normal2-v6_0_0.woff2
57
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSA-v6_0_0.otf
58
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSADisplay_normal_normal-v6_0_0.woff
59
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSARegular_normal_normal2-v6_0_0.woff2
60
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSAMedium_normal_normal-v6_0_0.woff
61
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSARegular_normal_normal-v6_0_0.woff
62
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSA-Display-v6_0_0.otf
63
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSA-Md-v6_0_0.otf
64
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSAMedium_normal_normal2-v6_0_0.woff2
65
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSADisplay_normal_normal2-v6_0_0.woff2
66
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSABold_normal_normal2-v6_0_0.woff2
67
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSABold_normal_normal-v6_0_0.woff
68
- @telus-uds/palette-allium:build: Upload success build/.uploads/HNforTELUSSA-Bd-v6_0_0.otf
69
- @telus-uds/palette-allium:build: Upload success. Cleaning up...
1
+ $ system-tokens-build-palette
2
+ Loading palette...
3
+ Validating palette...
4
+ Build directory: build
5
+ Cleaning build directory...
6
+ Building palette...
7
+
8
+ android
9
+ ✔︎ build/android/color.xml
10
+ ✔︎ build/android/font_size.xml
11
+ ✔︎ build/android/size.xml
12
+ ✔︎ build/android/border.xml
13
+ ✔︎ build/android/radius.xml
14
+
15
+ ios-swift
16
+ ✔︎ build/ios/Color.swift
17
+ ✔︎ build/ios/FontSize.swift
18
+ ✔︎ build/ios/Size.swift
19
+ ✔︎ build/ios/Border.swift
20
+ ✔︎ build/ios/Radius.swift
21
+
22
+ web
23
+ ✔︎ build/web/palette.js
24
+  Copying font assets to build/web/fonts 
25
+ → Copying font assets to build/.uploads for upload
26
+  Writing font index to build/web/fonts/fonts-local.css
27
+ ✓ Writing font index to build/web/fonts/fonts-cdn.css
28
+ ✓ Writing font index to build/web/fonts/fonts-local-family.css
29
+ ✓ Writing font index to build/web/fonts/fonts-cdn-family.css
30
+  Copying icon assets to build/web/icons/
31
+  Writing icon utilities build/web/icons/
32
+ ✓ Writing icon index to build/web/icons/
33
+
34
+ rn
35
+ ✔︎ build/rn/palette.js
36
+  Copying font assets to build/rn/fonts 
37
+  Writing font index to build/rn/fonts/index.js
38
+ ✓ Writing font index to build/rn/fonts/fonts.css
39
+  Copying icon assets to build/rn/icons/
40
+  Writing icon utilities build/rn/icons/
41
+ ✓ Writing icon index to build/rn/icons/
42
+ Uploading assets...
43
+ Uploading assets to cdn-assets
44
+ Uploading build/.uploads/HNforTELUSSA-Bd-v6_1_0.otf to uds/HNforTELUSSA-Bd-v6_1_0.otf
45
+ Uploading build/.uploads/HNforTELUSSA-Display-v6_1_0.otf to uds/HNforTELUSSA-Display-v6_1_0.otf
46
+ Uploading build/.uploads/HNforTELUSSA-Md-v6_1_0.otf to uds/HNforTELUSSA-Md-v6_1_0.otf
47
+ Uploading build/.uploads/HNforTELUSSA-v6_1_0.otf to uds/HNforTELUSSA-v6_1_0.otf
48
+ Uploading build/.uploads/HNforTELUSSABold_normal_normal-v6_1_0.woff to uds/HNforTELUSSABold_normal_normal-v6_1_0.woff
49
+ Uploading build/.uploads/HNforTELUSSABold_normal_normal2-v6_1_0.woff2 to uds/HNforTELUSSABold_normal_normal2-v6_1_0.woff2
50
+ Uploading build/.uploads/HNforTELUSSADisplay_normal_normal-v6_1_0.woff to uds/HNforTELUSSADisplay_normal_normal-v6_1_0.woff
51
+ Uploading build/.uploads/HNforTELUSSADisplay_normal_normal2-v6_1_0.woff2 to uds/HNforTELUSSADisplay_normal_normal2-v6_1_0.woff2
52
+ Uploading build/.uploads/HNforTELUSSAMedium_normal_normal-v6_1_0.woff to uds/HNforTELUSSAMedium_normal_normal-v6_1_0.woff
53
+ Uploading build/.uploads/HNforTELUSSAMedium_normal_normal2-v6_1_0.woff2 to uds/HNforTELUSSAMedium_normal_normal2-v6_1_0.woff2
54
+ Uploading build/.uploads/HNforTELUSSARegular_normal_normal-v6_1_0.woff to uds/HNforTELUSSARegular_normal_normal-v6_1_0.woff
55
+ Uploading build/.uploads/HNforTELUSSARegular_normal_normal2-v6_1_0.woff2 to uds/HNforTELUSSARegular_normal_normal2-v6_1_0.woff2
56
+ Upload success build/.uploads/HNforTELUSSA-Md-v6_1_0.otf
57
+ Upload success build/.uploads/HNforTELUSSABold_normal_normal2-v6_1_0.woff2
58
+ Upload success build/.uploads/HNforTELUSSA-Display-v6_1_0.otf
59
+ Upload success build/.uploads/HNforTELUSSABold_normal_normal-v6_1_0.woff
60
+ Upload success build/.uploads/HNforTELUSSAMedium_normal_normal2-v6_1_0.woff2
61
+ Upload success build/.uploads/HNforTELUSSADisplay_normal_normal2-v6_1_0.woff2
62
+ Upload success build/.uploads/HNforTELUSSAMedium_normal_normal-v6_1_0.woff
63
+ Upload success build/.uploads/HNforTELUSSARegular_normal_normal-v6_1_0.woff
64
+ Upload success build/.uploads/HNforTELUSSA-v6_1_0.otf
65
+ Upload success build/.uploads/HNforTELUSSADisplay_normal_normal-v6_1_0.woff
66
+ Upload success build/.uploads/HNforTELUSSARegular_normal_normal2-v6_1_0.woff2
67
+ Upload success build/.uploads/HNforTELUSSA-Bd-v6_1_0.otf
68
+ Upload success. Cleaning up...
package/CHANGELOG.json CHANGED
@@ -2,7 +2,30 @@
2
2
  "name": "@telus-uds/palette-allium",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 14 Jul 2026 18:27:48 GMT",
5
+ "date": "Mon, 10 Aug 2026 18:52:08 GMT",
6
+ "tag": "@telus-uds/palette-allium_v6.2.0",
7
+ "version": "6.2.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "josue.higueroscalderon@telus.com",
12
+ "package": "@telus-uds/palette-allium",
13
+ "commit": "749073383efd1384ed8207ebeef581108ab6107b",
14
+ "comment": "`Icon`: Clipboard, DeviceHand, HouseSwapBold, InternetAddBold and WarrantyBold updated to resolve alignment issues"
15
+ }
16
+ ],
17
+ "minor": [
18
+ {
19
+ "author": "josue.higueroscalderon@telus.com",
20
+ "package": "@telus-uds/palette-allium",
21
+ "commit": "64c15eb7bdfa1720fd426f45e2391c0041150c7d",
22
+ "comment": "`Icon`: Add Canada (maple leaf) icon to indicate content or services hosted in Canada"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Tue, 14 Jul 2026 17:21:17 GMT",
6
29
  "tag": "@telus-uds/palette-allium_v6.1.0",
7
30
  "version": "6.1.0",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @telus-uds/palette-allium
2
2
 
3
- This log was last generated on Tue, 14 Jul 2026 18:27:48 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 10 Aug 2026 18:52:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 6.2.0
8
+
9
+ Mon, 10 Aug 2026 18:52:08 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Icon`: Add Canada (maple leaf) icon to indicate content or services hosted in Canada (josue.higueroscalderon@telus.com)
14
+
15
+ ### Patches
16
+
17
+ - `Icon`: Clipboard, DeviceHand, HouseSwapBold, InternetAddBold and WarrantyBold updated to resolve alignment issues (josue.higueroscalderon@telus.com)
18
+
7
19
  ## 6.1.0
8
20
 
9
- Tue, 14 Jul 2026 18:27:48 GMT
21
+ Tue, 14 Jul 2026 17:21:17 GMT
10
22
 
11
23
  ### Minor changes
12
24
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 14 Jul 2026 18:28:40 GMT
5
+ Generated on Mon, 10 Aug 2026 18:53:05 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 Tue, 14 Jul 2026 18:28:40 GMT
5
+ Generated on Mon, 10 Aug 2026 18:53:05 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 Tue, 14 Jul 2026 18:28:40 GMT
5
+ Generated on Mon, 10 Aug 2026 18:53:05 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 Tue, 14 Jul 2026 18:28:40 GMT
5
+ Generated on Mon, 10 Aug 2026 18:53:05 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 Tue, 14 Jul 2026 18:28:40 GMT
5
+ Generated on Mon, 10 Aug 2026 18:53:05 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 Tue, 14 Jul 2026 18:28:40 GMT
7
+ // Generated on Mon, 10 Aug 2026 18:53:05 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 Tue, 14 Jul 2026 18:28:40 GMT
7
+ // Generated on Mon, 10 Aug 2026 18:53:05 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 Tue, 14 Jul 2026 18:28:40 GMT
7
+ // Generated on Mon, 10 Aug 2026 18:53:05 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 Tue, 14 Jul 2026 18:28:40 GMT
7
+ // Generated on Mon, 10 Aug 2026 18:53:05 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 Tue, 14 Jul 2026 18:28:40 GMT
7
+ // Generated on Mon, 10 Aug 2026 18:53:05 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
+ clipRule: "evenodd",
40
+ d: "M11.93.002a.7.7 0 0 1 .245.027c.093.028.235.108.287.186.217.327.425.732.617 1.077l1.407 2.534c.43-.178 1.783-.87 2.136-.836a.624.624 0 0 1 .54.672c-.01.2-.061.403-.099.599q-.092.464-.176.932l-.561 3.123c-.093.519-.218 1.13-.287 1.647l1.641-1.726c.18-.188.873-.964 1.077-1.043a.65.65 0 0 1 .505.019c.307.144.392.535.499.835q.148.424.308.846c.21-.027.528-.098.742-.14l1.484-.297c.262-.054.776-.198 1.014-.126a.61.61 0 0 1 .422.693c-.09.409-.243.83-.373 1.229l-.704 2.174c.355.24.826.41 1.147.674.33.273.218.805-.108 1.025-.1.068-.232.19-.33.267q-.33.265-.658.535l-2.994 2.461-.895.732c-.143.117-.364.289-.49.416l-.017.017c.119.48.681 1.483.639 1.902a.56.56 0 0 1-.216.39.64.64 0 0 1-.391.136c-.217.004-.445-.04-.66-.067l-1.057-.131c-1.326-.163-2.69-.347-4.017-.489v2.11c.001.34.01.684-.008 1.023-.018.34-.24.524-.559.571-.311.014-.598-.208-.63-.517-.034-.342-.02-.723-.019-1.069l.005-2.118c-.466.044-.993.122-1.463.179l-2.856.343c-.248.03-1.325.19-1.522.156a.62.62 0 0 1-.41-.27c-.25-.382.073-.834.198-1.207.1-.297.288-.635.344-.939-.097-.116-.369-.325-.494-.427l-.805-.661-3.302-2.714c-.266-.219-.534-.431-.8-.654-.205-.138-.352-.489-.256-.732.155-.393.967-.73 1.324-.938l-.65-1.986C.612 10.159.236 9.102.262 8.846a.6.6 0 0 1 .223-.405.64.64 0 0 1 .38-.138c.17-.003.6.104.784.134.727.122 1.565.361 2.288.456.155-.395.29-.8.434-1.2.093-.284.25-.487.56-.536.42-.068.736.384 1.004.665l1.372 1.44c.174.184.475.538.668.682a319 319 0 0 1-.743-4.108q-.115-.651-.237-1.301c-.054-.285-.116-.573-.154-.86a.618.618 0 0 1 .768-.664c.237.065.462.174.688.272l1.227.543 1.235-2.236c.22-.396.437-.8.663-1.192.136-.237.248-.334.508-.396M10.887 3.88c-.253.46-.49 1.107-1.038 1.22-.294.06-.49-.013-.756-.13-.288-.125-.575-.259-.864-.377.25 1.298.476 2.625.712 3.927l.211 1.154c.092.5.25.972-.058 1.426-.152.226-.387.38-.652.43-.727.133-1.116-.493-1.57-.951-.555-.56-1.084-1.152-1.637-1.714-.133.392-.22.836-.563 1.09-.442.33-.986.14-1.477.039q-.73-.155-1.463-.299l.564 1.737c.196.604.539 1.277-.007 1.821-.173.173-.425.29-.64.405.405.348.85.699 1.265 1.037l2.472 2.026.722.59c.403.328.75.567.794 1.127.034.434-.18.818-.311 1.22q1.87-.214 3.737-.451c.55-.07 1.115-.124 1.663-.201l3.646.441c.578.07 1.204.158 1.779.211-.207-.548-.471-1.033-.216-1.606q.079-.181.215-.325c.227-.238.915-.767 1.198-.998l2.42-1.987.845-.691c.13-.104.36-.28.474-.387-.414-.23-.75-.366-.896-.864a1 1 0 0 1-.027-.444c.032-.21.213-.73.287-.96l.553-1.7-1.406.285c-.242.049-.773.17-.988.161a1 1 0 0 1-.517-.17c-.356-.24-.46-.707-.597-1.106-.644.706-1.333 1.386-1.986 2.085-.15.161-.313.328-.496.451a1.022 1.022 0 0 1-1.49-.538 1 1 0 0 1-.065-.287c.033-.512.162-1.08.252-1.581l.544-3.038c.074-.418.19-.957.243-1.365l-.606.27c-.494.221-1.032.476-1.501-.059-.16-.183-.32-.526-.443-.749l-.797-1.441c-.101-.186-.308-.596-.418-.76z"
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
+ clipRule: "evenodd",
39
+ d: "M11.93.002a.7.7 0 0 1 .245.027c.093.028.235.108.287.186.217.327.425.732.617 1.077l1.407 2.534c.43-.178 1.783-.87 2.136-.836a.624.624 0 0 1 .54.672c-.01.2-.061.403-.099.599q-.092.464-.176.932l-.561 3.123c-.093.519-.218 1.13-.287 1.647l1.641-1.726c.18-.188.873-.964 1.077-1.043a.65.65 0 0 1 .505.019c.307.144.392.535.499.835q.148.424.308.846c.21-.027.528-.098.742-.14l1.484-.297c.262-.054.776-.198 1.014-.126a.61.61 0 0 1 .422.693c-.09.409-.243.83-.373 1.229l-.704 2.174c.355.24.826.41 1.147.674.33.273.218.805-.108 1.025-.1.068-.232.19-.33.267q-.33.265-.658.535l-2.994 2.461-.895.732c-.143.117-.364.289-.49.416l-.017.017c.119.48.681 1.483.639 1.902a.56.56 0 0 1-.216.39.64.64 0 0 1-.391.136c-.217.004-.445-.04-.66-.067l-1.057-.131c-1.326-.163-2.69-.347-4.017-.489v2.11c.001.34.01.684-.008 1.023-.018.34-.24.524-.559.571-.311.014-.598-.208-.63-.517-.034-.342-.02-.723-.019-1.069l.005-2.118c-.466.044-.993.122-1.463.179l-2.856.343c-.248.03-1.325.19-1.522.156a.62.62 0 0 1-.41-.27c-.25-.382.073-.834.198-1.207.1-.297.288-.635.344-.939-.097-.116-.369-.325-.494-.427l-.805-.661-3.302-2.714c-.266-.219-.534-.431-.8-.654-.205-.138-.352-.489-.256-.732.155-.393.967-.73 1.324-.938l-.65-1.986C.612 10.159.236 9.102.262 8.846a.6.6 0 0 1 .223-.405.64.64 0 0 1 .38-.138c.17-.003.6.104.784.134.727.122 1.565.361 2.288.456.155-.395.29-.8.434-1.2.093-.284.25-.487.56-.536.42-.068.736.384 1.004.665l1.372 1.44c.174.184.475.538.668.682a319 319 0 0 1-.743-4.108q-.115-.651-.237-1.301c-.054-.285-.116-.573-.154-.86a.618.618 0 0 1 .768-.664c.237.065.462.174.688.272l1.227.543 1.235-2.236c.22-.396.437-.8.663-1.192.136-.237.248-.334.508-.396M10.887 3.88c-.253.46-.49 1.107-1.038 1.22-.294.06-.49-.013-.756-.13-.288-.125-.575-.259-.864-.377.25 1.298.476 2.625.712 3.927l.211 1.154c.092.5.25.972-.058 1.426-.152.226-.387.38-.652.43-.727.133-1.116-.493-1.57-.951-.555-.56-1.084-1.152-1.637-1.714-.133.392-.22.836-.563 1.09-.442.33-.986.14-1.477.039q-.73-.155-1.463-.299l.564 1.737c.196.604.539 1.277-.007 1.821-.173.173-.425.29-.64.405.405.348.85.699 1.265 1.037l2.472 2.026.722.59c.403.328.75.567.794 1.127.034.434-.18.818-.311 1.22q1.87-.214 3.737-.451c.55-.07 1.115-.124 1.663-.201l3.646.441c.578.07 1.204.158 1.779.211-.207-.548-.471-1.033-.216-1.606q.079-.181.215-.325c.227-.238.915-.767 1.198-.998l2.42-1.987.845-.691c.13-.104.36-.28.474-.387-.414-.23-.75-.366-.896-.864a1 1 0 0 1-.027-.444c.032-.21.213-.73.287-.96l.553-1.7-1.406.285c-.242.049-.773.17-.988.161a1 1 0 0 1-.517-.17c-.356-.24-.46-.707-.597-1.106-.644.706-1.333 1.386-1.986 2.085-.15.161-.313.328-.496.451a1.022 1.022 0 0 1-1.49-.538 1 1 0 0 1-.065-.287c.033-.512.162-1.08.252-1.581l.544-3.038c.074-.418.19-.957.243-1.365l-.606.27c-.494.221-1.032.476-1.501-.059-.16-.183-.32-.526-.443-.749l-.797-1.441c-.101-.186-.308-.596-.418-.76z"
40
+ })]
41
+ });
42
+ return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
43
+ };
@@ -36,7 +36,11 @@ module.exports = ({
36
36
  children: title
37
37
  }) : null, (0, _jsxRuntime.jsx)("path", {
38
38
  fillRule: "evenodd",
39
- d: "M8.834 0c.918 0 1.7.602 1.97 1.433l.044.158h1.366c.765 0 1.395.586 1.467 1.333l.007.141v.117h1.907c1.093 0 1.99.85 2.066 1.924l.006.147v1.591a.48.48 0 0 1-.953.087l-.007-.087v-1.59c0-.573-.435-1.045-.991-1.105l-.121-.007h-1.907v1.111a.48.48 0 0 1-.394.472l-.086.007h-8.75a.479.479 0 0 1-.473-.392l-.007-.087v-1.11H2.072c-.573 0-1.045.433-1.106.99l-.006.12V21.96c0 .572.434 1.044.99 1.105l.122.006h13.523c.572 0 1.045-.434 1.105-.99l.007-.12v-3.978a.48.48 0 0 1 .952-.086l.008.086v3.977c0 1.093-.85 1.99-1.925 2.065l-.147.005H2.072a2.072 2.072 0 0 1-2.066-1.922L0 21.96V5.253c0-1.092.849-1.99 1.923-2.065l.148-.006h1.906v-.117c0-.765.585-1.395 1.333-1.467l.142-.007h1.366A2.073 2.073 0 0 1 8.834.001Zm10.98 6.29a2.485 2.485 0 0 1 3.502.07c.871.92.91 2.324.12 3.277l-.12.133-9.148 9.156a.454.454 0 0 1-.155.104l-.09.027-3.517.7a.48.48 0 0 1-.574-.47l.01-.095.7-3.516a.48.48 0 0 1 .072-.173l.058-.073 9.142-9.14Zm-8.384 9.841-.506 2.543 2.526-.502a2.438 2.438 0 0 0-.58-1.175l-.132-.136a2.455 2.455 0 0 0-1.126-.685l-.182-.045Zm6.616-6.715-5.922 5.921a3.43 3.43 0 0 1 1.133.688l.159.157c.322.301.574.677.752 1.092l.084.21 5.928-5.933-2.134-2.135Zm4.576-2.393a1.522 1.522 0 0 0-2.02-.146l-.117.1-1.76 1.76 2.133 2.134 1.773-1.773a1.505 1.505 0 0 0-.01-2.075ZM8.834.96c-.553 0-1.013.405-1.098.935a.48.48 0 0 1-.36.648l-.086.008H5.453a.515.515 0 0 0-.507.422l-.008.092v1.708h7.79V3.065a.515.515 0 0 0-.422-.505l-.092-.009h-1.79a.48.48 0 0 1-.48-.48 1.11 1.11 0 0 0-1.11-1.11Z",
39
+ d: "M8.834 0c.918 0 1.7.602 1.969 1.432l.045.158h1.366c.765 0 1.395.584 1.467 1.33l.007.142v.117h1.907c1.093 0 1.99.849 2.066 1.92l.006.148v1.589a.48.48 0 0 1-.953.086l-.007-.086V5.247c0-.571-.435-1.043-.991-1.103l-.121-.006h-1.908v1.11c0 .234-.169.43-.393.47l-.086.008h-8.75a.48.48 0 0 1-.473-.393l-.007-.086v-1.11H2.07c-.572 0-1.045.434-1.105.989l-.006.121v16.686c0 .57.434 1.043.99 1.103l.121.006h13.524c.572 0 1.045-.434 1.105-.988l.007-.121V17.96a.48.48 0 0 1 .952-.087l.008.087v3.972c0 1.09-.85 1.986-1.925 2.062l-.147.005H2.07a2.071 2.071 0 0 1-2.065-1.92L0 21.933V5.247a2.07 2.07 0 0 1 1.923-2.063l.147-.005h1.907v-.117c0-.765.585-1.394 1.333-1.465l.141-.007h1.366A2.074 2.074 0 0 1 8.834 0Zm0 .959c-.553 0-1.014.405-1.099.935a.48.48 0 0 1-.36.647l-.085.007H5.452a.515.515 0 0 0-.506.422l-.008.092v1.706h7.79V3.062a.514.514 0 0 0-.422-.505l-.092-.01h-1.79a.48.48 0 0 1-.48-.478c0-.612-.498-1.11-1.11-1.11Z",
40
+ clipRule: "evenodd"
41
+ }), (0, _jsxRuntime.jsx)("path", {
42
+ fillRule: "evenodd",
43
+ d: "M19.812 6.29a2.485 2.485 0 0 1 3.501.07c.872.92.911 2.325.12 3.278l-.119.132-9.148 9.157a.457.457 0 0 1-.155.103l-.09.027-3.517.7a.48.48 0 0 1-.574-.47l.01-.095.7-3.515a.482.482 0 0 1 .071-.174l.06-.072 9.141-9.141Zm-8.89 12.384 2.525-.502a2.44 2.44 0 0 0-.578-1.176l-.134-.135a2.456 2.456 0 0 0-1.125-.685l-.182-.045-.506 2.543Zm1.2-3.337c.417.156.806.385 1.133.687l.159.157c.322.301.573.678.752 1.092l.084.211 5.928-5.933-2.134-2.135-5.922 5.92Zm10.497-8.314a1.522 1.522 0 0 0-2.02-.146l-.117.1-1.76 1.76 2.134 2.134 1.773-1.774a1.505 1.505 0 0 0-.01-2.074Z",
40
44
  clipRule: "evenodd"
41
45
  })]
42
46
  });
@@ -35,7 +35,11 @@ module.exports = ({
35
35
  children: title
36
36
  }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
37
  fillRule: "evenodd",
38
- d: "M8.834 0c.918 0 1.7.602 1.97 1.433l.044.158h1.366c.765 0 1.395.586 1.467 1.333l.007.141v.117h1.907c1.093 0 1.99.85 2.066 1.924l.006.147v1.591a.48.48 0 0 1-.953.087l-.007-.087v-1.59c0-.573-.435-1.045-.991-1.105l-.121-.007h-1.907v1.111a.48.48 0 0 1-.394.472l-.086.007h-8.75a.479.479 0 0 1-.473-.392l-.007-.087v-1.11H2.072c-.573 0-1.045.433-1.106.99l-.006.12V21.96c0 .572.434 1.044.99 1.105l.122.006h13.523c.572 0 1.045-.434 1.105-.99l.007-.12v-3.978a.48.48 0 0 1 .952-.086l.008.086v3.977c0 1.093-.85 1.99-1.925 2.065l-.147.005H2.072a2.072 2.072 0 0 1-2.066-1.922L0 21.96V5.253c0-1.092.849-1.99 1.923-2.065l.148-.006h1.906v-.117c0-.765.585-1.395 1.333-1.467l.142-.007h1.366A2.073 2.073 0 0 1 8.834.001Zm10.98 6.29a2.485 2.485 0 0 1 3.502.07c.871.92.91 2.324.12 3.277l-.12.133-9.148 9.156a.454.454 0 0 1-.155.104l-.09.027-3.517.7a.48.48 0 0 1-.574-.47l.01-.095.7-3.516a.48.48 0 0 1 .072-.173l.058-.073 9.142-9.14Zm-8.384 9.841-.506 2.543 2.526-.502a2.438 2.438 0 0 0-.58-1.175l-.132-.136a2.455 2.455 0 0 0-1.126-.685l-.182-.045Zm6.616-6.715-5.922 5.921a3.43 3.43 0 0 1 1.133.688l.159.157c.322.301.574.677.752 1.092l.084.21 5.928-5.933-2.134-2.135Zm4.576-2.393a1.522 1.522 0 0 0-2.02-.146l-.117.1-1.76 1.76 2.133 2.134 1.773-1.773a1.505 1.505 0 0 0-.01-2.075ZM8.834.96c-.553 0-1.013.405-1.098.935a.48.48 0 0 1-.36.648l-.086.008H5.453a.515.515 0 0 0-.507.422l-.008.092v1.708h7.79V3.065a.515.515 0 0 0-.422-.505l-.092-.009h-1.79a.48.48 0 0 1-.48-.48 1.11 1.11 0 0 0-1.11-1.11Z",
38
+ d: "M8.834 0c.918 0 1.7.602 1.969 1.432l.045.158h1.366c.765 0 1.395.584 1.467 1.33l.007.142v.117h1.907c1.093 0 1.99.849 2.066 1.92l.006.148v1.589a.48.48 0 0 1-.953.086l-.007-.086V5.247c0-.571-.435-1.043-.991-1.103l-.121-.006h-1.908v1.11c0 .234-.169.43-.393.47l-.086.008h-8.75a.48.48 0 0 1-.473-.393l-.007-.086v-1.11H2.07c-.572 0-1.045.434-1.105.989l-.006.121v16.686c0 .57.434 1.043.99 1.103l.121.006h13.524c.572 0 1.045-.434 1.105-.988l.007-.121V17.96a.48.48 0 0 1 .952-.087l.008.087v3.972c0 1.09-.85 1.986-1.925 2.062l-.147.005H2.07a2.071 2.071 0 0 1-2.065-1.92L0 21.933V5.247a2.07 2.07 0 0 1 1.923-2.063l.147-.005h1.907v-.117c0-.765.585-1.394 1.333-1.465l.141-.007h1.366A2.074 2.074 0 0 1 8.834 0Zm0 .959c-.553 0-1.014.405-1.099.935a.48.48 0 0 1-.36.647l-.085.007H5.452a.515.515 0 0 0-.506.422l-.008.092v1.706h7.79V3.062a.514.514 0 0 0-.422-.505l-.092-.01h-1.79a.48.48 0 0 1-.48-.478c0-.612-.498-1.11-1.11-1.11Z",
39
+ clipRule: "evenodd"
40
+ }), (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
41
+ fillRule: "evenodd",
42
+ d: "M19.812 6.29a2.485 2.485 0 0 1 3.501.07c.872.92.911 2.325.12 3.278l-.119.132-9.148 9.157a.457.457 0 0 1-.155.103l-.09.027-3.517.7a.48.48 0 0 1-.574-.47l.01-.095.7-3.515a.482.482 0 0 1 .071-.174l.06-.072 9.141-9.141Zm-8.89 12.384 2.525-.502a2.44 2.44 0 0 0-.578-1.176l-.134-.135a2.456 2.456 0 0 0-1.125-.685l-.182-.045-.506 2.543Zm1.2-3.337c.417.156.806.385 1.133.687l.159.157c.322.301.573.678.752 1.092l.084.211 5.928-5.933-2.134-2.135-5.922 5.92Zm10.497-8.314a1.522 1.522 0 0 0-2.02-.146l-.117.1-1.76 1.76 2.134 2.134 1.773-1.774a1.505 1.505 0 0 0-.01-2.074Z",
39
43
  clipRule: "evenodd"
40
44
  })]
41
45
  });
@@ -24,7 +24,7 @@ module.exports = ({
24
24
  const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
25
  ...props,
26
26
  xmlns: "http://www.w3.org/2000/svg",
27
- viewBox: "0 0 24 25",
27
+ viewBox: "0 0 24 24",
28
28
  height: size,
29
29
  width: size,
30
30
  fill: fillValue,
@@ -36,7 +36,7 @@ module.exports = ({
36
36
  children: title
37
37
  }) : null, (0, _jsxRuntime.jsx)("path", {
38
38
  fillRule: "evenodd",
39
- d: "M9.792 1.026a1.437 1.437 0 0 0-.772.788L8.214 3.87a1.776 1.776 0 0 0-1.219-.166 1.975 1.975 0 0 0-1.376 1.08c-.148.32-.184.66-.118.977a2.018 2.018 0 0 0-.318.037h-.001c-.604.129-1.132.542-1.378 1.082-.255.561-.179 1.188.205 1.63l.84.962c-.484.15-.901.5-1.109.945-.12.255-.163.522-.155.752.008.225.066.431.17.55l.948 1.088-1.71 4.349c-.287.733.11 1.543.87 1.813l4.974 1.759.371 1.56c.151.636.455 1.096.967 1.392.506.293 1.204.42 2.129.42l3.037-.008c.995-.002 1.7-.252 2.24-.726.537-.47.9-1.154 1.233-2.002v-.002c.823-2.256 1.957-6.607.217-10.218l-.004-.009-.009-.011 1.989-5.063a1.35 1.35 0 0 0 .093-.488v-.005c0-.573-.37-1.11-.961-1.319L10.919.99a1.529 1.529 0 0 0-1.127.037Zm10.427 4.749-3.226 8.208c-.402-.73-.863-1.431-1.337-2.132-.753-1.209-1.886-1.417-2.683-1.056-.821.372-1.388 1.39-.912 2.607l1.111 2.842c.177.45.176.762.078 1.035-.1.28-.306.53-.573.851l-.074.09-8.011-2.835L8.746 4.808a.39.39 0 0 0 .079-.202L9.809 2.1a.617.617 0 0 1 .33-.338.67.67 0 0 1 .486-.014l9.222 3.26c.33.116.491.461.372.766ZM6.389 5.11a.969.969 0 0 0-.086.418c.003.131.036.217.064.25l.756.868.784-1.997a.89.89 0 0 0-.73-.155 1.143 1.143 0 0 0-.787.616ZM5.364 6.59c.258-.057.502.024.748.154l.676.755-.795 2.025-1.437-1.65c-.028-.032-.06-.12-.065-.25a.97.97 0 0 1 .086-.42c.139-.303.441-.541.787-.614Zm-.183 3.634a.97.97 0 0 0-.672.525.809.809 0 0 0-.077.343c.002.108.027.174.045.196l.568.65.607-1.545-.015-.017c-.096-.112-.133-.15-.178-.168-.043-.017-.108-.018-.278.016Zm8.153 1.302a.934.934 0 0 1 .342-.079c.375-.018.857.175 1.265.831l.002.004c.873 1.29 1.688 2.551 2.15 3.957.07.217.306.332.525.267a.404.404 0 0 0 .278-.51 10.776 10.776 0 0 0-.393-1.008l1.08-2.75c1.136 3.184.17 6.85-.56 8.848-.292.746-.58 1.29-.982 1.651-.398.357-.918.543-1.7.545l-3.038.008c-.86 0-1.382-.116-1.71-.317-.322-.196-.472-.483-.562-.866L9.78 21.06l2.032.718a.4.4 0 0 0 .4-.075.468.468 0 0 0 .172-.326c.032-.727.137-1.252.299-1.674.16-.421.38-.745.65-1.068v-.001l.005-.006c.268-.322.553-.664.705-1.086.155-.432.17-.938-.083-1.585l-1.11-2.843c-.32-.813.039-1.386.482-1.588Zm-9.55 5.917.51-1.301 7.803 2.761a3.615 3.615 0 0 0-.57 1.911L4.154 18.21c-.33-.117-.492-.462-.372-.766Z",
39
+ d: "M10.45 1c.19-.006.384.023.569.089l9.22 3.232c.591.207.96.74.961 1.308v.004c0 .16-.03.325-.092.484l-1.99 5.019.01.011.004.01c1.74 3.579.605 7.893-.217 10.13v.001c-.333.84-.697 1.517-1.233 1.984-.54.47-1.246.719-2.24.721L12.403 24c-.925 0-1.622-.126-2.129-.416-.511-.294-.816-.75-.966-1.38l-.372-1.547-4.974-1.744c-.76-.267-1.157-1.07-.87-1.797l1.71-4.31-.948-1.08c-.104-.118-.162-.322-.17-.545a1.628 1.628 0 0 1 .156-.745c.208-.44.624-.789 1.107-.937l-.839-.954c-.384-.439-.46-1.06-.205-1.616.246-.536.774-.945 1.378-1.073h.001a1.95 1.95 0 0 1 .319-.037 1.534 1.534 0 0 1 .118-.968c.247-.537.775-.945 1.376-1.07a1.79 1.79 0 0 1 1.219.163l.805-2.038c.14-.35.416-.627.772-.781.18-.077.369-.118.558-.124Zm3.325 10.458a.946.946 0 0 0-.342.077c-.443.2-.801.77-.483 1.575l1.112 2.819c.253.64.238 1.143.083 1.57-.153.42-.438.759-.705 1.077l-.005.006h-.001a3.65 3.65 0 0 0-.65 1.06c-.161.419-.266.939-.299 1.66a.464.464 0 0 1-.17.323.407.407 0 0 1-.4.075l-2.033-.713.248 1.038c.09.38.24.665.561.86.33.199.852.313 1.711.313l3.039-.008c.78-.002 1.302-.186 1.7-.54.402-.357.69-.897.982-1.636.729-1.98 1.696-5.616.559-8.773l-1.08 2.727c.145.324.28.656.393 1a.4.4 0 0 1-.278.505.424.424 0 0 1-.525-.265c-.462-1.393-1.277-2.644-2.15-3.923l-.002-.004c-.408-.65-.89-.84-1.264-.823ZM3.883 17.4c-.12.302.043.644.372.76l7.37 2.583a3.563 3.563 0 0 1 .571-1.895l-7.803-2.737-.51 1.29ZM10.48 1.804a.689.689 0 0 0-.242.052.614.614 0 0 0-.33.335l-.984 2.483a.387.387 0 0 1-.08.2L4.693 15.362l8.011 2.81.074-.089c.266-.318.473-.566.574-.844.097-.27.098-.58-.078-1.025l-1.11-2.818c-.478-1.206.09-2.216.91-2.585.798-.358 1.93-.152 2.683 1.046.474.695.936 1.391 1.338 2.115l3.224-8.138c.12-.302-.04-.643-.37-.759l-9.222-3.232a.675.675 0 0 0-.245-.038Zm-5.2 8.441a.969.969 0 0 0-.673.52.797.797 0 0 0-.077.34c.001.107.027.173.045.195l.569.644.606-1.531-.015-.018c-.096-.11-.133-.148-.177-.166-.043-.016-.109-.018-.279.016Zm.93-3.45c-.246-.13-.49-.21-.748-.153a1.132 1.132 0 0 0-.787.609.954.954 0 0 0-.085.416c.004.13.036.216.064.249L6.093 9.55l.794-2.007-.676-.75Zm1.797-2.076a.897.897 0 0 0-.73-.155c-.346.076-.65.31-.788.61a.954.954 0 0 0-.088.416c.004.13.037.214.066.247l.755.86.785-1.978Z",
40
40
  clipRule: "evenodd"
41
41
  })]
42
42
  });
@@ -25,7 +25,7 @@ module.exports = ({
25
25
  const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
26
  ...props,
27
27
  xmlns: "http://www.w3.org/2000/svg",
28
- viewBox: "0 0 24 25",
28
+ viewBox: "0 0 24 24",
29
29
  height: size,
30
30
  width: size,
31
31
  fill: fillValue,
@@ -35,7 +35,7 @@ module.exports = ({
35
35
  children: title
36
36
  }) : null, (0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
37
37
  fillRule: "evenodd",
38
- d: "M9.792 1.026a1.437 1.437 0 0 0-.772.788L8.214 3.87a1.776 1.776 0 0 0-1.219-.166 1.975 1.975 0 0 0-1.376 1.08c-.148.32-.184.66-.118.977a2.018 2.018 0 0 0-.318.037h-.001c-.604.129-1.132.542-1.378 1.082-.255.561-.179 1.188.205 1.63l.84.962c-.484.15-.901.5-1.109.945-.12.255-.163.522-.155.752.008.225.066.431.17.55l.948 1.088-1.71 4.349c-.287.733.11 1.543.87 1.813l4.974 1.759.371 1.56c.151.636.455 1.096.967 1.392.506.293 1.204.42 2.129.42l3.037-.008c.995-.002 1.7-.252 2.24-.726.537-.47.9-1.154 1.233-2.002v-.002c.823-2.256 1.957-6.607.217-10.218l-.004-.009-.009-.011 1.989-5.063a1.35 1.35 0 0 0 .093-.488v-.005c0-.573-.37-1.11-.961-1.319L10.919.99a1.529 1.529 0 0 0-1.127.037Zm10.427 4.749-3.226 8.208c-.402-.73-.863-1.431-1.337-2.132-.753-1.209-1.886-1.417-2.683-1.056-.821.372-1.388 1.39-.912 2.607l1.111 2.842c.177.45.176.762.078 1.035-.1.28-.306.53-.573.851l-.074.09-8.011-2.835L8.746 4.808a.39.39 0 0 0 .079-.202L9.809 2.1a.617.617 0 0 1 .33-.338.67.67 0 0 1 .486-.014l9.222 3.26c.33.116.491.461.372.766ZM6.389 5.11a.969.969 0 0 0-.086.418c.003.131.036.217.064.25l.756.868.784-1.997a.89.89 0 0 0-.73-.155 1.143 1.143 0 0 0-.787.616ZM5.364 6.59c.258-.057.502.024.748.154l.676.755-.795 2.025-1.437-1.65c-.028-.032-.06-.12-.065-.25a.97.97 0 0 1 .086-.42c.139-.303.441-.541.787-.614Zm-.183 3.634a.97.97 0 0 0-.672.525.809.809 0 0 0-.077.343c.002.108.027.174.045.196l.568.65.607-1.545-.015-.017c-.096-.112-.133-.15-.178-.168-.043-.017-.108-.018-.278.016Zm8.153 1.302a.934.934 0 0 1 .342-.079c.375-.018.857.175 1.265.831l.002.004c.873 1.29 1.688 2.551 2.15 3.957.07.217.306.332.525.267a.404.404 0 0 0 .278-.51 10.776 10.776 0 0 0-.393-1.008l1.08-2.75c1.136 3.184.17 6.85-.56 8.848-.292.746-.58 1.29-.982 1.651-.398.357-.918.543-1.7.545l-3.038.008c-.86 0-1.382-.116-1.71-.317-.322-.196-.472-.483-.562-.866L9.78 21.06l2.032.718a.4.4 0 0 0 .4-.075.468.468 0 0 0 .172-.326c.032-.727.137-1.252.299-1.674.16-.421.38-.745.65-1.068v-.001l.005-.006c.268-.322.553-.664.705-1.086.155-.432.17-.938-.083-1.585l-1.11-2.843c-.32-.813.039-1.386.482-1.588Zm-9.55 5.917.51-1.301 7.803 2.761a3.615 3.615 0 0 0-.57 1.911L4.154 18.21c-.33-.117-.492-.462-.372-.766Z",
38
+ d: "M10.45 1c.19-.006.384.023.569.089l9.22 3.232c.591.207.96.74.961 1.308v.004c0 .16-.03.325-.092.484l-1.99 5.019.01.011.004.01c1.74 3.579.605 7.893-.217 10.13v.001c-.333.84-.697 1.517-1.233 1.984-.54.47-1.246.719-2.24.721L12.403 24c-.925 0-1.622-.126-2.129-.416-.511-.294-.816-.75-.966-1.38l-.372-1.547-4.974-1.744c-.76-.267-1.157-1.07-.87-1.797l1.71-4.31-.948-1.08c-.104-.118-.162-.322-.17-.545a1.628 1.628 0 0 1 .156-.745c.208-.44.624-.789 1.107-.937l-.839-.954c-.384-.439-.46-1.06-.205-1.616.246-.536.774-.945 1.378-1.073h.001a1.95 1.95 0 0 1 .319-.037 1.534 1.534 0 0 1 .118-.968c.247-.537.775-.945 1.376-1.07a1.79 1.79 0 0 1 1.219.163l.805-2.038c.14-.35.416-.627.772-.781.18-.077.369-.118.558-.124Zm3.325 10.458a.946.946 0 0 0-.342.077c-.443.2-.801.77-.483 1.575l1.112 2.819c.253.64.238 1.143.083 1.57-.153.42-.438.759-.705 1.077l-.005.006h-.001a3.65 3.65 0 0 0-.65 1.06c-.161.419-.266.939-.299 1.66a.464.464 0 0 1-.17.323.407.407 0 0 1-.4.075l-2.033-.713.248 1.038c.09.38.24.665.561.86.33.199.852.313 1.711.313l3.039-.008c.78-.002 1.302-.186 1.7-.54.402-.357.69-.897.982-1.636.729-1.98 1.696-5.616.559-8.773l-1.08 2.727c.145.324.28.656.393 1a.4.4 0 0 1-.278.505.424.424 0 0 1-.525-.265c-.462-1.393-1.277-2.644-2.15-3.923l-.002-.004c-.408-.65-.89-.84-1.264-.823ZM3.883 17.4c-.12.302.043.644.372.76l7.37 2.583a3.563 3.563 0 0 1 .571-1.895l-7.803-2.737-.51 1.29ZM10.48 1.804a.689.689 0 0 0-.242.052.614.614 0 0 0-.33.335l-.984 2.483a.387.387 0 0 1-.08.2L4.693 15.362l8.011 2.81.074-.089c.266-.318.473-.566.574-.844.097-.27.098-.58-.078-1.025l-1.11-2.818c-.478-1.206.09-2.216.91-2.585.798-.358 1.93-.152 2.683 1.046.474.695.936 1.391 1.338 2.115l3.224-8.138c.12-.302-.04-.643-.37-.759l-9.222-3.232a.675.675 0 0 0-.245-.038Zm-5.2 8.441a.969.969 0 0 0-.673.52.797.797 0 0 0-.077.34c.001.107.027.173.045.195l.569.644.606-1.531-.015-.018c-.096-.11-.133-.148-.177-.166-.043-.016-.109-.018-.279.016Zm.93-3.45c-.246-.13-.49-.21-.748-.153a1.132 1.132 0 0 0-.787.609.954.954 0 0 0-.085.416c.004.13.036.216.064.249L6.093 9.55l.794-2.007-.676-.75Zm1.797-2.076a.897.897 0 0 0-.73-.155c-.346.076-.65.31-.788.61a.954.954 0 0 0-.088.416c.004.13.037.214.066.247l.755.86.785-1.978Z",
39
39
  clipRule: "evenodd"
40
40
  })]
41
41
  });
@@ -24,7 +24,7 @@ module.exports = ({
24
24
  const svgContent = (0, _jsxRuntime.jsxs)("svg", {
25
25
  ...props,
26
26
  xmlns: "http://www.w3.org/2000/svg",
27
- viewBox: "0 0 24 25",
27
+ viewBox: "0 0 24 24",
28
28
  height: size,
29
29
  width: size,
30
30
  fill: fillValue,
@@ -35,7 +35,7 @@ module.exports = ({
35
35
  id: titleId,
36
36
  children: title
37
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"
38
+ d: "M15.883 8.04a.735.735 0 0 1 1.049 0l1.68 1.678v-.17c0-.411.328-.74.74-.74h1.959c.412 0 .74.329.74.74v3.61l1.738 1.739a.26.26 0 0 1 .045.062.731.731 0 0 1 .108.75h-.001a.73.73 0 0 1-.681.457h-.24v7.097c0 .412-.328.74-.74.74H10.527a.736.736 0 0 1-.74-.74v-7.097h-.24a.74.74 0 0 1-.682-.457.748.748 0 0 1 .163-.812l6.856-6.858ZM2.865 16.68a.94.94 0 0 0 .038.012l.05.015h.03l2.011 1.006a.745.745 0 0 1 .33.988l-.003.004a.746.746 0 0 1-.988.33l-.004-.003-.474-.238c.653 1.536 1.963 2.752 3.74 2.752h.25v.055a.731.731 0 0 1 .491.695c0 .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.003-.003.98-1.96a.318.318 0 0 1 .04-.061l.009-.01c.016-.025.047-.074.085-.111a.818.818 0 0 1 .207-.152.422.422 0 0 1 .154-.06l.029-.01a.302.302 0 0 1 .07-.008h.188l.04.013Zm8.225-1.75a.75.75 0 0 1 .185.486v7.098H21.55v-7.098c0-.03.006-.06.017-.087a.73.73 0 0 1 .181-.394l-.948-.949a.714.714 0 0 1-.22-.52v-3.178h-.48v1.22a.74.74 0 0 1-.456.68.748.748 0 0 1-.813-.16l-2.42-2.42-5.322 5.322Zm7.281.738c.413 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.178 3.918h2.438v-2.438h-2.438v2.438ZM2.55 16.683l-.007.003c.018-.003.036-.008.056-.008a.243.243 0 0 0-.049.005ZM7.187.119a.754.754 0 0 1 .806 0l.118.091.002.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.728.728 0 0 1-.681.457h-.24v.24c0 .412-.327.74-.74.74a.735.735 0 0 1-.739-.74v-.98c0-.188.067-.359.18-.49l-.95-.949a.714.714 0 0 1-.22-.52V2.465h-.48v1.219a.738.738 0 0 1-.456.681.748.748 0 0 1-.812-.162l-2.421-2.42L2.269 7.1a.74.74 0 0 1 .188.493v7.097h5.138c.412 0 .74.328.74.74s-.328.74-.74.74H1.968v.009h-.25a.736.736 0 0 1-.74-.74V8.342h-.24a.74.74 0 0 1-.681-.456.749.749 0 0 1 .161-.813L7.071.21l.116-.09Zm2.368 7.713c.412 0 .74.328.74.74v3.918c0 .412-.328.74-.74.74H5.637a.737.737 0 0 1-.74-.74V8.572c0-.412.328-.74.74-.74h3.918ZM6.376 11.75h2.439V9.312H6.376v2.438ZM16.394.965c2.456.01 4.22 1.642 5.079 3.606l.133-.264a.742.742 0 0 1 .848-.38l.14.05.003.002c.362.18.503.625.329.988l-.001.004-.98 1.959c-.006.011-.009.023-.015.033-.01.015-.022.028-.031.038a.64.64 0 0 1-.176.198l-.01.011-.012.009a.577.577 0 0 1-.244.114l-.098.01H21.3a.682.682 0 0 1-.248-.05h-.026l-2.012-1.006a.745.745 0 0 1-.33-.988l.003-.003a.742.742 0 0 1 .848-.38l.139.05.479.24c-.654-1.536-1.963-2.752-3.74-2.752h-.06l-.027-.013a.742.742 0 0 1-.674-.736c0-.445.36-.676.697-.736l.021-.004h.024Z"
39
39
  })]
40
40
  });
41
41
  return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;
@@ -25,7 +25,7 @@ module.exports = ({
25
25
  const svgContent = (0, _jsxRuntime.jsxs)(_reactNativeSvg.default, {
26
26
  ...props,
27
27
  xmlns: "http://www.w3.org/2000/svg",
28
- viewBox: "0 0 24 25",
28
+ viewBox: "0 0 24 24",
29
29
  height: size,
30
30
  width: size,
31
31
  fill: fillValue,
@@ -34,7 +34,7 @@ module.exports = ({
34
34
  id: titleId,
35
35
  children: title
36
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"
37
+ d: "M15.883 8.04a.735.735 0 0 1 1.049 0l1.68 1.678v-.17c0-.411.328-.74.74-.74h1.959c.412 0 .74.329.74.74v3.61l1.738 1.739a.26.26 0 0 1 .045.062.731.731 0 0 1 .108.75h-.001a.73.73 0 0 1-.681.457h-.24v7.097c0 .412-.328.74-.74.74H10.527a.736.736 0 0 1-.74-.74v-7.097h-.24a.74.74 0 0 1-.682-.457.748.748 0 0 1 .163-.812l6.856-6.858ZM2.865 16.68a.94.94 0 0 0 .038.012l.05.015h.03l2.011 1.006a.745.745 0 0 1 .33.988l-.003.004a.746.746 0 0 1-.988.33l-.004-.003-.474-.238c.653 1.536 1.963 2.752 3.74 2.752h.25v.055a.731.731 0 0 1 .491.695c0 .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.003-.003.98-1.96a.318.318 0 0 1 .04-.061l.009-.01c.016-.025.047-.074.085-.111a.818.818 0 0 1 .207-.152.422.422 0 0 1 .154-.06l.029-.01a.302.302 0 0 1 .07-.008h.188l.04.013Zm8.225-1.75a.75.75 0 0 1 .185.486v7.098H21.55v-7.098c0-.03.006-.06.017-.087a.73.73 0 0 1 .181-.394l-.948-.949a.714.714 0 0 1-.22-.52v-3.178h-.48v1.22a.74.74 0 0 1-.456.68.748.748 0 0 1-.813-.16l-2.42-2.42-5.322 5.322Zm7.281.738c.413 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.178 3.918h2.438v-2.438h-2.438v2.438ZM2.55 16.683l-.007.003c.018-.003.036-.008.056-.008a.243.243 0 0 0-.049.005ZM7.187.119a.754.754 0 0 1 .806 0l.118.091.002.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.728.728 0 0 1-.681.457h-.24v.24c0 .412-.327.74-.74.74a.735.735 0 0 1-.739-.74v-.98c0-.188.067-.359.18-.49l-.95-.949a.714.714 0 0 1-.22-.52V2.465h-.48v1.219a.738.738 0 0 1-.456.681.748.748 0 0 1-.812-.162l-2.421-2.42L2.269 7.1a.74.74 0 0 1 .188.493v7.097h5.138c.412 0 .74.328.74.74s-.328.74-.74.74H1.968v.009h-.25a.736.736 0 0 1-.74-.74V8.342h-.24a.74.74 0 0 1-.681-.456.749.749 0 0 1 .161-.813L7.071.21l.116-.09Zm2.368 7.713c.412 0 .74.328.74.74v3.918c0 .412-.328.74-.74.74H5.637a.737.737 0 0 1-.74-.74V8.572c0-.412.328-.74.74-.74h3.918ZM6.376 11.75h2.439V9.312H6.376v2.438ZM16.394.965c2.456.01 4.22 1.642 5.079 3.606l.133-.264a.742.742 0 0 1 .848-.38l.14.05.003.002c.362.18.503.625.329.988l-.001.004-.98 1.959c-.006.011-.009.023-.015.033-.01.015-.022.028-.031.038a.64.64 0 0 1-.176.198l-.01.011-.012.009a.577.577 0 0 1-.244.114l-.098.01H21.3a.682.682 0 0 1-.248-.05h-.026l-2.012-1.006a.745.745 0 0 1-.33-.988l.003-.003a.742.742 0 0 1 .848-.38l.139.05.479.24c-.654-1.536-1.963-2.752-3.74-2.752h-.06l-.027-.013a.742.742 0 0 1-.674-.736c0-.445.36-.676.697-.736l.021-.004h.024Z"
38
38
  })]
39
39
  });
40
40
  return hasGradient ? gradientUtils.addGradientToSvg(svgContent, gradientDefs) : svgContent;