@dxos/brand 0.0.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 (74) hide show
  1. package/LICENSE +8 -0
  2. package/README.md +21 -0
  3. package/assets/backgrounds/bg-dxns.svg +49 -0
  4. package/assets/backgrounds/bg-dxos.svg +43 -0
  5. package/assets/backgrounds/bg-echo.svg +30 -0
  6. package/assets/backgrounds/bg-halo.svg +48 -0
  7. package/assets/backgrounds/bg-kube.svg +78 -0
  8. package/assets/backgrounds/bg-mesh.svg +49 -0
  9. package/assets/fonts/dm-mono/DMMono-Italic.ttf +0 -0
  10. package/assets/fonts/dm-mono/DMMono-Light.ttf +0 -0
  11. package/assets/fonts/dm-mono/DMMono-LightItalic.ttf +0 -0
  12. package/assets/fonts/dm-mono/DMMono-Medium.ttf +0 -0
  13. package/assets/fonts/dm-mono/DMMono-MediumItalic.ttf +0 -0
  14. package/assets/fonts/dm-mono/DMMono-Regular.ttf +0 -0
  15. package/assets/fonts/dm-sans/DMSans-Bold.ttf +0 -0
  16. package/assets/fonts/dm-sans/DMSans-BoldItalic.ttf +0 -0
  17. package/assets/fonts/dm-sans/DMSans-Italic.ttf +0 -0
  18. package/assets/fonts/dm-sans/DMSans-Medium.ttf +0 -0
  19. package/assets/fonts/dm-sans/DMSans-MediumItalic.ttf +0 -0
  20. package/assets/fonts/dm-sans/DMSans-Regular.ttf +0 -0
  21. package/assets/fonts/sharp-sans/SharpSansDispNo1-Light.ttf +0 -0
  22. package/assets/fonts/sharp-sans/SharpSansDispNo1-Medium.ttf +0 -0
  23. package/assets/icons/README.md +3 -0
  24. package/assets/icons/black/icon-dxns.svg +26 -0
  25. package/assets/icons/black/icon-dxos.svg +11 -0
  26. package/assets/icons/black/icon-echo.svg +11 -0
  27. package/assets/icons/black/icon-halo.svg +15 -0
  28. package/assets/icons/black/icon-kube.svg +35 -0
  29. package/assets/icons/black/icon-mesh.svg +12 -0
  30. package/assets/icons/composer-icon-monochrome.svg +14 -0
  31. package/assets/icons/composer-icon.afdesign +0 -0
  32. package/assets/icons/composer-icon.svg +15 -0
  33. package/assets/icons/white/icon-dxns.svg +14 -0
  34. package/assets/icons/white/icon-dxos.svg +10 -0
  35. package/assets/icons/white/icon-echo.svg +11 -0
  36. package/assets/icons/white/icon-halo.svg +15 -0
  37. package/assets/icons/white/icon-kube.svg +17 -0
  38. package/assets/icons/white/icon-mesh.svg +12 -0
  39. package/assets/logotypes/dxos-hero-black.svg +11 -0
  40. package/assets/logotypes/dxos-hero-white.svg +11 -0
  41. package/assets/logotypes/dxos-horizontal-block.svg +12 -0
  42. package/assets/logotypes/dxos-horizontal-white.svg +11 -0
  43. package/assets/logotypes/dxos-logo-black.svg +7 -0
  44. package/assets/logotypes/dxos-logo-white.svg +7 -0
  45. package/assets/logotypes/dxos-text-black.svg +10 -0
  46. package/assets/logotypes/dxos-text-white.svg +10 -0
  47. package/assets/logotypes/dxos-vertical-black.svg +11 -0
  48. package/assets/logotypes/dxos-vertical-white.svg +11 -0
  49. package/assets/rive/dxos.riv +0 -0
  50. package/assets/sounds/ident-1.mp3 +0 -0
  51. package/assets/sounds/ident-2.mp3 +0 -0
  52. package/assets/sounds/ident-3.mp3 +0 -0
  53. package/assets/sounds/ident-4.mp3 +0 -0
  54. package/package.json +49 -0
  55. package/src/Icons.stories.tsx +50 -0
  56. package/src/Logotypes.stories.tsx +60 -0
  57. package/src/components/ComposerLogo/ComposerLogo.stories.tsx +210 -0
  58. package/src/components/ComposerLogo/ComposerLogo.tsx +286 -0
  59. package/src/components/ComposerLogo/index.ts +5 -0
  60. package/src/components/index.ts +5 -0
  61. package/src/components/rive.stories.tsx +98 -0
  62. package/src/icons/Composer.tsx +57 -0
  63. package/src/icons/DXNS.tsx +46 -0
  64. package/src/icons/DXOS.tsx +23 -0
  65. package/src/icons/ECHO.tsx +23 -0
  66. package/src/icons/HALO.tsx +27 -0
  67. package/src/icons/KUBE.tsx +55 -0
  68. package/src/icons/MESH.tsx +24 -0
  69. package/src/icons/index.ts +11 -0
  70. package/src/index.ts +7 -0
  71. package/src/logotypes/DXOSHorizontalType.tsx +41 -0
  72. package/src/logotypes/DXOSType.tsx +38 -0
  73. package/src/logotypes/DXOSVerticalType.tsx +41 -0
  74. package/src/logotypes/index.ts +7 -0
