@telus-uds/palette-allium 1.0.0-prerelease.1 → 1.1.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 (39) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/README.md +3 -27
  3. package/build/android/border.xml +2 -2
  4. package/build/android/color.xml +31 -30
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +3 -3
  7. package/build/android/size.xml +13 -8
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +2 -1
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +1 -1
  12. package/build/ios/Size.swift +6 -1
  13. package/build/rn/fonts/HelveticaNow-300.otf +0 -0
  14. package/build/rn/fonts/HelveticaNow-400.otf +0 -0
  15. package/build/rn/fonts/HelveticaNow-500.otf +0 -0
  16. package/build/rn/fonts/HelveticaNow-700.otf +0 -0
  17. package/build/rn/icons/CanUs.js +29 -0
  18. package/build/rn/icons/CanUs.native.js +29 -0
  19. package/build/rn/icons/can-us.icon.svg +5 -0
  20. package/build/rn/icons/index.js +215 -640
  21. package/build/rn/palette.js +199 -156
  22. package/build/web/fonts/fonts-cdn-family.css +4 -4
  23. package/build/web/fonts/fonts-cdn.css +4 -4
  24. package/build/web/fonts/fonts-local-family.css +4 -4
  25. package/build/web/fonts/fonts-local.css +4 -4
  26. package/build/web/fonts/v1_0_0-HelveticaNow-300-0m1UQIwQJJU_fdPcxu_Tv.otf +0 -0
  27. package/build/web/fonts/v1_0_0-HelveticaNow-400-yNGNRy07fNVdmL4avn_JS.otf +0 -0
  28. package/build/web/fonts/v1_0_0-HelveticaNow-500-h-GRaw_xihvUtA17J2fRo.otf +0 -0
  29. package/build/web/fonts/v1_0_0-HelveticaNow-700-KyH8Ly6vBa76Be0MahoHn.otf +0 -0
  30. package/build/web/icons/CanUs.js +29 -0
  31. package/build/web/icons/can-us.icon.svg +5 -0
  32. package/build/web/icons/index.js +215 -640
  33. package/build/web/palette.js +131 -121
  34. package/package.json +4 -3
  35. package/palette.json +1443 -0
  36. package/build/web/fonts/v1_0_0-prerelease_0-HelveticaNow-300-Jqs725tGqmXNO-vD2YVWu.otf +0 -0
  37. package/build/web/fonts/v1_0_0-prerelease_0-HelveticaNow-400-Pjas9njxDKdSP1Y8mZqHS.otf +0 -0
  38. package/build/web/fonts/v1_0_0-prerelease_0-HelveticaNow-500-5UESFyiG-U7Scp3_ZK2QK.otf +0 -0
  39. package/build/web/fonts/v1_0_0-prerelease_0-HelveticaNow-700-QhX2__A64fr0xX_uZSfn4.otf +0 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,64 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.1.0](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v1.0.0...@telus-uds/palette-allium/v1.1.0) (2022-03-21)
6
+
7
+ ### Features
8
+
9
+ - **palette-allium:** add can-us icon ([#1431](https://github.com/telus/universal-design-system/issues/1431)) ([3eb9bb6](https://github.com/telus/universal-design-system/commit/3eb9bb6d305bb659a30ecee733aa2233bdbc37a1))
10
+
11
+ ### Change summary (does not include documentation changes)
12
+
13
+ #### New keys
14
+
15
+ - `icon.CanUs`
16
+
17
+ ## [1.0.0](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v1.0.0-prerelease.2...@telus-uds/palette-allium/v1.0.0) (2022-02-03)
18
+
19
+ ### Features
20
+
21
+ - add partial radial gradient support ([#1240](https://github.com/telus/universal-design-system/issues/1240)) ([11299ce](https://github.com/telus/universal-design-system/commit/11299cecdc911ca2f461856dc8f94753d0cce575))
22
+ - **themes:** validate theme token types ([#1221](https://github.com/telus/universal-design-system/issues/1221)) ([dae382d](https://github.com/telus/universal-design-system/commit/dae382d19f86b88cd5de9df8c94f8200aee5b33f))
23
+
24
+ ### Change summary (does not include documentation changes)
25
+
26
+ #### New keys
27
+
28
+ - `color.redDarker`
29
+ - `gradient.base.specification`
30
+ - `gradient.base.stops.0.color`
31
+ - `gradient.base.stops.0.stop`
32
+ - `gradient.base.stops.1.color`
33
+ - `gradient.base.stops.1.stop`
34
+ - `gradient.base.type`
35
+ - `gradient.brand.angle`
36
+ - `gradient.brand.stops.0.color`
37
+ - `gradient.brand.stops.0.hint`
38
+ - `gradient.brand.stops.1.color`
39
+ - `gradient.brand.type`
40
+ - `shadow.surfaceEmboss.blur`
41
+ - `shadow.surfaceEmboss.color`
42
+ - `shadow.surfaceEmboss.inset`
43
+ - `shadow.surfaceEmboss.offsetX`
44
+ - `shadow.surfaceEmboss.offsetY`
45
+ - `shadow.surfaceEmboss.spread`
46
+ - `size.size1`
47
+ - `size.size3`
48
+
49
+ ## [1.0.0-prerelease.2](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v1.0.0-prerelease.1...@telus-uds/palette-allium/v1.0.0-prerelease.2) (2022-01-20)
50
+
51
+ ### Features
52
+
53
+ - **ds-allium:** add `DatePicker` component ([#1015](https://github.com/telus/universal-design-system/issues/1015)) ([43e8fcf](https://github.com/telus/universal-design-system/commit/43e8fcf795524b05229cb98503732d61ffaafff8))
54
+
55
+ ### Change summary (does not include documentation changes)
56
+
57
+ #### New keys
58
+
59
+ - `size.size28`
60
+ - `size.size44`
61
+ - `size.size264`
62
+
5
63
  ## [1.0.0-prerelease.1](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v1.0.0-prerelease.0...@telus-uds/palette-allium/v1.0.0-prerelease.1) (2021-12-28)
6
64
 
7
65
  ### Features
package/README.md CHANGED
@@ -1,29 +1,5 @@
1
- # `allium-palette`
1
+ # Allium palette
2
2
 
3
- > TODO: description
3
+ Allium design system brand palette.
4
4
 
5
- ## Usage
6
-
7
- ```
8
- const alliumPalette = require('allium-palette');
9
-
10
- // TODO: DEMONSTRATE API
11
- ```
12
-
13
- ## Contributing
14
-
15
- To build the palette run:
16
-
17
- ```
18
- yarn build
19
- ```
20
-
21
- To build the palette and watch for changes, run:
22
-
23
- ```
24
- yarn dev
25
- ```
26
-
27
- ## Releasing
28
-
29
- To build, version, and publish to npm merge a PR (or push a commit) to the branch `release-palette-allium`. 🍻 🚀
5
+ Refer to the [UDS monorepo README](https://github.com/telus/universal-design-system/#readme) for details.
@@ -2,14 +2,14 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 28 Dec 2021 20:05:12 GMT
5
+ Generated on Mon, 21 Mar 2022 16:54:54 GMT
6
6
  -->
7
7
 
8
8
  <resources>
9
- <dimen name="none">0.00dp</dimen>
10
9
  <dimen name="border_1">1.00dp</dimen>
11
10
  <dimen name="border_2">2.00dp</dimen>
12
11
  <dimen name="border_3">3.00dp</dimen>
13
12
  <dimen name="border_4">4.00dp</dimen>
13
+ <dimen name="none">0.00dp</dimen>
14
14
 
15
15
  </resources>
@@ -2,48 +2,49 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 28 Dec 2021 20:05:12 GMT
5
+ Generated on Mon, 21 Mar 2022 16:54:54 GMT
6
6
  -->
7
7
 
8
8
  <resources>
9
- <color name="purple_telus">#ff4b286d</color>
10
- <color name="purple_dark">#ff3f2a54</color>
11
- <color name="purple_eminence">#ff613889</color>
12
- <color name="purple_deluge">#ff7c53a5</color>
13
- <color name="green_telus">#ff66cc00</color>
9
+ <color name="amber">#fffaca69</color>
10
+ <color name="amber_dark">#ffb4872c</color>
11
+ <color name="amber_light">#fffff9ee</color>
12
+ <color name="bg_modal">#f7f4f4f7</color>
13
+ <color name="dark_10">#1a000000</color>
14
+ <color name="dark_20">#33000000</color>
15
+ <color name="dark_40">#66000000</color>
16
+ <color name="dark_60">#99000000</color>
17
+ <color name="dark_80">#cc000000</color>
18
+ <color name="dark_97">#f7000000</color>
14
19
  <color name="green_accessible">#ff2b8000</color>
15
20
  <color name="green_dark_fern">#ff163e06</color>
21
+ <color name="green_panache">#fff4f9f2</color>
16
22
  <color name="green_san_felix">#ff1f5c09</color>
17
- <color name="green_yellow">#ffbfe797</color>
23
+ <color name="green_telus">#ff66cc00</color>
18
24
  <color name="green_tusk">#ffe3f6d1</color>
19
- <color name="green_panache">#fff4f9f2</color>
20
- <color name="grey_thunder">#ff2c2e30</color>
25
+ <color name="green_yellow">#ffbfe797</color>
26
+ <color name="grey_alabaster">#fffafafa</color>
27
+ <color name="grey_athens">#fff4f4f7</color>
21
28
  <color name="grey_charcoal">#ff414547</color>
22
- <color name="grey_shuttle">#ff676e73</color>
23
29
  <color name="grey_cloud">#ffb2b9bf</color>
24
30
  <color name="grey_mystic">#ffe3e6e8</color>
25
- <color name="grey_athens">#fff4f4f7</color>
26
- <color name="grey_alabaster">#fffafafa</color>
27
- <color name="white">#ffffffff</color>
28
- <color name="red_dark">#ffc12335</color>
31
+ <color name="grey_shuttle">#ff676e73</color>
32
+ <color name="grey_thunder">#ff2c2e30</color>
33
+ <color name="light_10">#1affffff</color>
34
+ <color name="light_20">#33ffffff</color>
35
+ <color name="light_40">#66ffffff</color>
36
+ <color name="light_60">#99ffffff</color>
37
+ <color name="light_80">#ccffffff</color>
38
+ <color name="light_97">#f7ffffff</color>
39
+ <color name="purple_dark">#ff3f2a54</color>
40
+ <color name="purple_deluge">#ff7c53a5</color>
41
+ <color name="purple_eminence">#ff613889</color>
42
+ <color name="purple_telus">#ff4b286d</color>
29
43
  <color name="red">#ffe12339</color>
44
+ <color name="red_dark">#ffc12335</color>
45
+ <color name="red_darker">#ff560c0c</color>
30
46
  <color name="red_light">#fffff6f8</color>
31
- <color name="amber_dark">#ffb4872c</color>
32
- <color name="amber">#fffaca69</color>
33
- <color name="amber_light">#fffff9ee</color>
34
- <color name="light_97">#f7ffffff</color>
35
- <color name="light_80">#ccffffff</color>
36
- <color name="light_60">#99ffffff</color>
37
- <color name="light_40">#66ffffff</color>
38
- <color name="light_20">#33ffffff</color>
39
- <color name="light_10">#1affffff</color>
40
- <color name="dark_97">#f7000000</color>
41
- <color name="dark_80">#cc000000</color>
42
- <color name="dark_60">#99000000</color>
43
- <color name="dark_40">#66000000</color>
44
- <color name="dark_20">#33000000</color>
45
- <color name="dark_10">#1a000000</color>
46
47
  <color name="transparent">#00000000</color>
47
- <color name="bg_modal">#f7f4f4f7</color>
48
+ <color name="white">#ffffffff</color>
48
49
 
49
50
  </resources>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 28 Dec 2021 20:05:12 GMT
5
+ Generated on Mon, 21 Mar 2022 16:54:54 GMT
6
6
  -->
7
7
 
8
8
  <resources>
@@ -2,16 +2,16 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 28 Dec 2021 20:05:12 GMT
5
+ Generated on Mon, 21 Mar 2022 16:54:54 GMT
6
6
  -->
7
7
 
8
8
  <resources>
9
9
  <dimen name="none">0.00dp</dimen>
10
+ <dimen name="pill_32">32.00dp</dimen>
10
11
  <dimen name="radius_1">1.00dp</dimen>
12
+ <dimen name="radius_12">12.00dp</dimen>
11
13
  <dimen name="radius_4">4.00dp</dimen>
12
14
  <dimen name="radius_6">6.00dp</dimen>
13
15
  <dimen name="radius_8">8.00dp</dimen>
14
- <dimen name="radius_12">12.00dp</dimen>
15
- <dimen name="pill_32">32.00dp</dimen>
16
16
 
17
17
  </resources>
@@ -2,30 +2,35 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Tue, 28 Dec 2021 20:05:12 GMT
5
+ Generated on Mon, 21 Mar 2022 16:54:54 GMT
6
6
  -->
7
7
 
8
8
  <resources>
9
9
  <dimen name="size_0">0.00dp</dimen>
10
- <dimen name="size_2">2.00dp</dimen>
11
- <dimen name="size_4">4.00dp</dimen>
12
- <dimen name="size_8">8.00dp</dimen>
10
+ <dimen name="size_1">1.00dp</dimen>
13
11
  <dimen name="size_10">10.00dp</dimen>
14
12
  <dimen name="size_12">12.00dp</dimen>
13
+ <dimen name="size_120">120.00dp</dimen>
14
+ <dimen name="size_144">144.00dp</dimen>
15
15
  <dimen name="size_16">16.00dp</dimen>
16
+ <dimen name="size_192">192.00dp</dimen>
17
+ <dimen name="size_2">2.00dp</dimen>
16
18
  <dimen name="size_20">20.00dp</dimen>
17
19
  <dimen name="size_24">24.00dp</dimen>
20
+ <dimen name="size_264">264.00dp</dimen>
21
+ <dimen name="size_28">28.00dp</dimen>
22
+ <dimen name="size_288">288.00dp</dimen>
23
+ <dimen name="size_3">3.00dp</dimen>
18
24
  <dimen name="size_32">32.00dp</dimen>
19
25
  <dimen name="size_36">36.00dp</dimen>
26
+ <dimen name="size_4">4.00dp</dimen>
20
27
  <dimen name="size_40">40.00dp</dimen>
28
+ <dimen name="size_44">44.00dp</dimen>
21
29
  <dimen name="size_48">48.00dp</dimen>
22
30
  <dimen name="size_64">64.00dp</dimen>
23
31
  <dimen name="size_72">72.00dp</dimen>
32
+ <dimen name="size_8">8.00dp</dimen>
24
33
  <dimen name="size_80">80.00dp</dimen>
25
34
  <dimen name="size_96">96.00dp</dimen>
26
- <dimen name="size_120">120.00dp</dimen>
27
- <dimen name="size_144">144.00dp</dimen>
28
- <dimen name="size_192">192.00dp</dimen>
29
- <dimen name="size_288">288.00dp</dimen>
30
35
 
31
36
  </resources>
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 28 Dec 2021 20:05:12 GMT
7
+ // Generated on Mon, 21 Mar 2022 16:54:54 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, 28 Dec 2021 20:05:12 GMT
7
+ // Generated on Mon, 21 Mar 2022 16:54:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -46,6 +46,7 @@ public enum PaletteColor {
46
46
  public static let purpleTelus = UIColor(red: 0.294, green: 0.157, blue: 0.427, alpha:1)
47
47
  public static let red = UIColor(red: 0.882, green: 0.137, blue: 0.224, alpha:1)
48
48
  public static let redDark = UIColor(red: 0.757, green: 0.137, blue: 0.208, alpha:1)
49
+ public static let redDarker = UIColor(red: 0.337, green: 0.047, blue: 0.047, alpha:1)
49
50
  public static let redLight = UIColor(red: 1.000, green: 0.965, blue: 0.973, alpha:1)
50
51
  public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0)
51
52
  public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:1)
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 28 Dec 2021 20:05:12 GMT
7
+ // Generated on Mon, 21 Mar 2022 16:54:54 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, 28 Dec 2021 20:05:12 GMT
7
+ // Generated on Mon, 21 Mar 2022 16:54:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -4,13 +4,14 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Tue, 28 Dec 2021 20:05:12 GMT
7
+ // Generated on Mon, 21 Mar 2022 16:54:54 GMT
8
8
 
9
9
 
10
10
  import UIKit
11
11
 
12
12
  public enum PaletteSize {
13
13
  public static let size0 = CGFloat(0)
14
+ public static let size1 = CGFloat(1)
14
15
  public static let size10 = CGFloat(10)
15
16
  public static let size12 = CGFloat(12)
16
17
  public static let size120 = CGFloat(120)
@@ -20,11 +21,15 @@ public enum PaletteSize {
20
21
  public static let size2 = CGFloat(2)
21
22
  public static let size20 = CGFloat(20)
22
23
  public static let size24 = CGFloat(24)
24
+ public static let size264 = CGFloat(264)
25
+ public static let size28 = CGFloat(28)
23
26
  public static let size288 = CGFloat(288)
27
+ public static let size3 = CGFloat(3)
24
28
  public static let size32 = CGFloat(32)
25
29
  public static let size36 = CGFloat(36)
26
30
  public static let size4 = CGFloat(4)
27
31
  public static let size40 = CGFloat(40)
32
+ public static let size44 = CGFloat(44)
28
33
  public static let size48 = CGFloat(48)
29
34
  public static let size64 = CGFloat(64)
30
35
  public static let size72 = CGFloat(72)
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _jsxRuntime = require("react/jsx-runtime");
4
+
5
+ module.exports = ({
6
+ title,
7
+ titleId,
8
+ size,
9
+ color,
10
+ ...props
11
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", { ...props,
12
+ width: size,
13
+ height: size,
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ fill: color,
16
+ role: title ? 'img' : undefined,
17
+ "aria-hidden": !title,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ d: "M6.14 23v.442a.558.558 0 0 0 1.116 0V23H6.14ZM10.33 3.842 8.864 1.434 7.397 3.842a.671.671 0 0 1-.948.207l-.267-.18.476 3.207c.092.621-.65 1.014-1.114.59l-1.529-1.39-.14.356a.67.67 0 0 1-.745.412L1.476 6.74l.483 1.952a.666.666 0 0 1-.245.691l-.33.251 3.572 3.01v2.206l-.434.055A.668.668 0 0 1 3.815 14l.255-.646-3.833-3.227a.666.666 0 0 1 .027-1.041l.541-.41-.578-2.338a.668.668 0 0 1 .771-.816l1.973.363.243-.616A.67.67 0 0 1 4.29 5.02l1.081.983-.441-2.971a.67.67 0 0 1 1.038-.65l.719.484L8.236.321A.67.67 0 0 1 8.808 0h.11a.67.67 0 0 1 .573.321l1.55 2.545.72-.484a.67.67 0 0 1 1.037.65l-.44 2.971 1.08-.983a.67.67 0 0 1 1.075.248l.243.616 1.973-.363a.668.668 0 0 1 .771.816l-.578 2.338.54.41a.666.666 0 0 1 .028 1.04l-.522.44H15.24l1.105-.93-.331-.252a.666.666 0 0 1-.245-.69l.483-1.953-1.654.304a.67.67 0 0 1-.744-.412l-.141-.355-1.528 1.39c-.466.423-1.207.03-1.115-.59l.476-3.208-.267.18a.671.671 0 0 1-.948-.207Z"
24
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M22.326 21.685H7.256V23H6.14v-9.655c0-.922.75-1.668 1.674-1.668h14.512c.924 0 1.674.746 1.674 1.668v6.672c0 .921-.75 1.668-1.674 1.668Zm-15.07-8.34c0-.307.25-.556.558-.556h5.023v3.336H7.256v-2.78Zm15.628.556h-8.93v-1.112h8.372c.308 0 .558.249.558.556v.556Zm-8.93 1.112h8.93v1.112h-8.93v-1.112Zm8.93 2.224v1.112H7.256v-1.112h15.628ZM7.256 19.46h15.628v.556c0 .307-.25.556-.558.556H7.256v-1.112Z"
28
+ })]
29
+ });
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var _reactNativeSvg = require("react-native-svg");
4
+
5
+ var _jsxRuntime = require("react/jsx-runtime");
6
+
7
+ module.exports = ({
8
+ title,
9
+ titleId,
10
+ size,
11
+ color,
12
+ ...props
13
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNativeSvg.default, { ...props,
14
+ width: size,
15
+ height: size,
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ fill: color,
18
+ "aria-labelledby": titleId,
19
+ children: [title ? /*#__PURE__*/(0, _jsxRuntime.jsx)("title", {
20
+ id: titleId,
21
+ children: title
22
+ }) : null, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
23
+ d: "M6.14 23v.442a.558.558 0 0 0 1.116 0V23H6.14ZM10.33 3.842 8.864 1.434 7.397 3.842a.671.671 0 0 1-.948.207l-.267-.18.476 3.207c.092.621-.65 1.014-1.114.59l-1.529-1.39-.14.356a.67.67 0 0 1-.745.412L1.476 6.74l.483 1.952a.666.666 0 0 1-.245.691l-.33.251 3.572 3.01v2.206l-.434.055A.668.668 0 0 1 3.815 14l.255-.646-3.833-3.227a.666.666 0 0 1 .027-1.041l.541-.41-.578-2.338a.668.668 0 0 1 .771-.816l1.973.363.243-.616A.67.67 0 0 1 4.29 5.02l1.081.983-.441-2.971a.67.67 0 0 1 1.038-.65l.719.484L8.236.321A.67.67 0 0 1 8.808 0h.11a.67.67 0 0 1 .573.321l1.55 2.545.72-.484a.67.67 0 0 1 1.037.65l-.44 2.971 1.08-.983a.67.67 0 0 1 1.075.248l.243.616 1.973-.363a.668.668 0 0 1 .771.816l-.578 2.338.54.41a.666.666 0 0 1 .028 1.04l-.522.44H15.24l1.105-.93-.331-.252a.666.666 0 0 1-.245-.69l.483-1.953-1.654.304a.67.67 0 0 1-.744-.412l-.141-.355-1.528 1.39c-.466.423-1.207.03-1.115-.59l.476-3.208-.267.18a.671.671 0 0 1-.948-.207Z"
24
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeSvg.Path, {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M22.326 21.685H7.256V23H6.14v-9.655c0-.922.75-1.668 1.674-1.668h14.512c.924 0 1.674.746 1.674 1.668v6.672c0 .921-.75 1.668-1.674 1.668Zm-15.07-8.34c0-.307.25-.556.558-.556h5.023v3.336H7.256v-2.78Zm15.628.556h-8.93v-1.112h8.372c.308 0 .558.249.558.556v.556Zm-8.93 1.112h8.93v1.112h-8.93v-1.112Zm8.93 2.224v1.112H7.256v-1.112h15.628ZM7.256 19.46h15.628v.556c0 .307-.25.556-.558.556H7.256v-1.112Z"
28
+ })]
29
+ });
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.13965 23V23.4419C6.13965 23.7501 6.38954 24 6.69779 24C7.00604 24 7.25593 23.7501 7.25593 23.4419V23H6.13965Z" />
3
+ <path d="M10.3301 3.84245L8.86352 1.43435L7.39694 3.84245C7.19835 4.16852 6.76629 4.26271 6.44915 4.04907L6.18154 3.8688L6.6577 7.07635C6.74986 7.69719 6.00886 8.08987 5.54358 7.66675L4.01511 6.27675L3.87436 6.6323C3.75685 6.92914 3.44482 7.10155 3.12983 7.04368L1.47602 6.73985L1.95913 8.69248C2.02303 8.95075 1.92685 9.22216 1.71434 9.38321L1.38316 9.63419L4.95649 12.6431V14.8504L4.52202 14.9053C4.01696 14.9691 3.62794 14.4704 3.81471 13.9986L4.07029 13.353L0.237412 10.1255C-0.0898506 9.84994 -0.0767783 9.34333 0.264263 9.08487L0.80512 8.67499L0.226705 6.33716C0.11031 5.86671 0.520181 5.43343 0.998477 5.5213L2.97078 5.88365L3.21443 5.26815C3.38656 4.83333 3.94253 4.70502 4.28905 5.02015L5.36996 6.00313L4.92889 3.03194C4.84366 2.4578 5.48401 2.05649 5.96662 2.3816L6.68588 2.86611L8.23582 0.321132C8.35725 0.121756 8.57435 0 8.80844 0H8.91859C9.15268 0 9.36979 0.121756 9.49121 0.321132L11.0412 2.86611L11.7604 2.3816C12.243 2.05649 12.8834 2.4578 12.7981 3.03194L12.3571 6.00314L13.438 5.02015C13.7845 4.70502 14.3405 4.83333 14.5126 5.26815L14.7563 5.88365L16.7286 5.5213C17.2068 5.43343 17.6167 5.86671 17.5003 6.33716L16.9219 8.67499L17.4628 9.08487C17.8038 9.34333 17.8169 9.84994 17.4896 10.1255L16.9682 10.5645H15.239L16.3439 9.63419L16.0127 9.38321C15.8002 9.22216 15.704 8.95075 15.7679 8.69248L16.251 6.73985L14.5972 7.04368C14.2822 7.10155 13.9702 6.92914 13.8527 6.6323L13.7119 6.27675L12.1835 7.66675C11.7182 8.08987 10.9772 7.69719 11.0693 7.07635L11.5455 3.8688L11.2779 4.04907C10.9607 4.26271 10.5287 4.16852 10.3301 3.84245Z" />
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.3256 21.6851H7.25582L7.25593 23H6.13965L6.13954 13.3447C6.13954 12.4234 6.8892 11.6766 7.81395 11.6766H22.3256C23.2503 11.6766 24 12.4234 24 13.3447V20.017C24 20.9383 23.2503 21.6851 22.3256 21.6851ZM7.25582 13.3447C7.25582 13.0376 7.5057 12.7887 7.81395 12.7887H12.8372V16.1248H7.25582V13.3447ZM22.8837 13.9007H13.9535V12.7887H22.3256C22.6338 12.7887 22.8837 13.0376 22.8837 13.3447V13.9007ZM13.9535 15.0128H22.8837V16.1248H13.9535V15.0128ZM22.8837 17.2369V18.3489H7.25582V17.2369H22.8837ZM7.25582 19.461H22.8837V20.017C22.8837 20.3241 22.6338 20.5731 22.3256 20.5731H7.25582V19.461Z" />
5
+ </svg>