package/LICENSE ADDED
@@ -0,0 +1,8 @@
1
+ MIT License
2
+ Copyright (c) 2022 DXOS
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5
+
6
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # @dxos/brand
2
+
3
+ DXOS assets.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ pnpm i @dxos/brand
9
+ ```
10
+
11
+ ## DXOS Resources
12
+
13
+ - [Website](https://dxos.org)
14
+ - [Developer Documentation](https://docs.dxos.org)
15
+ - Talk to us on [Discord](https://dxos.org/discord)
16
+
17
+ ## Contributions
18
+
19
+ Your ideas, issues, and code are most welcome. Please take a look at our [community code of conduct](https://github.com/dxos/dxos/blob/main/CODE_OF_CONDUCT.md), the [issue guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-issues), and the [PR contribution guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-prs).
20
+
21
+ License: [MIT](./LICENSE) Copyright 2022 © DXOS
@@ -0,0 +1,49 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 1920 1080" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:10;">
4
+ <g transform="matrix(1,0,0,1.02273,0,-22.5)">
5
+ <rect x="0" y="22" width="1920" height="1056" style="fill:rgb(29,31,32);"/>
6
+ </g>
7
+ <g transform="matrix(6.88272,1.48909,1.38984,-7.37422,1546.28,797.383)">
8
+ <path d="M-64.315,-5.906L80.266,-5.907" style="fill:none;fill-rule:nonzero;stroke:rgb(30,99,139);stroke-width:1.95px;"/>
9
+ </g>
10
+ <g transform="matrix(13.1858,-2.85276,-2.66262,-14.1274,1530.37,362.814)">
11
+ <path d="M-35.477,5.907L43.675,5.907" style="fill:none;fill-rule:nonzero;stroke:rgb(30,99,139);stroke-width:0.99px;"/>
12
+ </g>
13
+ <g transform="matrix(68.4855,-64.2069,-59.9274,-73.3762,1980.6,3202.56)">
14
+ <path d="M2.455,26.131L20.394,26.131" style="fill:none;fill-rule:nonzero;stroke:rgb(30,99,139);stroke-width:0.14px;"/>
15
+ </g>
16
+ <g transform="matrix(61.519,-57.6756,-53.8314,-65.9121,-172.498,3933.71)">
17
+ <path d="M22.577,24.92L46.823,11.47" style="fill:none;fill-rule:nonzero;stroke:rgb(30,99,139);stroke-width:0.16px;"/>
18
+ </g>
19
+ <g transform="matrix(41.5408,-38.9456,-36.3498,-44.5073,-1327.93,2386.16)">
20
+ <path d="M52.69,8.216L56.639,-21.282" style="fill:none;fill-rule:nonzero;stroke:rgb(30,99,139);stroke-width:0.24px;"/>
21
+ </g>
22
+ <g transform="matrix(28.8535,-27.0509,-25.2479,-30.914,301.51,1702.45)">
23
+ <path d="M49.13,-14.711L7.55,21.673" style="fill:none;fill-rule:nonzero;stroke:rgb(30,99,139);stroke-width:0.34px;"/>
24
+ </g>
25
+ <g transform="matrix(24.5354,23.0025,21.4694,-26.2875,1182.55,-741.732)">
26
+ <path d="M19.927,-26.39L47.054,-11.342" style="fill:none;fill-rule:nonzero;stroke:rgb(30,99,139);stroke-width:0.43px;"/>
27
+ </g>
28
+ <g transform="matrix(12.0822,11.3273,10.5723,-12.945,1195.05,-79.0484)">
29
+ <path d="M56.131,20.838L1.947,-26.576" style="fill:none;fill-rule:nonzero;stroke:rgb(30,99,139);stroke-width:0.87px;"/>
30
+ </g>
31
+ <g transform="matrix(6.03378,5.65682,5.27978,-6.46466,1025.15,104.212)">
32
+ <path d="M2.455,-26.131L20.394,-26.131L52.69,-8.216L56.639,21.282L2.455,-26.131Z" style="fill:none;fill-rule:nonzero;stroke:rgb(230,241,247);stroke-width:1.75px;stroke-linecap:butt;"/>
33
+ </g>
34
+ <g transform="matrix(7.85901,-1.70031,-1.58698,-8.42023,1024.25,437.231)">
35
+ <path d="M-0.59,5.907L59.09,5.907" style="fill:none;fill-rule:nonzero;stroke:rgb(230,241,247);stroke-width:1.66px;stroke-linecap:butt;"/>
36
+ </g>
37
+ <g transform="matrix(8.01764,0,0,8.59019,1299.69,490.743)">
38
+ <path d="M0,-4.117L-13.603,7.785L-36.103,-11.902" style="fill:none;fill-rule:nonzero;stroke:rgb(230,241,247);stroke-width:1.68px;stroke-linecap:butt;"/>
39
+ </g>
40
+ <g transform="matrix(6.03378,-5.65682,-5.27978,-6.46466,1025.15,1011.03)">
41
+ <path d="M2.455,26.131L20.394,26.131L52.69,8.216L56.639,-21.282L2.455,26.131Z" style="fill:none;fill-rule:nonzero;stroke:rgb(230,241,247);stroke-width:1.63px;stroke-linecap:butt;"/>
42
+ </g>
43
+ <g transform="matrix(7.85901,1.70031,1.58698,-8.42023,1024.25,678.009)">
44
+ <path d="M-0.59,-5.907L59.09,-5.907" style="fill:none;fill-rule:nonzero;stroke:rgb(230,241,247);stroke-width:1.71px;stroke-linecap:butt;"/>
45
+ </g>
46
+ <g transform="matrix(8.01764,0,0,8.59019,1299.69,624.498)">
47
+ <path d="M0,4.117L-13.603,-7.785L-36.103,11.902" style="fill:none;fill-rule:nonzero;stroke:rgb(230,241,247);stroke-width:1.68px;stroke-linecap:butt;"/>
48
+ </g>
49
+ </svg>
@@ -0,0 +1,43 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 1920 1080" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-miterlimit:10;">
4
+ <g transform="matrix(1,0,0,1.02273,0,-22.5)">
5
+ <rect x="0" y="22" width="1920" height="1056" style="fill:rgb(29,31,32);"/>
6
+ </g>
7
+ <g transform="matrix(-5.86026e-31,41.8528,41.8528,5.86026e-31,1512.71,538.795)">
8
+ <path d="M-13.5,-13.5L13.5,-13.5" style="fill:none;fill-rule:nonzero;stroke:rgb(56,60,62);stroke-width:0.33px;"/>
9
+ </g>
10
+ <g transform="matrix(-4.07369,-5.60133,-5.60133,4.07369,1086.32,327.165)">
11
+ <path d="M-20.016,39.307L14.057,-65.903L-20.016,39.307" style="fill:none;fill-rule:nonzero;stroke:rgb(56,60,62);stroke-width:2.02px;stroke-linecap:square;stroke-linejoin:bevel;"/>
12
+ </g>
13
+ <g transform="matrix(-4.49252,-6.17721,-6.17721,4.49252,1100.57,342.697)">
14
+ <path d="M1.82,23.427L-6.121,-89.502" style="fill:none;fill-rule:nonzero;stroke:rgb(56,60,62);stroke-width:1.83px;stroke-linecap:square;stroke-linejoin:bevel;"/>
15
+ </g>
16
+ <g transform="matrix(-3.0348,4.17285,4.17285,3.0348,1050.96,662.91)">
17
+ <path d="M1.82,-23.427L-10.719,154.894" style="fill:none;fill-rule:nonzero;stroke:rgb(56,60,62);stroke-width:2.71px;stroke-linecap:square;stroke-linejoin:bevel;"/>
18
+ </g>
19
+ <g transform="matrix(-7.61549,-10.4713,-10.4713,7.61549,1206.85,90.4678)">
20
+ <path d="M-20.016,39.307L41.19,39.307" style="fill:none;fill-rule:nonzero;stroke:rgb(56,60,62);stroke-width:1.08px;stroke-linecap:square;stroke-linejoin:bevel;"/>
21
+ </g>
22
+ <g transform="matrix(-11.9092,-16.3751,-16.3751,11.9092,1352.97,187.507)">
23
+ <path d="M41.19,39.307L1.82,23.427" style="fill:none;fill-rule:nonzero;stroke:rgb(56,60,62);stroke-width:0.69px;stroke-linecap:square;stroke-linejoin:bevel;"/>
24
+ </g>
25
+ <g transform="matrix(-1.05807,1.45485,6.80981,4.95259,1194.18,660.495)">
26
+ <path d="M-20.016,-39.307L431.422,-39.307" style="fill:none;fill-rule:nonzero;stroke:rgb(56,60,62);stroke-width:2.3px;stroke-linecap:square;stroke-linejoin:bevel;"/>
27
+ </g>
28
+ <g transform="matrix(-1.898,2.60975,2.60975,1.898,1012.28,639.123)">
29
+ <path d="M271.935,-132.381L1.82,-23.427" style="fill:none;fill-rule:nonzero;stroke:rgb(56,60,62);stroke-width:4.34px;stroke-linecap:square;stroke-linejoin:bevel;"/>
30
+ </g>
31
+ <g transform="matrix(-7.87124,10.823,10.823,7.87124,1215.55,962.733)">
32
+ <path d="M-1.158,18.922L-20.016,-39.307" style="fill:none;fill-rule:nonzero;stroke:rgb(56,60,62);stroke-width:1.05px;stroke-linecap:square;stroke-linejoin:bevel;"/>
33
+ </g>
34
+ <g transform="matrix(-3.54442,4.87358,4.87358,3.54442,1068.31,673.573)">
35
+ <path d="M-20.016,-39.307L41.19,-39.307L1.82,-23.427L-1.158,18.922L-20.016,-39.307" style="fill:none;fill-rule:nonzero;stroke:rgb(230,233,235);stroke-width:2.32px;stroke-linejoin:bevel;"/>
36
+ </g>
37
+ <g transform="matrix(-3.54442,-4.87358,-4.87358,3.54442,1068.31,362.536)">
38
+ <path d="M-20.016,39.307L41.19,39.307L1.82,23.427L-1.158,-18.922L-20.016,39.307" style="fill:none;fill-rule:nonzero;stroke:rgb(230,233,235);stroke-width:2.32px;stroke-linejoin:bevel;"/>
39
+ </g>
40
+ <g transform="matrix(0,6.02617,6.02617,0,1029.05,518.055)">
41
+ <path d="M-13.5,-13.5L13.5,-13.5" style="fill:none;fill-rule:nonzero;stroke:rgb(230,233,235);stroke-width:2.32px;"/>
42
+ </g>
43
+ </svg>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 1920 1080" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:10;">
4
+ <g transform="matrix(1,0,0,1.02273,0,-22.5)">
5
+ <rect x="0" y="22" width="1920" height="1056" style="fill:rgb(29,31,32);"/>
6
+ </g>
7
+ <g transform="matrix(0.522158,0,0,0.522158,-167.976,-780.899)">
8
+ <g id="a" transform="matrix(9.26867,6.09017e-16,6.09017e-16,9.26867,-118510,-993.723)">
9
+ <path d="M13034.6,497.778L12821.4,270.222" style="fill:none;stroke:rgb(150,37,79);stroke-width:2.89px;"/>
10
+ </g>
11
+ <g id="a1" serif:id="a" transform="matrix(8.77035,5.01846e-16,0,8.77035,-112216,-874.42)">
12
+ <path d="M12821.4,497.778L13034.6,270.222" style="fill:none;stroke:rgb(150,37,79);stroke-width:3.06px;"/>
13
+ </g>
14
+ <g transform="matrix(77.845,26.3255,6.67696,-17.1992,-413.07,1685.94)">
15
+ <path d="M-2.004,-11.414L65.004,-11.414" style="fill:none;fill-rule:nonzero;stroke:rgb(105,12,45);stroke-width:0.45px;stroke-linejoin:miter;"/>
16
+ </g>
17
+ <g transform="matrix(-33.0691,11.1832,5.67069,14.6071,-514.286,3228.27)">
18
+ <path d="M-65.004,-11.414L2.004,-11.414" style="fill:none;fill-rule:nonzero;stroke:rgb(150,37,79);stroke-width:1.01px;stroke-linejoin:miter;"/>
19
+ </g>
20
+ <g transform="matrix(-13.9909,4.7314,5.06936,13.0581,824.726,2755.44)">
21
+ <path d="M-65.004,-11.414L2.004,-11.414" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.91px;stroke-linecap:butt;stroke-linejoin:miter;"/>
22
+ </g>
23
+ <g transform="matrix(13.9909,4.7314,5.06936,-13.0581,824.726,2158.25)">
24
+ <path d="M-2.004,-11.414L65.004,-11.414" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.82px;stroke-linecap:butt;stroke-linejoin:miter;"/>
25
+ </g>
26
+ <g id="a2" serif:id="a" transform="matrix(4.39453,0,0,4.39453,-55604.9,762.5)">
27
+ <path d="M12821.4,497.778L13034.6,270.222L13034.6,497.778L12821.4,270.222L12821.4,497.778Z" style="fill:none;stroke:white;stroke-width:6.1px;stroke-linecap:butt;"/>
28
+ </g>
29
+ </g>
30
+ </svg>
@@ -0,0 +1,48 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 1920 1080" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
4
+ <g transform="matrix(1,0,0,1.02273,0,-22.5)">
5
+ <rect x="0" y="22" width="1920" height="1056" style="fill:rgb(29,31,32);stroke:rgb(1,0,1);stroke-width:0.99px;"/>
6
+ </g>
7
+ <g id="CURVES_LIVE" transform="matrix(3.1454,0,0,3.1454,974.225,136.52)">
8
+ <g transform="matrix(3.05922,0,0,2.66666,24,95.9999)">
9
+ <path d="M-19.943,86.257L17.652,0L37.264,0" style="fill:none;fill-rule:nonzero;stroke:rgb(217,91,60);stroke-width:1.55px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
10
+ </g>
11
+ <g transform="matrix(-2.59167,-4.83685,-5.54887,2.25911,276.032,112.609)">
12
+ <path d="M-31.808,20.25L12.357,19.104" style="fill:none;fill-rule:nonzero;stroke:rgb(217,91,60);stroke-width:0.74px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
13
+ </g>
14
+ <g transform="matrix(-1.36812,2.38514,2.73625,1.19257,138.835,141.466)">
15
+ <path d="M-15.128,-7.869L81.621,-11.276" style="fill:none;fill-rule:nonzero;stroke:rgb(217,91,60);stroke-width:1.64px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
16
+ </g>
17
+ <g transform="matrix(3.05922,0,0,2.66666,134.132,120)">
18
+ <path d="M1.264,-9L12.17,-67.386" style="fill:none;fill-rule:nonzero;stroke:rgb(217,91,60);stroke-width:1.55px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
19
+ </g>
20
+ <g transform="matrix(3.05922,0,0,2.66666,134.132,120)">
21
+ <path d="M3.195,-64.687L18.916,31.5" style="fill:none;fill-rule:nonzero;stroke:rgb(217,91,60);stroke-width:1.55px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
22
+ </g>
23
+ <g transform="matrix(3.05922,0,0,2.66666,134.132,120)">
24
+ <path d="M66.19,70.238L-8.542,9L-85.69,72.217" style="fill:none;fill-rule:nonzero;stroke:rgb(217,91,60);stroke-width:1.55px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
25
+ </g>
26
+ <g transform="matrix(3.05922,0,0,2.66666,134.132,120)">
27
+ <path d="M-36,31.5L-20.326,-64.4" style="fill:none;fill-rule:nonzero;stroke:rgb(217,91,60);stroke-width:1.55px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
28
+ </g>
29
+ <g transform="matrix(3.05922,0,0,2.66666,134.132,120)">
30
+ <path d="M-28.643,-64.114L-18.348,-9" style="fill:none;fill-rule:nonzero;stroke:rgb(217,91,60);stroke-width:1.55px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
31
+ </g>
32
+ <g transform="matrix(3.05922,0,0,2.66666,134.132,120)">
33
+ <path d="M-18.348,-9L28.769,77.486" style="fill:none;fill-rule:nonzero;stroke:rgb(217,91,60);stroke-width:1.55px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
34
+ </g>
35
+ <g transform="matrix(3.05922,0,0,2.66666,24,95.9999)">
36
+ <path d="M0,40.5L17.652,0L37.264,0" style="fill:none;fill-rule:nonzero;stroke:rgb(249,233,230);stroke-width:1.55px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
37
+ </g>
38
+ <g transform="matrix(-1.2946,-2.41612,-2.77179,1.12848,206.95,104.296)">
39
+ <path d="M-31.808,20.25L12.357,19.104" style="fill:none;fill-rule:nonzero;stroke:rgb(249,233,230);stroke-width:1.48px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
40
+ </g>
41
+ <g transform="matrix(-1.36812,2.38514,2.73625,1.19257,138.835,141.466)">
42
+ <path d="M-15.128,-7.869L5.358,-8.59" style="fill:none;fill-rule:nonzero;stroke:rgb(249,233,230);stroke-width:1.64px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
43
+ </g>
44
+ <g transform="matrix(3.05922,0,0,2.66666,134.132,120)">
45
+ <path d="M1.264,-9L7.148,-40.5L18.916,31.5L-8.542,9L-36,31.5L-24.232,-40.5L-18.348,-9L-8.542,9" style="fill:none;fill-rule:nonzero;stroke:rgb(249,233,230);stroke-width:1.55px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:10;"/>
46
+ </g>
47
+ </g>
48
+ </svg>
@@ -0,0 +1,78 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 1920 1080" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:10;">
4
+ <g transform="matrix(1,0,0,1.02273,0,-22.5)">
5
+ <rect x="0" y="22" width="1920" height="1056" style="fill:rgb(29,31,32);"/>
6
+ </g>
7
+ <g transform="matrix(0.790305,0,0,0.790305,-345.743,-31.9096)">
8
+ <g transform="matrix(0.0187496,-9.38629,-9.38633,-0.0187495,1281.03,831.591)">
9
+ <path d="M-20.734,20.775L20.817,20.775" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:1.89px;"/>
10
+ </g>
11
+ <g transform="matrix(33.294,12.697,12.697,-33.2938,-67.4999,-90.0942)">
12
+ <path d="M-1.265,-6.864L37.183,-6.65" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.5px;"/>
13
+ </g>
14
+ <g transform="matrix(0,-25.2062,-25.2063,-1.62456e-17,1612.99,876.572)">
15
+ <path d="M-20.891,20.891L20.891,20.891" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.7px;"/>
16
+ </g>
17
+ <g transform="matrix(-33.3641,12.5115,12.5115,33.364,-71.4683,1463.32)">
18
+ <path d="M-37.224,-6.75L1.224,-6.75" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.5px;"/>
19
+ </g>
20
+ <g transform="matrix(32.0293,0,2.38759e-17,32.0292,1400.71,479.192)">
21
+ <path d="M0.083,-0.319L-35.792,-13.819" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.55px;"/>
22
+ </g>
23
+ <g transform="matrix(35.5421,0,2.11645e-17,35.5419,2359.32,841.154)">
24
+ <path d="M-35.792,-13.819L-35.875,-13.819L-71.917,-0.319" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.5px;"/>
25
+ </g>
26
+ <g transform="matrix(9.38635,-6.37926e-18,0,9.38631,1423.15,479.709)">
27
+ <path d="M-71.917,-0.319L-71.833,44.681L-35.959,58.181L0.083,44.681L0.083,-0.319" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:1.89px;"/>
28
+ </g>
29
+ <g transform="matrix(-12.2326,19.9011,19.9012,12.2326,1220.47,1435.47)">
30
+ <path d="M-52.313,-29.25L16.355,-29.25" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.76px;"/>
31
+ </g>
32
+ <g transform="matrix(-12.3442,20.1126,20.1127,12.3441,1646.04,1432.17)">
33
+ <path d="M-52.123,-29.057L16.392,-29.294" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.75px;"/>
34
+ </g>
35
+ <g transform="matrix(26.4861,0,0,26.486,1202.31,402.591)">
36
+ <path d="M0.083,-0.319L-35.792,-13.819" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.67px;"/>
37
+ </g>
38
+ <g transform="matrix(33.3564,0,0,33.3562,2202.13,840.457)">
39
+ <path d="M-35.792,-13.819L-35.875,-13.819L-71.917,-0.319" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.53px;"/>
40
+ </g>
41
+ <g transform="matrix(63.6974,0,0,63.6971,4378.82,-2302.82)">
42
+ <path d="M-71.833,44.681L-35.959,58.181" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.28px;"/>
43
+ </g>
44
+ <g transform="matrix(30.5512,0,0,30.5511,1176.82,-374.352)">
45
+ <path d="M-35.959,58.181L0.083,44.681" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.58px;"/>
46
+ </g>
47
+ <g transform="matrix(30.368,0,0,30.3679,1421.41,46.266)">
48
+ <path d="M0.083,44.681L0.083,-0.319" style="fill:none;fill-rule:nonzero;stroke:rgb(20,117,79);stroke-width:0.58px;"/>
49
+ </g>
50
+ <g transform="matrix(0.0187496,-9.38629,-9.38633,-0.0187495,1281.03,831.591)">
51
+ <path d="M-20.734,20.775L20.817,20.775" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.89px;stroke-linecap:butt;"/>
52
+ </g>
53
+ <g transform="matrix(8.77023,3.34461,3.34463,-8.7702,782.166,420.744)">
54
+ <path d="M-1.265,-6.864L37.183,-6.65" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.89px;stroke-linecap:butt;"/>
55
+ </g>
56
+ <g transform="matrix(0,-9.38631,-9.38635,0,1282.5,546.086)">
57
+ <path d="M-20.891,20.891L20.891,20.891" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.89px;stroke-linecap:butt;"/>
58
+ </g>
59
+ <g transform="matrix(8.78754,3.29889,3.2989,-8.7875,1119.06,717.113)">
60
+ <path d="M-1.225,-6.75L37.223,-6.736" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.89px;stroke-linecap:butt;"/>
61
+ </g>
62
+ <g transform="matrix(-8.76024,3.37071,3.37073,8.7602,1120.56,659.642)">
63
+ <path d="M-37.163,-6.582L1.283,-6.91" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.89px;stroke-linecap:butt;"/>
64
+ </g>
65
+ <g transform="matrix(-8.78871,3.29575,3.29577,8.78868,781.121,954.391)">
66
+ <path d="M-37.224,-6.75L1.224,-6.75" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.89px;stroke-linecap:butt;"/>
67
+ </g>
68
+ <g transform="matrix(-4.9152,7.99649,7.99652,4.91518,1062.4,912.095)">
69
+ <path d="M-52.313,-29.25L16.355,-29.25" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.89px;stroke-linecap:butt;"/>
70
+ </g>
71
+ <g transform="matrix(-4.90987,7.99976,7.99979,4.90985,1400.47,1036.36)">
72
+ <path d="M-52.123,-29.057L16.392,-29.294" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.89px;stroke-linecap:butt;"/>
73
+ </g>
74
+ <g transform="matrix(9.38635,0,0,9.38631,1423.15,479.709)">
75
+ <path d="M0.083,44.681L0.083,-0.319L-35.792,-13.819L-35.875,-13.819L-71.917,-0.319L-71.833,44.681L-35.959,58.181L0.083,44.681Z" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:1.89px;stroke-linecap:butt;"/>
76
+ </g>
77
+ </g>
78
+ </svg>
@@ -0,0 +1,49 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 1920 1080" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:10;">
4
+ <g transform="matrix(1,0,0,1.02273,0,-22.5)">
5
+ <rect x="0" y="22" width="1920" height="1056" style="fill:rgb(29,31,32);"/>
6
+ </g>
7
+ <g transform="matrix(4.85918,0,0,4.72449,1487.55,551.939)">
8
+ <path d="M51.702,-116.825L-100.696,111.771" style="fill:none;fill-rule:nonzero;stroke:rgb(58,40,98);stroke-width:2.92px;"/>
9
+ </g>
10
+ <g transform="matrix(-3.74175,14.5521,2.78466,0.676868,1328.3,695.336)">
11
+ <path d="M-46.108,-36L28.108,-36" style="fill:none;fill-rule:nonzero;stroke:rgb(58,40,98);stroke-width:1.3px;"/>
12
+ </g>
13
+ <g transform="matrix(3.74175,14.5521,14.967,-3.63803,1638.71,278.062)">
14
+ <path d="M-28.108,-36L46.108,-36" style="fill:none;fill-rule:nonzero;stroke:rgb(58,40,98);stroke-width:0.91px;"/>
15
+ </g>
16
+ <g transform="matrix(28.2838,0,0,27.4998,2137.56,1080)">
17
+ <path d="M-26.182,0L-52.363,-39.273" style="fill:none;fill-rule:nonzero;stroke:rgb(58,40,98);stroke-width:0.5px;"/>
18
+ </g>
19
+ <g transform="matrix(3.74175,14.5521,28.6059,-6.95324,1737.96,638.46)">
20
+ <path d="M-48.559,-9.806L25.656,-9.806" style="fill:none;fill-rule:nonzero;stroke:rgb(58,40,98);stroke-width:0.6px;"/>
21
+ </g>
22
+ <g transform="matrix(3.74175,14.5521,14.967,-3.63803,1753.76,670.969)">
23
+ <path d="M25.656,-9.806L-57.291,-44.731" style="fill:none;fill-rule:nonzero;stroke:rgb(58,40,98);stroke-width:0.91px;"/>
24
+ </g>
25
+ <g transform="matrix(5.92014,23.0242,23.6806,-5.75604,2368.81,641.955)">
26
+ <path d="M1.248,-71.108L-34.622,-26.96" style="fill:none;fill-rule:nonzero;stroke:rgb(58,40,98);stroke-width:0.58px;"/>
27
+ </g>
28
+ <g transform="matrix(3.74175,14.5521,14.967,-3.63803,2003.42,670.969)">
29
+ <path d="M-57.291,-44.731L8.194,-79.656" style="fill:none;fill-rule:nonzero;stroke:rgb(58,40,98);stroke-width:0.91px;"/>
30
+ </g>
31
+ <g transform="matrix(7.76305,0,0,7.54786,1401.29,789.763)">
32
+ <path d="M-26.182,0L-52.363,-39.273" style="fill:none;fill-rule:nonzero;stroke:rgb(249,233,230);stroke-width:1.83px;stroke-linecap:butt;"/>
33
+ </g>
34
+ <g transform="matrix(1.89521,7.37069,14.489,-3.52183,1572.27,566.122)">
35
+ <path d="M-48.559,-9.806L25.656,-9.806" style="fill:none;fill-rule:nonzero;stroke:rgb(249,233,230);stroke-width:1.18px;stroke-linecap:butt;"/>
36
+ </g>
37
+ <g transform="matrix(1.89324,7.36305,7.57297,-1.84076,1382.99,383.433)">
38
+ <path d="M-28.108,-36L46.108,-36" style="fill:none;fill-rule:nonzero;stroke:rgb(249,233,230);stroke-width:1.81px;stroke-linecap:butt;"/>
39
+ </g>
40
+ <g transform="matrix(7.80604,0,0,7.58966,1402.03,789.197)">
41
+ <path d="M0,-39.273L-26.182,0L-52.363,-39.273" style="fill:none;fill-rule:nonzero;stroke:rgb(249,233,230);stroke-width:1.82px;stroke-linecap:butt;"/>
42
+ </g>
43
+ <g transform="matrix(-1.82843,7.11099,7.57297,1.84076,1524.24,645.599)">
44
+ <path d="M-46.108,-36L28.108,-36" style="fill:none;fill-rule:nonzero;stroke:rgb(249,233,230);stroke-width:1.86px;stroke-linecap:butt;"/>
45
+ </g>
46
+ <g transform="matrix(1.89324,7.36305,7.57297,-1.84076,1504.36,582.236)">
47
+ <path d="M-48.559,-9.806L25.656,-9.806L-57.291,-44.731L8.194,-79.656L-48.559,-9.806Z" style="fill:none;fill-rule:nonzero;stroke:rgb(249,233,230);stroke-width:1.81px;stroke-linecap:butt;"/>
48
+ </g>
49
+ </svg>
@@ -0,0 +1,3 @@
1
+ # Icons
2
+
3
+ NOTE: These SVG files are for static HTML images. Use the Phosphor Icons in React apps.
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg"
4
+ width="100%" height="100%"
5
+ viewBox="0 0 256 256"
6
+ version="1.1"
7
+ style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
8
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
9
+ <path d="M49.285,99.535L227.063,266.206L233.754,269.776L709.185,379.616L722.442,376.046L1017.38,99.535L1007.41,74.313L59.259,74.313L49.285,99.535M96.137,103.479L244.146,242.242L708.169,349.446L970.53,103.479L96.137,103.479"/>
10
+ </g>
11
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
12
+ <path d="M240.121,269.814L1010.49,103.142L1004.32,74.635L233.953,241.306L240.121,269.814Z"/>
13
+ </g>
14
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
15
+ <path d="M533.327,513.34L702.487,354.763L722.435,376.042L543.301,543.969L523.353,543.968L227.057,266.202L247.004,244.923L533.327,513.34Z"/>
16
+ </g>
17
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
18
+ <path d="M59.259,992.354L1007.41,992.354L1017.38,967.132L722.442,690.621L709.185,687.051L233.754,796.891L227.063,800.461L49.285,967.132L59.259,992.354M244.146,824.425L96.137,963.187L970.53,963.187L708.169,717.221L244.146,824.425"/>
19
+ </g>
20
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
21
+ <path d="M233.953,825.36L1004.32,992.031L1010.49,963.524L240.121,796.853L233.953,825.36Z"/>
22
+ </g>
23
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
24
+ <path d="M533.327,553.328L247.004,821.745L227.057,800.466L523.353,522.7L543.301,522.7L722.435,690.626L702.487,711.905L533.327,553.328Z"/>
25
+ </g>
26
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg"
4
+ width="100%" height="100%"
5
+ viewBox="0 0 256 256"
6
+ version="1.1"
7
+ style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
8
+ <path d="M127.96,85.307l2.83,-2.058l113.742,156.395l-4.684,5.025l-111.888,-69.93l-111.888,69.93l-4.684,-5.025l113.742,-156.395l2.83,2.058Zm100.309,143.873l-100.309,-137.925l-100.309,137.925l98.455,-61.534l3.708,0l98.455,61.534Z"/>
9
+ <path d="M127.96,81.181l111.888,-69.93l4.684,5.025l-113.742,156.395l-2.83,-2.058l-2.83,2.058l-113.742,-156.395l4.684,-5.025l111.888,69.93Zm-100.309,-54.441l100.309,137.925l100.309,-137.925l-98.455,61.534l-3.708,-0l-98.455,-61.534Z"/>
10
+ <rect x='124.467' y='85.307' width='6.998' height='85.307' />
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg"
4
+ width="100%" height="100%"
5
+ viewBox="0 0 256 256"
6
+ version="1.1"
7
+ style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
8
+ <path d="M20.206,95.214l213.266,72.121l2.242,-6.628l-213.266,-72.123l-2.242,6.63Z"/>
9
+ <path d="M233.472,88.584l-213.266,72.123l2.242,6.628l213.266,-72.121l-2.242,-6.63Z"/>
10
+ <path d="M127.96,122.86l104.017,-111.034l6.053,2.392l-0.034,227.485l-6.053,2.391l-103.983,-110.998l-103.983,110.998l-6.053,-2.391l-0.033,-227.485l6.052,-2.392l104.017,111.034Zm4.795,5.118l98.244,104.873l0.032,-209.779l-98.276,104.906Zm-107.834,104.873l98.245,-104.873l-98.276,-104.906l0.031,209.779Z"/>
11
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg"
4
+ width="100%" height="100%"
5
+ viewBox="0 0 256 256"
6
+ version="1.1"
7
+ style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
8
+ <path d="M95.822,117.241l-64.269,126.05l-6.235,-3.178l65.243,-127.96l3.117,-1.91l65.243,0l0,6.998l-63.099,0Z"/>
9
+ <path d="M227.483,241.703l-68.559,-127.96l68.559,127.96Z" style="fill-rule:nonzero;"/>
10
+ <path d="M230.567,240.05l-6.168,3.305l-68.559,-127.96l6.168,-3.305l68.559,127.96Z"/>
11
+ <path d="M230.569,240.05l-68.563,-127.96l-6.169,3.305l68.563,127.96l6.169,-3.305Z"/>
12
+ <path d="M158.921,113.742l-32.621,56.871" style="fill:none;fill-rule:nonzero;"/>
13
+ <path d="M155.886,112.001l-32.621,56.871l6.07,3.482l32.621,-56.871l-6.07,-3.482Z"/>
14
+ <path d="M184.275,30.24l-21.968,84.384l-6.772,-1.764l25.91,-99.524l6.825,0.237l42.654,227.484l-5.451,3.508l-99.139,-69.652l-95.842,69.62l-5.495,-3.476l42.653,-227.484l6.851,-0.13l22.474,99.013l31.973,55.741l93.513,65.7l-38.186,-203.657Zm-112.86,1.223l-37.92,202.239l88.207,-64.073l-31.059,-54.146l-0.377,-0.967l-18.851,-83.053Z"/>
15
+ </svg>
@@ -0,0 +1,35 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg"
4
+ width="100%" height="100%"
5
+ viewBox="0 0 256 256"
6
+ version="1.1"
7
+ style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
8
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
9
+ <path d="M547.364,1007.44L548.457,460.268L519.29,460.21L518.197,1007.38L547.364,1007.44Z"/>
10
+ </g>
11
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
12
+ <path d="M54.139,250.695L528.213,428.47L538.454,401.16L64.38,223.385L54.139,250.695Z"/>
13
+ </g>
14
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
15
+ <rect x="519.303" y="59.261" width="29.167" height="550.2"/>
16
+ </g>
17
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
18
+ <path d="M528.213,665.508L1002.29,843.284L1012.53,815.975L538.454,638.199L528.213,665.508Z"/>
19
+ </g>
20
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
21
+ <path d="M1002.29,223.382L528.216,401.16L538.457,428.47L1012.53,250.692L1002.29,223.382Z"/>
22
+ </g>
23
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
24
+ <path d="M528.213,638.199L54.139,815.976L64.38,843.285L538.454,665.508L528.213,638.199Z"/>
25
+ </g>
26
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
27
+ <path d="M1021.99,829.63L1021.99,237.037L1012.54,223.388L540.115,45.61L534.978,44.676L533.885,44.676L528.77,45.602L54.143,223.38L44.675,237.064L45.781,829.654L55.228,843.275L527.643,1021.05L537.894,1021.06L1012.52,843.286L1021.99,829.63ZM73.86,247.14L74.929,819.526L532.791,991.826L992.823,819.519L992.823,247.131L534.421,74.631L73.86,247.14Z"/>
28
+ </g>
29
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
30
+ <path d="M520.356,51.633L46.835,822L71.683,837.274L545.204,66.906L520.356,51.633Z"/>
31
+ </g>
32
+ <g transform="matrix(0.239925,0,0,0.239925,0,0)">
33
+ <path d="M995.005,229.366L520.378,996.709L545.183,1012.05L1019.81,244.708L995.005,229.366Z"/>
34
+ </g>
35
+ </svg>
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg"
4
+ width="100%" height="100%"
5
+ viewBox="0 0 256 256"
6
+ version="1.1"
7
+ style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
8
+ <path d="M65.743,14.645l58.606,227.928l6.777,-1.742l-58.606,-227.929l-6.777,1.743Z"/>
9
+ <path d="M127.737,235.515l82.361,-120.117l5.771,3.958l-85.247,124.325l-5.771,-0l-85.244,-124.326l5.772,-3.957l82.358,120.117Z"/>
10
+ <path d="M127.738,84.021l55.836,-72.385l6.159,1.266l58.607,227.929l-6.159,3.008l-114.443,-148.361l-114.443,148.361l-6.159,-3.008l58.607,-227.929l6.159,-1.266l55.836,72.385Zm-109.585,142.063l105.166,-136.335l-52.583,-68.167l-52.583,204.502Zm114.004,-136.335l105.166,136.335l-52.583,-204.502l-52.583,68.167Z"/>
11
+ <path d="M182.956,12.902l-58.607,227.929l6.777,1.742l58.607,-227.928l-6.777,-1.743Z"/>
12
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
3
+ <defs>
4
+ <style>
5
+ .cls-1 {
6
+ fill-rule: evenodd;
7
+ fill: currentColor;
8
+ }
9
+ </style>
10
+ </defs>
11
+ <path class="cls-1" d="M155.28,81.9c-25.43,0-46.12,20.69-46.1,46.13s21.16,46.08,46.5,46.08h34.97c1.98,0,3.72-1.28,4.32-3.16l7.74-24.37c.93-2.92-1.25-5.91-4.32-5.91h-42.89c-6.93,0-12.74-5.48-12.87-12.42s5.6-12.91,12.66-12.91h.1c1.98,0,3.73-1.28,4.32-3.17l7.68-24.37c.92-2.92-1.26-5.9-4.32-5.9h-7.78Z"/>
12
+ <path class="cls-1" d="M155.28,40.41c-11.82,0-23.29,2.32-34.1,6.89-10.43,4.41-19.8,10.73-27.84,18.76-8.04,8.04-14.35,17.4-18.76,27.84-4.57,10.81-6.89,22.28-6.89,34.1s2.32,23.29,6.89,34.1c4.41,10.43,10.73,19.8,18.76,27.84,8.04,8.04,17.4,14.35,27.84,18.76,10.81,4.57,22.28,6.89,34.1,6.89h22.06c1.98,0,3.72-1.28,4.32-3.16l7.74-24.37c.93-2.92-1.25-5.91-4.32-5.91h-29.33c-29.77,0-54.6-24.35-54.62-54.12-.01-29.87,24.28-54.18,54.15-54.18h13.04c1.98,0,3.73-1.28,4.32-3.17l7.68-24.37c.92-2.92-1.26-5.9-4.32-5.9h-20.72Z"/>
13
+ <path class="cls-1" d="M155.28.34c-17.23,0-33.95,3.38-49.7,10.04-15.2,6.43-28.86,15.63-40.57,27.35-11.72,11.72-20.92,25.37-27.35,40.57-6.66,15.75-10.04,32.47-10.04,49.7s3.38,33.95,10.04,49.7c6.43,15.2,15.63,28.86,27.35,40.57,11.72,11.72,25.37,20.92,40.57,27.35,15.75,6.66,32.47,10.04,49.7,10.04h9.48c1.98,0,3.72-1.28,4.32-3.16l7.74-24.37c.93-2.92-1.25-5.91-4.32-5.91h-17.22c-25.17,0-48.83-9.8-66.62-27.6-17.73-17.73-27.52-41.27-27.6-66.33s9.61-48.6,26.94-66.26,41.8-28.26,67.28-28.26h25.81c1.98,0,3.73-1.28,4.32-3.17l7.68-24.37c.92-2.92-1.26-5.9-4.32-5.9h-33.49Z"/>
14
+ </svg>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg width="100%" height="100%" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
4
+ <g transform="matrix(0.969697,0,0,1,-570.182,0)">
5
+ <rect x="588" y="0" width="264" height="256" style="fill:none;"/>
6
+ <g transform="matrix(0.917198,0,0,1,-223.93,-876)">
7
+ <path d="M1065.83,1064L1029.14,1064C991.913,1064 961.684,1037.12 961.684,1004C961.684,971.197 991.282,944.542 1028.02,944.008L1028.02,944L1047.85,944L1039.21,968L1029.14,968C1006.79,968 988.669,984.118 988.669,1004C988.669,1023.87 1006.81,1040 1029.14,1040C1029.38,1040 1029.62,1040 1029.85,1040L1029.85,1040L1074.47,1040L1065.83,1064ZM1083.11,1040L1083.11,1040L1083.11,1064L1083.11,1064L1083.11,1040Z" style="fill:rgb(1,122,183);"/>
8
+ </g>
9
+ <path d="M761.579,164L720,164C699.51,164 682.875,147.869 682.875,128C682.875,108.452 698.942,92.543 718.969,92.014L718.969,92L729.238,92L721.317,116L720,116C713.165,116 707.625,121.373 707.625,128C707.625,134.623 713.17,140 720,140C720.072,140 720.144,139.999 720.216,139.998L720.216,140L769.5,140L761.579,164Z" style="fill:rgb(6,197,253);"/>
10
+ <path d="M745.738,212L720.025,212L720,212C672.202,212 633.389,174.377 633.375,128.024C633.361,81.958 671.591,44.542 718.969,44.006L718.969,44L719.975,44L745.079,44L737.159,68L719.982,68C685.809,68.01 658.115,94.88 658.125,128.017C658.135,161.126 685.858,188 720,188L720.018,188C720.378,188 720.738,187.997 721.098,187.991L721.098,188L753.659,188L745.738,212Z" style="fill:rgb(10,75,105);"/>
11
+ <g transform="matrix(1.03125,0,0,1,588,0)">
12
+ <path d="M128,236C68.393,236 20,187.607 20,128C20,68.353 68.353,20 128,20L160,20L152.319,44L128,44C81.608,44 44,81.608 44,128C44,174.361 81.639,212 128,212C127.756,212.004 127.878,212.004 128,212.003C128.122,212.002 128.244,212 128,212L152.958,212L145.277,236L128,236ZM128,236C128.628,236 127.372,236.011 128,236Z" style="fill:rgb(5,40,61);"/>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg"
4
+ width="100%" height="100%"
5
+ viewBox="0 0 256 256"
6
+ version="1.1"
7
+ style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
8
+ <path d="M11.825,23.881l42.653,39.988l1.605,0.857l114.068,26.353l3.181,-0.856l70.763,-66.342l-2.393,-6.051l-227.484,-0l-2.393,6.051Zm11.241,0.946l35.511,33.293l111.33,25.721l62.947,-59.014l-209.788,0Z" style="fill:#fff;"/>
9
+ <path d="M57.611,64.735l184.831,-39.989l-1.48,-6.839l-184.831,39.988l1.48,6.84Z" style="fill:#fff;"/>
10
+ <path d="M127.958,123.163l40.586,-38.046l4.786,5.105l-42.978,40.29l-4.787,-0l-71.088,-66.643l4.785,-5.106l68.696,64.4Z" style="fill:#fff;"/>
11
+ <path d="M14.218,238.091l227.484,-0l2.393,-6.052l-70.763,-66.342l-3.181,-0.856l-114.068,26.353l-1.605,0.857l-42.653,39.988l2.393,6.052Zm44.359,-40.291l-35.511,33.293l209.788,-0l-62.947,-59.014l-111.33,25.721Z" style="fill:#fff;"/>
12
+ <path d="M56.131,198.025l184.831,39.988l1.48,-6.839l-184.831,-39.989l-1.48,6.84Z" style="fill:#fff;"/>
13
+ <path d="M127.958,132.757l-68.696,64.4l-4.785,-5.105l71.088,-66.643l4.787,-0l42.978,40.289l-4.786,5.106l-40.586,-38.047Z" style="fill:#fff;"/>
14
+ </svg>
@@ -0,0 +1,10 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg"
4
+ width="100%" height="100%"
5
+ viewBox="0 0 256 256"
6
+ version="1.1"
7
+ style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M127.96,85.307l2.83,-2.058l113.742,156.395l-4.684,5.025l-111.888,-69.93l-111.888,69.93l-4.684,-5.025l113.742,-156.395l2.83,2.058Zm100.309,143.873l-100.309,-137.925l-100.309,137.925l98.455,-61.534l3.708,0l98.455,61.534Z" style="fill:#fff;"/>
8
+ <path d="M127.96,81.181l111.888,-69.93l4.684,5.025l-113.742,156.395l-2.83,-2.058l-2.83,2.058l-113.742,-156.395l4.684,-5.025l111.888,69.93Zm-100.309,-54.441l100.309,137.925l100.309,-137.925l-98.455,61.534l-3.708,-0l-98.455,-61.534Z" style="fill:#fff;"/>
9
+ <rect x="124.467" y="85.307" width="6.998" height="85.307" style="fill:#fff;"/>
10
+ </svg>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <svg xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" xmlns="http://www.w3.org/2000/svg"
4
+ width="100%" height="100%"
5
+ viewBox="0 0 256 256"
6
+ version="1.1"
7
+ style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
8
+ <path d="M20.206,95.214l213.266,72.121l2.242,-6.628l-213.266,-72.123l-2.242,6.63Z" style="fill:#fff;"/>
9
+ <path d="M233.472,88.584l-213.266,72.123l2.242,6.628l213.266,-72.121l-2.242,-6.63Z" style="fill:#fff;"/>
10
+ <path d="M127.96,122.86l104.017,-111.034l6.053,2.392l-0.034,227.485l-6.053,2.391l-103.983,-110.998l-103.983,110.998l-6.053,-2.391l-0.033,-227.485l6.052,-2.392l104.017,111.034Zm4.795,5.118l98.244,104.873l0.032,-209.779l-98.276,104.906Zm-107.834,104.873l98.245,-104.873l-98.276,-104.906l0.031,209.779Z" style="fill:#fff;"/>
11
+ </svg>