@hashicorp/flight-icons 2.0.3 → 2.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 (102) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/catalog.json +163 -1
  3. package/package.json +8 -34
  4. package/structure-mappings.json +192 -0
  5. package/svg/alert-diamond-16.svg +1 -0
  6. package/svg/alert-diamond-24.svg +1 -0
  7. package/svg/alert-diamond-fill-16.svg +1 -0
  8. package/svg/alert-diamond-fill-24.svg +1 -0
  9. package/svg/amazon-ecs-16.svg +1 -0
  10. package/svg/amazon-ecs-24.svg +1 -0
  11. package/svg/amazon-ecs-color-16.svg +1 -0
  12. package/svg/amazon-ecs-color-24.svg +1 -0
  13. package/svg/animation.css +23 -0
  14. package/svg/build-16.svg +1 -1
  15. package/svg/build-24.svg +1 -1
  16. package/svg/change-24.svg +1 -1
  17. package/svg/closed-caption-16.svg +1 -0
  18. package/svg/closed-caption-24.svg +1 -0
  19. package/svg/diamond-24.svg +1 -1
  20. package/svg/discussion-circle-16.svg +1 -1
  21. package/svg/discussion-circle-24.svg +1 -1
  22. package/svg/folder-star-16.svg +1 -1
  23. package/svg/info-fill-16.svg +1 -0
  24. package/svg/info-fill-24.svg +1 -0
  25. package/svg/kubernetes-color-16.svg +1 -1
  26. package/svg/labyrinth-16.svg +1 -1
  27. package/svg/layers-16.svg +1 -1
  28. package/svg/loading-16.svg +1 -0
  29. package/svg/loading-24.svg +1 -0
  30. package/svg/message-circle-fill-16.svg +1 -1
  31. package/svg/navigation-16.svg +1 -1
  32. package/svg/navigation-24.svg +1 -1
  33. package/svg/navigation-alt-16.svg +1 -1
  34. package/svg/phone-16.svg +1 -1
  35. package/svg/phone-24.svg +1 -1
  36. package/svg/phone-call-16.svg +1 -1
  37. package/svg/phone-call-24.svg +1 -1
  38. package/svg/redirect-16.svg +1 -1
  39. package/svg/redirect-24.svg +1 -1
  40. package/svg/running-16.svg +1 -0
  41. package/svg/running-24.svg +1 -0
  42. package/svg/service-16.svg +1 -0
  43. package/svg/service-24.svg +1 -0
  44. package/svg/star-24.svg +1 -1
  45. package/svg/star-fill-16.svg +1 -1
  46. package/svg/star-off-16.svg +1 -1
  47. package/svg/swap-horizontal-16.svg +1 -1
  48. package/svg/wand-16.svg +1 -1
  49. package/svg/wand-24.svg +1 -1
  50. package/svg/x-diamond-16.svg +1 -1
  51. package/svg/x-diamond-24.svg +1 -1
  52. package/svg/x-hexagon-fill-24.svg +1 -1
  53. package/svg-react/alert-diamond-16.tsx +37 -0
  54. package/svg-react/alert-diamond-24.tsx +37 -0
  55. package/svg-react/alert-diamond-fill-16.tsx +35 -0
  56. package/svg-react/alert-diamond-fill-24.tsx +35 -0
  57. package/svg-react/amazon-ecs-16.tsx +35 -0
  58. package/svg-react/amazon-ecs-24.tsx +35 -0
  59. package/svg-react/amazon-ecs-color-16.tsx +65 -0
  60. package/svg-react/amazon-ecs-color-24.tsx +65 -0
  61. package/svg-react/animation.css +23 -0
  62. package/svg-react/build-16.tsx +1 -1
  63. package/svg-react/build-24.tsx +1 -1
  64. package/svg-react/change-24.tsx +1 -1
  65. package/svg-react/closed-caption-16.tsx +35 -0
  66. package/svg-react/closed-caption-24.tsx +37 -0
  67. package/svg-react/diamond-24.tsx +1 -1
  68. package/svg-react/discussion-circle-16.tsx +2 -2
  69. package/svg-react/discussion-circle-24.tsx +2 -2
  70. package/svg-react/folder-star-16.tsx +2 -2
  71. package/svg-react/index.ts +18 -0
  72. package/svg-react/info-fill-16.tsx +35 -0
  73. package/svg-react/info-fill-24.tsx +35 -0
  74. package/svg-react/kubernetes-color-16.tsx +1 -1
  75. package/svg-react/labyrinth-16.tsx +1 -1
  76. package/svg-react/layers-16.tsx +2 -2
  77. package/svg-react/loading-16.tsx +37 -0
  78. package/svg-react/loading-24.tsx +37 -0
  79. package/svg-react/message-circle-fill-16.tsx +2 -2
  80. package/svg-react/navigation-16.tsx +1 -1
  81. package/svg-react/navigation-24.tsx +1 -1
  82. package/svg-react/navigation-alt-16.tsx +1 -1
  83. package/svg-react/phone-16.tsx +1 -1
  84. package/svg-react/phone-24.tsx +1 -1
  85. package/svg-react/phone-call-16.tsx +2 -2
  86. package/svg-react/phone-call-24.tsx +2 -2
  87. package/svg-react/redirect-16.tsx +1 -1
  88. package/svg-react/redirect-24.tsx +1 -1
  89. package/svg-react/running-16.tsx +37 -0
  90. package/svg-react/running-24.tsx +37 -0
  91. package/svg-react/service-16.tsx +37 -0
  92. package/svg-react/service-24.tsx +37 -0
  93. package/svg-react/star-24.tsx +1 -1
  94. package/svg-react/star-fill-16.tsx +1 -1
  95. package/svg-react/star-off-16.tsx +1 -1
  96. package/svg-react/swap-horizontal-16.tsx +1 -1
  97. package/svg-react/wand-16.tsx +2 -2
  98. package/svg-react/wand-24.tsx +2 -2
  99. package/svg-react/x-diamond-16.tsx +2 -2
  100. package/svg-react/x-diamond-24.tsx +1 -1
  101. package/svg-react/x-hexagon-fill-24.tsx +1 -1
  102. package/svg-sprite/svg-sprite-module.js +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @hashicorp/flight-icons
2
+
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#131](https://github.com/hashicorp/design-system/pull/131) [`8e58c10b`](https://github.com/hashicorp/design-system/commit/8e58c10b23fad7fba53856ecb86cb1c127c6b7ca) Thanks [@didoo](https://github.com/didoo)! - Added new icons “alert-diamond” + “alert-diamond-fill” + “closed-caption” + “info-fill”
package/catalog.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "lastRunTimeISO": "2022-02-02T19:28:02.493Z",
2
+ "lastRunTimeISO": "2022-03-29T09:24:18.900Z",
3
3
  "lastRunFigma": {
4
4
  "id": "TLnoT5AYQfy3tZ0H68BgOr",
5
5
  "page": "Export",
@@ -11,6 +11,42 @@
11
11
  ]
12
12
  },
13
13
  "assets": [
14
+ {
15
+ "id": "1368:168",
16
+ "fileName": "loading-24",
17
+ "iconName": "loading",
18
+ "description": "loading, loader, spinner",
19
+ "size": "24",
20
+ "width": 24,
21
+ "height": 24
22
+ },
23
+ {
24
+ "id": "1368:171",
25
+ "fileName": "loading-16",
26
+ "iconName": "loading",
27
+ "description": "loading, loader, spinner",
28
+ "size": "16",
29
+ "width": 16,
30
+ "height": 16
31
+ },
32
+ {
33
+ "id": "1368:177",
34
+ "fileName": "running-24",
35
+ "iconName": "running",
36
+ "description": "running, run",
37
+ "size": "24",
38
+ "width": 24,
39
+ "height": 24
40
+ },
41
+ {
42
+ "id": "1368:180",
43
+ "fileName": "running-16",
44
+ "iconName": "running",
45
+ "description": "running, run",
46
+ "size": "16",
47
+ "width": 16,
48
+ "height": 16
49
+ },
14
50
  {
15
51
  "id": "707:38",
16
52
  "fileName": "apple-24",
@@ -83,6 +119,42 @@
83
119
  "width": 16,
84
120
  "height": 16
85
121
  },
122
+ {
123
+ "id": "1587:66",
124
+ "fileName": "amazon-ecs-24",
125
+ "iconName": "amazon-ecs",
126
+ "description": "amazon, aws, ecs",
127
+ "size": "24",
128
+ "width": 24,
129
+ "height": 24
130
+ },
131
+ {
132
+ "id": "1587:68",
133
+ "fileName": "amazon-ecs-16",
134
+ "iconName": "amazon-ecs",
135
+ "description": "amazon, aws, ecs",
136
+ "size": "16",
137
+ "width": 16,
138
+ "height": 16
139
+ },
140
+ {
141
+ "id": "1587:73",
142
+ "fileName": "amazon-ecs-color-24",
143
+ "iconName": "amazon-ecs-color",
144
+ "description": "amazon, aws, ecs",
145
+ "size": "24",
146
+ "width": 24,
147
+ "height": 24
148
+ },
149
+ {
150
+ "id": "1587:77",
151
+ "fileName": "amazon-ecs-color-16",
152
+ "iconName": "amazon-ecs-color",
153
+ "description": "amazon, aws, ecs",
154
+ "size": "16",
155
+ "width": 16,
156
+ "height": 16
157
+ },
86
158
  {
87
159
  "id": "879:121",
88
160
  "fileName": "amazon-eks-24",
@@ -1433,6 +1505,42 @@
1433
1505
  "width": 16,
1434
1506
  "height": 16
1435
1507
  },
1508
+ {
1509
+ "id": "1729:90",
1510
+ "fileName": "alert-diamond-24",
1511
+ "iconName": "alert-diamond",
1512
+ "description": "alert, diamond, error, attention",
1513
+ "size": "24",
1514
+ "width": 24,
1515
+ "height": 24
1516
+ },
1517
+ {
1518
+ "id": "1729:94",
1519
+ "fileName": "alert-diamond-16",
1520
+ "iconName": "alert-diamond",
1521
+ "description": "alert, diamond, error, attention",
1522
+ "size": "16",
1523
+ "width": 16,
1524
+ "height": 16
1525
+ },
1526
+ {
1527
+ "id": "1729:101",
1528
+ "fileName": "alert-diamond-fill-24",
1529
+ "iconName": "alert-diamond-fill",
1530
+ "description": "alert, diamond, error, attention",
1531
+ "size": "24",
1532
+ "width": 24,
1533
+ "height": 24
1534
+ },
1535
+ {
1536
+ "id": "1729:106",
1537
+ "fileName": "alert-diamond-fill-16",
1538
+ "iconName": "alert-diamond-fill",
1539
+ "description": "alert, diamond, error, attention",
1540
+ "size": "16",
1541
+ "width": 16,
1542
+ "height": 16
1543
+ },
1436
1544
  {
1437
1545
  "id": "350:43",
1438
1546
  "fileName": "alert-triangle-24",
@@ -2891,6 +2999,24 @@
2891
2999
  "width": 16,
2892
3000
  "height": 16
2893
3001
  },
3002
+ {
3003
+ "id": "1736:66",
3004
+ "fileName": "closed-caption-24",
3005
+ "iconName": "closed-caption",
3006
+ "description": "cc, closed-caption",
3007
+ "size": "24",
3008
+ "width": 24,
3009
+ "height": 24
3010
+ },
3011
+ {
3012
+ "id": "1736:70",
3013
+ "fileName": "closed-caption-16",
3014
+ "iconName": "closed-caption",
3015
+ "description": "cc, closed-caption",
3016
+ "size": "16",
3017
+ "width": 16,
3018
+ "height": 16
3019
+ },
2894
3020
  {
2895
3021
  "id": "350:946",
2896
3022
  "fileName": "cloud-check-24",
@@ -4853,6 +4979,24 @@
4853
4979
  "width": 16,
4854
4980
  "height": 16
4855
4981
  },
4982
+ {
4983
+ "id": "1727:66",
4984
+ "fileName": "info-fill-24",
4985
+ "iconName": "info-fill",
4986
+ "description": "info, tip",
4987
+ "size": "24",
4988
+ "width": 24,
4989
+ "height": 24
4990
+ },
4991
+ {
4992
+ "id": "1727:71",
4993
+ "fileName": "info-fill-16",
4994
+ "iconName": "info-fill",
4995
+ "description": "info, tip",
4996
+ "size": "16",
4997
+ "width": 16,
4998
+ "height": 16
4999
+ },
4856
5000
  {
4857
5001
  "id": "350:2217",
4858
5002
  "fileName": "jump-link-24",
@@ -6653,6 +6797,24 @@
6653
6797
  "width": 16,
6654
6798
  "height": 16
6655
6799
  },
6800
+ {
6801
+ "id": "1616:66",
6802
+ "fileName": "service-24",
6803
+ "iconName": "service",
6804
+ "description": "service",
6805
+ "size": "24",
6806
+ "width": 24,
6807
+ "height": 24
6808
+ },
6809
+ {
6810
+ "id": "1616:79",
6811
+ "fileName": "service-16",
6812
+ "iconName": "service",
6813
+ "description": "service",
6814
+ "size": "16",
6815
+ "width": 16,
6816
+ "height": 16
6817
+ },
6656
6818
  {
6657
6819
  "id": "350:3511",
6658
6820
  "fileName": "share-24",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/flight-icons",
3
- "version": "2.0.3",
3
+ "version": "2.2.0",
4
4
  "description": "Flight: HashiCorp SVG icon set",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -8,43 +8,18 @@
8
8
  "svg",
9
9
  "flight"
10
10
  ],
11
- "repository": "https://github.com/hashicorp/flight",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/hashicorp/design-system.git",
14
+ "directory": "packages/flight-icons"
15
+ },
12
16
  "license": "MPL-2.0",
13
17
  "author": "HashiCorp Design Systems <design-systems@hashicorp.com>",
14
- "contributors": [
15
- {
16
- "name": "Melanie Sumner",
17
- "email": "melanie@hashicorp.com"
18
- },
19
- {
20
- "name": "Brian Runnells",
21
- "email": "brunnells@hashicorp.com"
22
- },
23
- {
24
- "name": "Hector Simpson",
25
- "email": "hector@hashicorp.com"
26
- },
27
- {
28
- "name": "Heather Larsen",
29
- "email": "hlarsen@hashicorp.com"
30
- },
31
- {
32
- "name": "Amy Lam",
33
- "email": "alam@hashicorp.com"
34
- },
35
- {
36
- "name": "Cristiano Rastelli",
37
- "email": "cristiano.rastelli@hashicorp.com"
38
- }
39
- ],
40
18
  "scripts": {
41
19
  "typecheck": "yarn tsc --noEmit",
42
20
  "lint": "yarn eslint --quiet --ext .js,.ts,.tsx",
43
21
  "sync": "ts-node --transpile-only ./scripts/sync",
44
- "build": "ts-node --transpile-only ./scripts/build",
45
- "bump": "./node_modules/.bin/bump package.json",
46
- "release": "yarn publish --new-version $npm_package_version",
47
- "postrelease": "TAG_VERSION=\"@hashicorp/flight-icons/${npm_package_version}\" && git tag $TAG_VERSION && git push origin $TAG_VERSION"
22
+ "build": "ts-node --transpile-only ./scripts/build"
48
23
  },
49
24
  "devDependencies": {
50
25
  "@figma-export/cli": "^3.4.0",
@@ -77,7 +52,6 @@
77
52
  "svgo": "~1.3.2",
78
53
  "svgstore": "^3.0.0-2",
79
54
  "ts-node": "^10.2.1",
80
- "typescript": "^4.4.3",
81
- "version-bump-prompt": "^6.1.0"
55
+ "typescript": "^4.4.3"
82
56
  }
83
57
  }
@@ -0,0 +1,192 @@
1
+ {
2
+ "alert-circle-fill": "alert-circle-fill",
3
+ "alert-circle-outline": "alert-circle",
4
+ "alert-triangle": "alert-triangle-fill",
5
+ "arrow-down": "arrow-down",
6
+ "arrow-left": "arrow-left",
7
+ "arrow-right": "arrow-right",
8
+ "arrow-up": "arrow-up",
9
+ "bolt": "zap",
10
+ "box-check-fill": "check-square-fill",
11
+ "box-outline": "square",
12
+ "broadcast": "radio",
13
+ "bug": "bug",
14
+ "calendar": "calendar",
15
+ "cancel-circle-fill": "x-circle-fill",
16
+ "cancel-circle-outline": "x-circle",
17
+ "cancel-plain": "x",
18
+ "cancel-square-fill": "x-square-fill",
19
+ "cancel-square-outline": "x-square",
20
+ "caret-down": "caret",
21
+ "caret-up": "chevron-up",
22
+ "check-circle-fill": "check-circle-fill",
23
+ "check-circle-outline": "check-circle",
24
+ "check-plain": "check",
25
+ "chevron-down": "chevron-down",
26
+ "chevron-left": "chevron-left",
27
+ "chevron-right": "chevron-right",
28
+ "chevron-up": "chevron-up",
29
+ "clock-fill": "clock",
30
+ "clock-outline": "clock",
31
+ "cloud-fail": "cloud-x",
32
+ "code": "code",
33
+ "console": "terminal",
34
+ "copy-action": "clipboard-copy",
35
+ "copy-success": "clipboard-checked",
36
+ "database": "database",
37
+ "delay": "delay",
38
+ "deny-alt": "skip",
39
+ "deny-default": "skip",
40
+ "disabled": "skip",
41
+ "docs": "docs-link",
42
+ "dot": "circle-fill",
43
+ "download": "download",
44
+ "edit": "edit",
45
+ "envelope-sealed-fill": "mail",
46
+ "envelope-sealed-outline": "mail",
47
+ "envelope-unsealed--outline": "mail-open",
48
+ "envelope-unsealed-fill": "mail-open",
49
+ "exit": "external-link",
50
+ "expand-less": "minimize",
51
+ "expand-more": "maximize",
52
+ "file-error": "file-x",
53
+ "file-fill": "file",
54
+ "file-outline": "file",
55
+ "file-success": "file-check",
56
+ "filter": "filter",
57
+ "flag": "flag",
58
+ "folder-fill": "folder-fill",
59
+ "folder-outline": "folder",
60
+ "gateway": "gateway",
61
+ "gift-fill": "gift",
62
+ "gift-outline": "gift",
63
+ "git-branch": "git-branch",
64
+ "git-commit": "git-commit",
65
+ "git-pull-request": "git-pull-request",
66
+ "git-repository": "git-repo",
67
+ "guide": "guide",
68
+ "health": "activity",
69
+ "help-circle-fill": "help",
70
+ "help-circle-outline": "help",
71
+ "history": "history",
72
+ "info-circle-fill": "info",
73
+ "info-circle-outline": "info",
74
+ "key": "key",
75
+ "layers": "layers",
76
+ "leader": "star-circle",
77
+ "learn": "learn",
78
+ "link": "link",
79
+ "loading": "loading",
80
+ "lock-closed-fill": "lock-fill",
81
+ "lock-closed-outline": "lock",
82
+ "lock-closed": "lock-fill",
83
+ "lock-disabled": "lock-off",
84
+ "lock-open-outline": "unlock",
85
+ "lock-open": "unlock",
86
+ "logo-aws-color": "aws-color",
87
+ "logo-aws-monochrome": "aws",
88
+ "logo-alicloud-color": "alibaba-color",
89
+ "logo-alicloud-monochrome": "alibaba",
90
+ "logo-auth0-color": "auth0-color",
91
+ "logo-auth0-monochrome": "auth0",
92
+ "logo-azure-color": "azure-color",
93
+ "logo-azure-monochrome": "azure",
94
+ "logo-azure-dev-ops-color": "azure-devops-color",
95
+ "logo-azure-dev-ops-monochrome": "azure-devops",
96
+ "logo-bitbucket-color": "bitbucket-color",
97
+ "logo-bitbucket-monochrome": "bitbucket",
98
+ "logo-consul-color": "consul-color",
99
+ "logo-f5-color": "f5-color",
100
+ "logo-f5-monochrome": "f5",
101
+ "logo-gcp-color": "gcp-color",
102
+ "logo-gcp-monochrome": "gcp",
103
+ "logo-github-color": "github-color",
104
+ "logo-github-monochrome": "github",
105
+ "logo-gitlab-color": "gitlab-color",
106
+ "logo-gitlab-monochrome": "gitlab",
107
+ "logo-google-color": "google-color",
108
+ "logo-google-monochrome": "google",
109
+ "logo-kubernetes-color": "kubernetes-color",
110
+ "logo-kubernetes-monochrome": "kubernetes",
111
+ "logo-microsoft-color": "microsoft-color",
112
+ "logo-microsoft-monochrome": "microsoft",
113
+ "logo-nomad-color": "nomad-color",
114
+ "logo-okta-color": "okta-color",
115
+ "logo-okta-monochrome": "okta",
116
+ "logo-oracle-color": "oracle-color",
117
+ "logo-oracle-monochrome": "oracle",
118
+ "logo-slack-color": "slack-color",
119
+ "logo-slack-monochrome": "slack",
120
+ "logo-terraform-color": "terraform-color",
121
+ "logo-vmware-color": "vmware-color",
122
+ "logo-vmware-monochrome": "vmware",
123
+ "menu": "menu",
124
+ "mesh": "mesh",
125
+ "message-fill": "message-square-fill",
126
+ "message-outline": "message-square-fill",
127
+ "message": "message-square-fill",
128
+ "minus-circle-fill": "minus-circle",
129
+ "minus-circle-outline": "minus-circle",
130
+ "minus-plain": "minus",
131
+ "minus-square-fill": "minus-square",
132
+ "module": "module",
133
+ "more-horizontal": "more-horizontal",
134
+ "more-vertical": "more-vertical",
135
+ "network": "network",
136
+ "notification-disabled": "bell-off",
137
+ "notification-fill": "bell-active-fill",
138
+ "notification-outline": "bell",
139
+ "outline": "outline",
140
+ "page-outline": "outline",
141
+ "path": "path",
142
+ "play-fill": "play-circle",
143
+ "play-outline": "play-circle",
144
+ "play-plain": "play",
145
+ "plus-circle-fill": "plus-circle",
146
+ "plus-circle-outline": "plus-circle",
147
+ "plus-plain": "plus",
148
+ "plus-square-fill": "plus-square",
149
+ "provider": "provider",
150
+ "public-default": "globe",
151
+ "public-locked": "globe-private",
152
+ "queue": "queue",
153
+ "radio-button-checked": "circle-dot",
154
+ "radio-button-unchecked": "circle",
155
+ "random": "random",
156
+ "redirect": "redirect",
157
+ "refresh-alert": "sync-alert",
158
+ "refresh-default": "sync",
159
+ "remix": "shuffle",
160
+ "ribbon": "award",
161
+ "run": "running",
162
+ "search": "search",
163
+ "server": "server",
164
+ "settings": "settings",
165
+ "sort": "sort-desc",
166
+ "source-file": "file-source",
167
+ "star-fill": "star-fill",
168
+ "star-outline": "star",
169
+ "sub-left": "corner-down-left",
170
+ "sub-right": "corner-down-right",
171
+ "support": "support",
172
+ "swap-horizontal": "swap-horizontal",
173
+ "swap-vertical": "swap-vertical",
174
+ "syncing": "syncing",
175
+ "tag": "tag",
176
+ "tokens": "token",
177
+ "trash": "trash",
178
+ "tune": "sliders",
179
+ "unfold-less": "unfold-close",
180
+ "unfold-more": "unfold-open",
181
+ "upload": "upload",
182
+ "user-add": "user-plus",
183
+ "user-organization": "org",
184
+ "user-plain": "user",
185
+ "user-square-fill": "user-circle-fill",
186
+ "user-square-outline": "user-circle",
187
+ "user-team": "users",
188
+ "visibility-hide": "eye-off",
189
+ "visibility-show": "eye",
190
+ "webhook": "webhook",
191
+ "partner": "users"
192
+ }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M7 11a1 1 0 011-1h.007a1 1 0 110 2H8a1 1 0 01-1-1zM8.75 5.75a.75.75 0 10-1.5 0v2.5a.75.75 0 101.5 0v-2.5z"/><path fill-rule="evenodd" d="M.75 6.41L6.407.752a2.25 2.25 0 013.182 0l5.657 5.656a2.25 2.25 0 010 3.182l-5.657 5.657a2.25 2.25 0 01-3.182 0L.75 9.591a2.25 2.25 0 010-3.182zm6.718-4.597L1.81 7.47a.75.75 0 000 1.06l5.657 5.657a.75.75 0 001.06 0l5.657-5.656a.75.75 0 000-1.061L8.528 1.813a.75.75 0 00-1.06 0z" clip-rule="evenodd"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 7a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0112 7zM12 15a1 1 0 100 2h.01a1 1 0 100-2H12z"/><path fill-rule="evenodd" d="M1.884 10.056l8.172-8.172a2.75 2.75 0 013.889 0l8.171 8.172a2.75 2.75 0 010 3.889l-8.171 8.171a2.75 2.75 0 01-3.89 0l-8.171-8.171a2.75 2.75 0 010-3.89zm9.232-7.111l-8.172 8.171a1.25 1.25 0 000 1.768l8.172 8.172a1.25 1.25 0 001.768 0l8.171-8.172a1.25 1.25 0 000-1.768l-8.171-8.171a1.25 1.25 0 00-1.768 0z" clip-rule="evenodd"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M6.407.753L.75 6.409a2.25 2.25 0 000 3.182l5.657 5.657a2.25 2.25 0 003.182 0l5.657-5.657a2.25 2.25 0 000-3.182L9.589.753a2.25 2.25 0 00-3.182 0zM7 11a1 1 0 011-1h.007a1 1 0 110 2H8a1 1 0 01-1-1zm1.75-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.945 1.924a2.75 2.75 0 00-3.89 0l-8.131 8.132a2.75 2.75 0 000 3.889l8.132 8.131a2.75 2.75 0 003.889 0l8.131-8.131a2.75 2.75 0 000-3.89l-8.131-8.13zM11.25 7.75a.75.75 0 011.5 0v4.5a.75.75 0 01-1.5 0v-4.5zM11 16a1 1 0 011-1h.01a1 1 0 110 2H12a1 1 0 01-1-1z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M14.495 10.057l-1.958-1.52v-2.83a.495.495 0 00-.238-.422L9.496 3.568V1.384l5 2.927v5.746zm.759-6.457L9.25.085a.51.51 0 00-.506-.004.496.496 0 00-.253.431v3.332c0 .172.09.332.237.422l2.804 1.717v2.795c0 .152.071.296.193.39l2.962 2.303a.502.502 0 00.53.055.496.496 0 00.283-.446V4.028a.493.493 0 00-.246-.428zM8.034 14.96l-6.53-3.289V4.31L6.488 1.37v2.185L3.747 5.27a.497.497 0 00-.232.42v4.567c0 .188.107.36.279.445l3.962 1.94c.141.07.309.068.45-.002l3.11-1.565 2.09 1.74-5.371 2.144zm3.675-4.855a.51.51 0 00-.552-.063l-3.182 1.6L4.52 9.95V5.963l2.738-1.715a.496.496 0 00.234-.42V.498a.502.502 0 00-.76-.426L.745 3.6a.496.496 0 00-.245.428v7.946c0 .187.106.358.274.442l7.008 3.53a.504.504 0 00.416.018l6.358-2.536a.496.496 0 00.136-.841l-2.983-2.483z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.369 15.2l-2.571-1.996V9.49a.65.65 0 00-.311-.554l-3.68-2.254V3.817l6.562 3.84V15.2zm.995-8.474l-7.88-4.614a.67.67 0 00-.664-.006.652.652 0 00-.332.566v4.373c0 .226.119.435.311.554l3.68 2.254v3.668c0 .2.094.388.253.512l3.889 3.022a.658.658 0 00.695.073.65.65 0 00.372-.585V7.286a.648.648 0 00-.324-.56zM11.89 21.634l-8.57-4.317v-9.66L9.859 3.8v2.867l-3.596 2.25a.653.653 0 00-.306.552v5.993a.65.65 0 00.366.584l5.2 2.547a.667.667 0 00.592-.003l4.082-2.054 2.742 2.284-7.05 2.814zm4.822-6.373a.67.67 0 00-.724-.082l-4.176 2.1-4.535-2.221V9.826l3.594-2.25a.65.65 0 00.307-.552V2.653a.66.66 0 00-.997-.56L2.322 6.726a.65.65 0 00-.322.56v10.43c0 .245.138.47.36.58l9.198 4.634a.66.66 0 00.546.023l8.345-3.328a.65.65 0 00.178-1.104l-3.916-3.26z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill-rule="evenodd" clip-rule="evenodd"><path fill="url(#amazon-ecs-color-16__paint0_linear_1587_77)" d="M8.03 14.95l-6.526-3.287V4.307l4.98-2.936v2.183L3.746 5.267a.497.497 0 00-.233.42v4.563c0 .189.107.36.279.445l3.96 1.94c.14.07.308.067.45-.003l3.108-1.564 2.088 1.74L8.03 14.95zm3.672-4.852a.51.51 0 00-.552-.063l-3.18 1.6-3.453-1.692V5.959l2.737-1.713a.496.496 0 00.234-.42V.497a.502.502 0 00-.76-.426L.746 3.598a.495.495 0 00-.245.427v7.942c0 .186.105.357.274.442l7.004 3.528a.503.503 0 00.416.018l6.354-2.535a.495.495 0 00.136-.84l-2.982-2.482z"/><path fill="url(#amazon-ecs-color-16__paint1_linear_1587_77)" d="M14.496 10.035l-1.958-1.52V5.688a.495.495 0 00-.237-.422L9.5 3.549V1.367l4.997 2.925v5.743zm.758-6.453l-6-3.513a.51.51 0 00-.506-.004.496.496 0 00-.253.43v3.33c0 .172.09.332.237.422l2.802 1.717v2.792c0 .152.071.296.193.39l2.96 2.301a.502.502 0 00.53.056.495.495 0 00.283-.446V4.01a.493.493 0 00-.246-.427z"/></g><defs><linearGradient id="amazon-ecs-color-16__paint0_linear_1587_77" x1="9.248" x2=".634" y1="3.807" y2="7.896" gradientUnits="userSpaceOnUse"><stop offset=".261" stop-color="#F7981D"/><stop offset=".697" stop-color="#F37731"/><stop offset="1" stop-color="#F1623E"/></linearGradient><linearGradient id="amazon-ecs-color-16__paint1_linear_1587_77" x1="9.248" x2=".634" y1="3.807" y2="7.896" gradientUnits="userSpaceOnUse"><stop offset=".261" stop-color="#F7981D"/><stop offset=".697" stop-color="#F37731"/><stop offset="1" stop-color="#F1623E"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill-rule="evenodd" clip-rule="evenodd"><path fill="url(#amazon-ecs-color-24__paint0_linear_1587_73)" d="M11.89 21.634l-8.571-4.317v-9.66L9.859 3.8v2.867l-3.596 2.25a.653.653 0 00-.306.552v5.993a.65.65 0 00.366.584l5.2 2.547a.667.667 0 00.592-.003l4.082-2.054 2.742 2.284-7.05 2.814zm4.821-6.373a.67.67 0 00-.724-.082l-4.176 2.1-4.535-2.221V9.826l3.594-2.25a.65.65 0 00.307-.552V2.653a.66.66 0 00-.997-.56L2.322 6.726a.65.65 0 00-.322.56v10.43c0 .245.138.47.36.58l9.198 4.634a.66.66 0 00.546.023l8.345-3.328a.65.65 0 00.178-1.104l-3.916-3.26z"/><path fill="url(#amazon-ecs-color-24__paint1_linear_1587_73)" d="M20.38 15.179l-2.57-1.996V9.47a.65.65 0 00-.311-.554l-3.68-2.255V3.796l6.562 3.84v7.543zm.996-8.474l-7.88-4.614a.67.67 0 00-.664-.006.652.652 0 00-.332.566v4.373c0 .225.119.435.311.554l3.68 2.254V13.5c0 .2.094.39.253.513l3.889 3.022a.659.659 0 00.695.073.65.65 0 00.372-.585V7.265a.648.648 0 00-.324-.56z"/></g><defs><linearGradient id="amazon-ecs-color-24__paint0_linear_1587_73" x1="13.489" x2="2.176" y1="7" y2="12.37" gradientUnits="userSpaceOnUse"><stop offset=".261" stop-color="#F7981D"/><stop offset=".697" stop-color="#F37731"/><stop offset="1" stop-color="#F1623E"/></linearGradient><linearGradient id="amazon-ecs-color-24__paint1_linear_1587_73" x1="13.489" x2="2.176" y1="7" y2="12.37" gradientUnits="userSpaceOnUse"><stop offset=".261" stop-color="#F7981D"/><stop offset=".697" stop-color="#F37731"/><stop offset="1" stop-color="#F1623E"/></linearGradient></defs></svg>
@@ -0,0 +1,23 @@
1
+ @keyframes hds-flight-icon-animation-rotation {
2
+ to {
3
+ transform: rotate(360deg);
4
+ }
5
+ }
6
+
7
+ .hds-flight-icon--animation-loading {
8
+ animation: hds-flight-icon-animation-rotation 9s linear infinite;
9
+ }
10
+
11
+ .hds-flight-icon--animation-running {
12
+ animation: hds-flight-icon-animation-rotation 9s linear infinite;
13
+ }
14
+
15
+ @media (prefers-reduced-motion: no-preference) {
16
+ .hds-flight-icon--animation-loading {
17
+ animation-duration: 0.7s;
18
+ }
19
+
20
+ .hds-flight-icon--animation-running {
21
+ animation-duration: 1s;
22
+ }
23
+ }
package/svg/build-16.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8.603 2.549A4.251 4.251 0 005.47 8.696a1.076 1.076 0 01-.255 1.312l-3 2.374a.75.75 0 01-.93-1.176l2.701-2.139A5.75 5.75 0 019.47 1.004c.53.02.924.363 1.066.797.137.42.035.902-.306 1.243L8.75 4.523v1.596l1.13 1.13h1.597l1.48-1.479a1.22 1.22 0 011.241-.306c.435.142.778.537.798 1.066a5.75 5.75 0 01-7.978 5.52l-2.102 2.664a.75.75 0 01-1.177-.928l2.333-2.959a1.076 1.076 0 011.297-.265 4.251 4.251 0 006.082-3.165L12.41 8.438c-.199.2-.47.312-.75.312h-1.96c-.282 0-.552-.112-.751-.312L7.56 7.052c-.2-.2-.311-.47-.311-.751V4.34c0-.281.112-.551.311-.75l1.042-1.042z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8.603 2.549A4.251 4.251 0 005.47 8.696a1.076 1.076 0 01-.255 1.312l-3 2.374a.75.75 0 01-.93-1.176l2.701-2.139A5.75 5.75 0 019.47 1.004c.53.02.924.363 1.066.797.137.42.035.902-.306 1.243L8.75 4.523v1.596l1.13 1.13h1.597l1.48-1.479a1.22 1.22 0 011.241-.306c.435.142.778.537.798 1.066a5.75 5.75 0 01-7.978 5.52l-2.102 2.664a.75.75 0 01-1.177-.928l2.333-2.959a1.076 1.076 0 011.297-.265 4.251 4.251 0 006.082-3.165L12.41 8.438c-.199.2-.47.312-.75.312h-1.96c-.282 0-.552-.112-.751-.312L7.56 7.052c-.199-.2-.311-.47-.311-.751V4.34c0-.281.112-.551.311-.75l1.042-1.042z" clip-rule="evenodd"/></svg>
package/svg/build-24.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.05 2.5a7.45 7.45 0 00-6.625 10.86 1.284 1.284 0 01-.29 1.556l-4.92 3.894a.75.75 0 01-.93-1.176l4.727-3.743a8.95 8.95 0 019.013-12.839c1.1.12 1.369 1.403.703 2.068L12.75 6.1v3.016l2.135 2.134H17.9l2.979-2.978c.665-.666 1.948-.396 2.067.703a8.95 8.95 0 01-12.704 9.078l-3.677 4.663a.75.75 0 01-1.178-.93l3.827-4.851a.763.763 0 01.059-.066 1.284 1.284 0 011.478-.236 7.45 7.45 0 0010.746-6.859l-2.606 2.607c-.237.236-.558.37-.893.37h-3.212c-.335 0-.657-.133-.893-.37l-2.274-2.274a1.262 1.262 0 01-.37-.893V6c0-.335.133-.656.37-.892l2.605-2.606a7.62 7.62 0 00-.175-.002z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.05 2.5a7.45 7.45 0 00-6.625 10.86 1.284 1.284 0 01-.29 1.556l-4.92 3.894a.75.75 0 01-.93-1.176l4.727-3.743a8.95 8.95 0 019.013-12.839c1.1.12 1.369 1.403.704 2.068L12.75 6.1v3.016l2.135 2.134H17.9l2.979-2.978c.665-.666 1.948-.396 2.067.703a8.95 8.95 0 01-12.704 9.078l-3.677 4.663a.75.75 0 01-1.178-.93l3.827-4.851a.763.763 0 01.059-.066 1.284 1.284 0 011.478-.236 7.45 7.45 0 0010.746-6.859l-2.606 2.607c-.237.236-.558.37-.893.37h-3.212c-.335 0-.656-.133-.893-.37l-2.274-2.274a1.262 1.262 0 01-.37-.893V6c0-.335.133-.656.37-.892l2.605-2.606a7.635 7.635 0 00-.175-.002z" clip-rule="evenodd"/></svg>
package/svg/change-24.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.534 12.224c-.082.104-.155.195-.219.269a.75.75 0 11-1.13-.986c.02-.023.053-.066.097-.123.308-.404 1.183-1.548 2.442-2.08a3.783 3.783 0 012.699-.106c1.003.324 2.05 1.056 3.142 2.31.98 1.122 1.81 1.652 2.473 1.866a2.285 2.285 0 001.654-.06c.837-.354 1.402-1.068 1.774-1.538.082-.104.155-.195.219-.269a.75.75 0 011.13.986c-.02.023-.053.066-.097.123-.308.404-1.183 1.548-2.442 2.08a3.783 3.783 0 01-2.699.106c-1.003-.324-2.05-1.056-3.142-2.31-.98-1.122-1.81-1.652-2.473-1.866a2.284 2.284 0 00-1.654.06c-.837.354-1.402 1.068-1.774 1.538z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.534 12.224a7.725 7.725 0 01-.219.269.75.75 0 11-1.13-.986 3.1 3.1 0 00.097-.123c.308-.404 1.183-1.548 2.442-2.08a3.783 3.783 0 012.699-.106c1.003.324 2.05 1.056 3.142 2.31.98 1.122 1.81 1.652 2.473 1.866a2.284 2.284 0 001.654-.06c.837-.354 1.402-1.068 1.774-1.538.082-.104.155-.195.219-.269a.75.75 0 011.13.986c-.02.023-.053.066-.097.123-.308.404-1.183 1.548-2.442 2.08a3.783 3.783 0 01-2.699.106c-1.003-.324-2.05-1.056-3.142-2.31-.98-1.122-1.81-1.652-2.473-1.866a2.284 2.284 0 00-1.654.06c-.837.354-1.402 1.068-1.774 1.538z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M0 3.25A2.25 2.25 0 012.25 1h11.5A2.25 2.25 0 0116 3.25v9a2.25 2.25 0 01-2.25 2.25H2.25A2.25 2.25 0 010 12.25v-9zm2.25-.75a.75.75 0 00-.75.75v9c0 .414.336.75.75.75h11.5a.75.75 0 00.75-.75v-9a.75.75 0 00-.75-.75H2.25zm3.5 4a1.25 1.25 0 10.836 2.179.75.75 0 011.005 1.114 2.75 2.75 0 110-4.086.75.75 0 01-1.005 1.114A1.243 1.243 0 005.75 6.5zM10 7.75a1.25 1.25 0 012.086-.929.75.75 0 101.005-1.114 2.75 2.75 0 100 4.086.75.75 0 00-1.005-1.114A1.25 1.25 0 0110 7.75z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.75 9.75a2.25 2.25 0 101.488 3.938.75.75 0 11.993 1.124 3.75 3.75 0 110-5.625.75.75 0 01-.993 1.125A2.239 2.239 0 008.75 9.75zM14 12a2.25 2.25 0 013.738-1.688.75.75 0 10.993-1.124 3.75 3.75 0 100 5.625.75.75 0 00-.993-1.125A2.25 2.25 0 0114 12z"/><path fill-rule="evenodd" d="M.5 5.75A2.75 2.75 0 013.25 3h17.5a2.75 2.75 0 012.75 2.75v12.5A2.75 2.75 0 0120.75 21H3.25A2.75 2.75 0 01.5 18.25V5.75zM3.25 4.5C2.56 4.5 2 5.06 2 5.75v12.5c0 .69.56 1.25 1.25 1.25h17.5c.69 0 1.25-.56 1.25-1.25V5.75c0-.69-.56-1.25-1.25-1.25H3.25z" clip-rule="evenodd"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.116 2.985l-8.131 8.132a1.25 1.25 0 000 1.767l8.131 8.132a1.25 1.25 0 001.768 0l8.132-8.132a1.25 1.25 0 000-1.768l-8.132-8.131a1.25 1.25 0 00-1.768 0zm-9.192 7.07l8.132-8.13a2.75 2.75 0 013.889 0l8.131 8.13a2.75 2.75 0 010 3.89l-8.131 8.131a2.75 2.75 0 01-3.89 0l-8.131-8.131a2.75 2.75 0 010-3.89z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.116 2.985l-8.131 8.132a1.25 1.25 0 000 1.767l8.131 8.132a1.25 1.25 0 001.768 0l8.131-8.132a1.25 1.25 0 000-1.768l-8.131-8.131a1.25 1.25 0 00-1.768 0zm-9.192 7.07l8.132-8.13a2.75 2.75 0 013.889 0l8.131 8.13a2.75 2.75 0 010 3.89l-8.131 8.131a2.75 2.75 0 01-3.89 0l-8.131-8.131a2.75 2.75 0 010-3.89z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.302 3.288A3.633 3.633 0 002.756 7.76c.124.237.112.49.102.61a2.984 2.984 0 01-.084.468 7.853 7.853 0 01-.2.655c.26-.09.52-.17.75-.223a.7.7 0 11.312 1.365c-.34.078-.837.258-1.278.434a23.211 23.211 0 00-.701.295l-.042.018-.01.005-.003.001a.7.7 0 01-.925-.927v-.001l.002-.004.008-.018.03-.07a21.252 21.252 0 00.43-1.047c.113-.3.211-.592.27-.822.021-.09.034-.157.041-.205a5.033 5.033 0 017.74-6.082.7.7 0 11-.896 1.076zM1.463 8.226v0z"/><path d="M4.75 9.333a5.083 5.083 0 119.657 2.221c.006.033.015.077.03.133.05.197.139.453.247.734.087.223.178.443.262.646l.06.146c.049.118.095.23.131.326.03.082.074.2.097.306a.75.75 0 01-.734.905c-.169 0-.332-.04-.447-.072a4.853 4.853 0 01-.394-.134 21.027 21.027 0 01-.606-.248l-.216-.09a7.645 7.645 0 00-.705-.265 1.763 1.763 0 00-.095-.026A5.083 5.083 0 014.75 9.333zm1.5 0a3.583 3.583 0 116.764 1.654c-.125.239-.12.485-.11.614.01.155.042.313.078.456.055.214.133.448.217.676a7.367 7.367 0 00-.643-.231 2.455 2.455 0 00-.443-.093 1.113 1.113 0 00-.626.104 3.583 3.583 0 01-5.237-3.18zm8.15 2.16v-.012l-.001.004v.009z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M8.302 3.288A3.633 3.633 0 002.756 7.76c.124.237.112.49.102.61a2.984 2.984 0 01-.084.468 7.853 7.853 0 01-.2.655c.26-.09.52-.17.75-.223a.7.7 0 11.312 1.365c-.34.078-.837.258-1.278.434a23.211 23.211 0 00-.701.295l-.042.018-.01.005-.003.001a.7.7 0 01-.925-.927v-.001l.002-.004.008-.018.03-.07a21.252 21.252 0 00.43-1.047c.113-.3.211-.592.27-.822.021-.09.034-.157.041-.205a5.033 5.033 0 017.74-6.082.7.7 0 01-.896 1.076zM1.463 8.226v0z"/><path d="M4.75 9.333a5.083 5.083 0 119.657 2.221c.006.033.015.077.029.133.05.197.14.453.248.734.087.223.178.443.262.646l.06.146c.049.118.094.23.131.326.03.082.074.2.097.306a.75.75 0 01-.734.905c-.169 0-.332-.04-.447-.072a4.867 4.867 0 01-.394-.134c-.188-.072-.402-.162-.606-.248l-.216-.09a7.634 7.634 0 00-.705-.265 1.739 1.739 0 00-.095-.026A5.083 5.083 0 014.75 9.333zm1.5 0a3.583 3.583 0 116.763 1.654c-.124.239-.12.485-.11.614.01.155.043.313.08.456.054.214.132.448.216.676a7.37 7.37 0 00-.643-.231 2.456 2.456 0 00-.443-.093 1.113 1.113 0 00-.626.104 3.583 3.583 0 01-5.237-3.18zm8.15 2.16l-.001-.012v.013z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.02 4.827a5.75 5.75 0 00-8.777 7.077c.144.275.134.58.12.751a4.182 4.182 0 01-.118.655 13.903 13.903 0 01-.512 1.557c.563-.214 1.188-.429 1.694-.545a.75.75 0 11.335 1.463c-.535.122-1.3.401-1.961.666a34.515 34.515 0 00-1.061.445l-.065.029-.016.007-.004.002h-.001a.75.75 0 01-.99-.994v-.002l.003-.006.012-.027a20.233 20.233 0 00.214-.49c.137-.322.316-.755.484-1.204.17-.453.323-.903.413-1.265.046-.183.07-.32.078-.413l.001-.022a7.25 7.25 0 0111.11-8.837.75.75 0 01-.958 1.153z"/><path d="M21.781 20.78a.75.75 0 00.152-.84l-.004-.008-.012-.027a20.257 20.257 0 01-.214-.49 30.272 30.272 0 01-.484-1.204c-.17-.453-.322-.903-.413-1.265a2.76 2.76 0 01-.077-.414l-.002-.021a7.25 7.25 0 10-3.22 3.219h.018c.092.009.23.033.413.08.363.09.814.243 1.268.413a31.27 31.27 0 011.595.649l.106.046.027.012.008.004a.75.75 0 00.84-.155zm-13.28-7.53a5.75 5.75 0 1110.852 2.653c-.144.276-.134.58-.12.752.018.208.063.434.118.655a13.896 13.896 0 00.512 1.557 14.298 14.298 0 00-1.56-.512c-.218-.056-.443-.101-.649-.119-.167-.014-.474-.028-.75.117A5.75 5.75 0 018.5 13.25z"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M13.02 4.827a5.75 5.75 0 00-8.777 7.077c.144.275.134.58.12.751a4.183 4.183 0 01-.118.655 13.903 13.903 0 01-.512 1.557c.563-.214 1.188-.429 1.694-.545a.75.75 0 11.335 1.463c-.535.122-1.3.401-1.961.666a34.515 34.515 0 00-1.062.445l-.064.029-.016.007-.004.002h-.001a.75.75 0 01-.99-.994v-.002l.003-.006.012-.027a21.137 21.137 0 00.214-.49c.137-.322.316-.755.484-1.204.17-.453.323-.903.413-1.265.046-.183.07-.32.078-.413l.001-.022a7.25 7.25 0 0111.11-8.837.75.75 0 11-.959 1.153z"/><path d="M21.781 20.78a.75.75 0 00.152-.84l-.004-.008-.012-.027a18.62 18.62 0 01-.214-.49 30.259 30.259 0 01-.484-1.204 12.45 12.45 0 01-.413-1.265 2.734 2.734 0 01-.077-.414l-.002-.021a7.25 7.25 0 10-3.22 3.219h.018c.092.009.23.033.413.08.363.09.814.243 1.268.413a31.27 31.27 0 011.701.695l.027.012.008.004a.75.75 0 00.84-.155zM8.5 13.25a5.75 5.75 0 1110.853 2.653c-.144.276-.134.58-.12.752.018.208.063.434.118.655a13.92 13.92 0 00.512 1.557 14.298 14.298 0 00-1.56-.512c-.218-.056-.443-.101-.649-.119-.167-.014-.474-.028-.75.117A5.75 5.75 0 018.5 13.25z"/></g></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.5 3.25a.75.75 0 01.75-.75h4.379a.75.75 0 01.53.22L8.28 3.84a2.25 2.25 0 001.591.659h3.879a.75.75 0 01.75.75V6.5a.75.75 0 001.5 0V5.25A2.25 2.25 0 0013.75 3H9.87a.75.75 0 01-.53-.22L8.22 1.66A2.25 2.25 0 006.629 1H2.25A2.25 2.25 0 000 3.25v9.5A2.25 2.25 0 002.25 15h2.5a.75.75 0 100-1.5h-2.5a.75.75 0 01-.75-.75v-9.5z"/><path fill-rule="evenodd" d="M11.179 5.431a.75.75 0 00-1.358 0L8.523 8.196l-2.887.444a.75.75 0 00-.409 1.279l2.201 2.142-.66 3.029a.75.75 0 001.089.82l2.643-1.43 2.643 1.43a.75.75 0 001.09-.82l-.662-3.03 2.202-2.141a.75.75 0 00-.41-1.28l-2.886-.443-1.298-2.765zM9.71 9.195l.789-1.68.789 1.68a.75.75 0 00.565.423l1.794.276-1.421 1.382a.75.75 0 00-.21.697l.402 1.839-1.562-.845a.75.75 0 00-.714 0l-1.562.845.402-1.838a.75.75 0 00-.21-.698l-1.42-1.382 1.793-.276a.75.75 0 00.565-.423z" clip-rule="evenodd"/></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.5 3.25a.75.75 0 01.75-.75h4.379a.75.75 0 01.53.22L8.28 3.84a2.25 2.25 0 001.591.659h3.879a.75.75 0 01.75.75V6.5a.75.75 0 001.5 0V5.25A2.25 2.25 0 0013.75 3H9.871a.75.75 0 01-.53-.22L8.22 1.66A2.25 2.25 0 006.629 1H2.25A2.25 2.25 0 000 3.25v9.5A2.25 2.25 0 002.25 15h2.5a.75.75 0 000-1.5h-2.5a.75.75 0 01-.75-.75v-9.5z"/><path fill-rule="evenodd" d="M11.179 5.431a.75.75 0 00-1.358 0L8.523 8.196l-2.887.444a.75.75 0 00-.409 1.279l2.201 2.142-.66 3.03a.75.75 0 001.089.819l2.643-1.43 2.643 1.43a.75.75 0 001.09-.82l-.661-3.03 2.201-2.141a.75.75 0 00-.409-1.28l-2.887-.443-1.298-2.765zM9.71 9.195l.789-1.68.789 1.68a.75.75 0 00.565.423l1.794.276-1.421 1.382a.75.75 0 00-.21.697l.402 1.84-1.562-.846a.75.75 0 00-.714 0l-1.561.845.4-1.838a.75.75 0 00-.209-.698l-1.42-1.382 1.793-.276a.75.75 0 00.565-.423z" clip-rule="evenodd"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M8 16A8 8 0 108 0a8 8 0 000 16zm0-9a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 018 7zm0-3a1 1 0 000 2h.007a1 1 0 000-2H8z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zm-1 7a1 1 0 011-1h.01a1 1 0 110 2H12a1 1 0 01-1-1zm.25 3.25a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#326DE6" d="M4.5 14.569c.214.278.539.431.874.431h5.251c.335 0 .66-.165.875-.434l3.258-4.178c.214-.278.288-.633.214-.978l-1.165-5.207a1.128 1.128 0 00-.606-.777l-4.714-2.31A1.062 1.062 0 008.002 1c-.168 0-.335.038-.485.115l-4.715 2.32a1.129 1.129 0 00-.605.777L1.032 9.42c-.084.345 0 .7.214.978L4.5 14.568z"/><path fill="#fff" fill-rule="evenodd" d="M12.741 9.128c.098.003.196.01.293.024l.058.013.031.008a.308.308 0 01.26.371.306.306 0 01-.396.223h-.004l-.003-.001-.003-.001a1.58 1.58 0 00-.08-.017 2.55 2.55 0 01-.274-.106 2.867 2.867 0 00-.533-.156.243.243 0 00-.171.063 4.656 4.656 0 00-.131-.023 3.971 3.971 0 01-1.764 2.212c.015.042.032.083.051.123a.239.239 0 00-.023.18c.074.17.165.332.271.484.06.078.114.16.164.244l.028.057.012.025a.305.305 0 01-.132.434.31.31 0 01-.354-.066.307.307 0 01-.067-.107l-.01-.021a1.57 1.57 0 01-.028-.058 2.553 2.553 0 01-.089-.28 2.834 2.834 0 00-.21-.512.242.242 0 00-.156-.095 6.199 6.199 0 01-.03-.053l-.035-.064a3.97 3.97 0 01-2.823-.007l-.07.125a.249.249 0 00-.132.064 2.13 2.13 0 00-.237.548 2.518 2.518 0 01-.088.28l-.025.05-.013.027v.001a.306.306 0 01-.421.173.307.307 0 01-.132-.434l.014-.03.026-.052c.05-.085.104-.166.164-.244.108-.156.2-.322.277-.496a.302.302 0 00-.028-.173l.056-.133A3.972 3.972 0 014.22 9.532l-.134.023a.34.34 0 00-.176-.062 2.872 2.872 0 00-.533.156c-.09.04-.181.075-.274.105l-.05.011-.03.007H3.02l-.002.002h-.005a.308.308 0 01-.397-.349.306.306 0 01.261-.245l.005-.001h.002l.006-.002c.024-.006.054-.014.076-.018.097-.013.195-.021.293-.023.186-.013.37-.043.549-.09a.422.422 0 00.131-.133l.128-.037a3.938 3.938 0 01.625-2.752l-.098-.087a.338.338 0 00-.062-.176 2.854 2.854 0 00-.455-.319 2.557 2.557 0 01-.254-.148l-.048-.038-.015-.012-.004-.004a.323.323 0 01-.076-.45.295.295 0 01.244-.107.365.365 0 01.213.08l.022.017c.016.013.034.026.046.037.072.067.139.139.202.213.125.137.263.262.412.372.056.03.121.036.182.018l.11.078a3.938 3.938 0 012.552-1.224l.008-.129a.332.332 0 00.099-.157 2.844 2.844 0 00-.034-.554 2.56 2.56 0 01-.042-.29v-.082-.004A.306.306 0 018 2.82a.308.308 0 01.306.337v.087a2.529 2.529 0 01-.041.29 2.85 2.85 0 00-.035.553.242.242 0 00.1.153v.007l.007.13c.967.087 1.87.522 2.54 1.223l.116-.083a.34.34 0 00.186-.02c.149-.11.287-.235.412-.373.063-.074.13-.146.202-.213l.051-.04.017-.014a.307.307 0 11.381.477l-.024.02c-.015.012-.03.025-.043.034a2.537 2.537 0 01-.254.148 2.87 2.87 0 00-.455.32.241.241 0 00-.058.172l-.05.044-.058.053c.542.806.77 1.783.637 2.745l.123.036c.031.056.077.101.133.132.179.048.363.078.548.09zM7.291 5.24c.107-.024.216-.043.326-.056l-.09 1.6-.008.004a.268.268 0 01-.293.256.27.27 0 01-.135-.05l-.002.001-1.316-.93c.419-.41.945-.696 1.518-.825zm1.618 1.75l1.308-.924a3.182 3.182 0 00-1.833-.882l.09 1.598h.002a.268.268 0 00.294.256.27.27 0 00.135-.05l.004.002zm2.248 1.656l-1.548-.445-.002-.006a.27.27 0 01-.185-.343.27.27 0 01.08-.12L9.5 7.73l1.195-1.067c.366.594.527 1.29.46 1.983zM9.096 9.5l.618 1.49a3.148 3.148 0 001.275-1.598l-1.593-.269-.002.004a.26.26 0 00-.166.022.27.27 0 00-.13.348l-.002.003zm-.385 1.905c-.573.13-1.17.1-1.727-.088l.777-1.4h.001a.27.27 0 01.475-.001h.006l.779 1.402a3.286 3.286 0 01-.311.087zm-2.418-.422l.611-1.474-.004-.006a.268.268 0 00-.297-.37L6.6 9.13l-1.579.267a3.16 3.16 0 001.272 1.586zm-.997-4.32l1.201 1.071-.001.007a.269.269 0 01-.106.462l-.001.005-1.54.443a3.134 3.134 0 01.447-1.988zm2.95 1.154h-.492l-.307.38.11.476.443.213.442-.212.11-.476-.306-.381z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#326DE6" d="M4.5 14.569c.214.278.539.431.874.431h5.251c.335 0 .66-.165.875-.434l3.258-4.178c.214-.278.288-.633.214-.978l-1.165-5.207a1.128 1.128 0 00-.606-.777l-4.714-2.31A1.062 1.062 0 008.002 1c-.168 0-.335.038-.485.115l-4.715 2.32a1.129 1.129 0 00-.605.777L1.032 9.42c-.084.345 0 .7.214.978L4.5 14.568z"/><path fill="#fff" fill-rule="evenodd" d="M12.741 9.128c.098.002.196.01.293.024l.058.013.031.008a.308.308 0 01.26.371.306.306 0 01-.396.223h-.004l-.003-.001-.003-.002a1.58 1.58 0 00-.03-.006l-.05-.01a2.55 2.55 0 01-.274-.106 2.867 2.867 0 00-.533-.157.242.242 0 00-.171.064 4.656 4.656 0 00-.131-.023 3.971 3.971 0 01-1.764 2.212c.015.042.032.083.051.123a.239.239 0 00-.023.18c.074.17.165.332.271.484.06.078.114.16.164.244l.028.057.012.025a.306.306 0 01-.381.44.308.308 0 01-.172-.18l-.01-.02a1.57 1.57 0 01-.028-.058 2.546 2.546 0 01-.089-.28 2.837 2.837 0 00-.21-.512.242.242 0 00-.156-.095l-.03-.053-.035-.064a3.97 3.97 0 01-2.823-.007l-.07.125a.25.25 0 00-.132.064 2.13 2.13 0 00-.237.548 2.518 2.518 0 01-.088.28 1.196 1.196 0 01-.025.05l-.013.027v.001a.306.306 0 01-.421.173.308.308 0 01-.173-.314.306.306 0 01.041-.12l.014-.03.026-.052c.05-.085.104-.166.164-.244.108-.156.2-.322.277-.496a.302.302 0 00-.028-.173l.056-.133A3.972 3.972 0 014.22 9.532l-.134.023a.34.34 0 00-.176-.062 2.871 2.871 0 00-.533.156c-.09.04-.181.075-.274.105a1.017 1.017 0 01-.05.011l-.03.007H3.02l-.002.002h-.005a.308.308 0 01-.397-.349.306.306 0 01.261-.245l.005-.001h.002l.006-.002c.024-.006.054-.014.076-.018.097-.013.195-.021.293-.023.186-.013.37-.043.549-.09a.422.422 0 00.131-.133l.128-.037a3.938 3.938 0 01.625-2.752l-.098-.087a.338.338 0 00-.062-.176 2.854 2.854 0 00-.455-.319 2.557 2.557 0 01-.254-.148l-.048-.038-.015-.013-.004-.003a.323.323 0 01-.076-.45.295.295 0 01.244-.107.365.365 0 01.213.08l.022.017c.016.013.034.026.046.037.072.067.139.139.202.213.125.137.263.262.412.372.056.03.121.036.182.018l.11.078a3.938 3.938 0 012.552-1.224l.008-.129a.332.332 0 00.099-.158 2.844 2.844 0 00-.034-.553 2.56 2.56 0 01-.042-.29v-.082-.005A.306.306 0 018 2.82a.308.308 0 01.306.337v.087a2.529 2.529 0 01-.041.29 2.85 2.85 0 00-.035.553.242.242 0 00.1.153v.007l.007.129c.967.088 1.87.522 2.54 1.223l.116-.082a.34.34 0 00.186-.02c.149-.11.287-.236.412-.373.063-.075.13-.146.202-.213l.051-.04.017-.014a.307.307 0 11.381.477l-.024.02c-.015.012-.03.025-.043.034a2.537 2.537 0 01-.254.148 2.87 2.87 0 00-.455.32.241.241 0 00-.058.172l-.05.044-.058.053c.542.806.77 1.783.637 2.745l.123.036c.031.055.077.101.133.132.179.048.363.078.548.09zM7.291 5.24c.107-.024.216-.043.326-.056l-.09 1.6-.008.004a.268.268 0 01-.293.256.27.27 0 01-.135-.05l-.002.001-1.316-.93c.419-.41.945-.696 1.518-.825zm1.618 1.75l1.308-.924a3.182 3.182 0 00-1.833-.882l.09 1.598h.002a.268.268 0 00.294.256.27.27 0 00.135-.05l.004.002zm2.248 1.656L9.609 8.2l-.002-.006a.27.27 0 01-.185-.343.27.27 0 01.08-.12L9.5 7.73l1.195-1.067c.366.594.527 1.29.46 1.983zM9.096 9.5l.618 1.49a3.148 3.148 0 001.275-1.598l-1.593-.269-.002.003a.26.26 0 00-.166.023.27.27 0 00-.13.348l-.002.003zm-.385 1.905c-.573.13-1.17.1-1.727-.088l.777-1.4h.001a.27.27 0 01.475-.001h.006l.779 1.402a3.286 3.286 0 01-.311.087zm-2.418-.422l.611-1.474-.004-.006a.268.268 0 00-.297-.37L6.6 9.13l-1.579.267a3.16 3.16 0 001.272 1.586zm-.997-4.32l1.201 1.071-.001.007a.269.269 0 01-.106.462l-.001.005-1.54.443a3.134 3.134 0 01.447-1.988zm2.95 1.154h-.492l-.307.38.11.476.443.213.442-.212.11-.476-.306-.381z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1.5a6.502 6.502 0 00-6.392 5.317.75.75 0 11-1.476-.27 8 8 0 110 2.907.75.75 0 011.476-.272A6.502 6.502 0 0014.48 8.5h-1.555a4.95 4.95 0 11-6.34-5.231.7.7 0 11.4 1.342A3.558 3.558 0 004.595 7h1.167a2.45 2.45 0 113.87 2.826.7.7 0 01-.933-1.043 1.05 1.05 0 10-1.4 0 .7.7 0 01-.934 1.043A2.45 2.45 0 015.601 8.5H4.483a3.55 3.55 0 104.531-3.89.7.7 0 01.4-1.341 4.958 4.958 0 013.432 3.73h1.578A6.501 6.501 0 008 1.5z"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1.5a6.502 6.502 0 00-6.392 5.317.75.75 0 11-1.476-.27 8 8 0 110 2.907.75.75 0 111.476-.272A6.502 6.502 0 0014.48 8.5h-1.555a4.95 4.95 0 11-6.34-5.231.7.7 0 11.4 1.342A3.558 3.558 0 004.595 7h1.167a2.45 2.45 0 113.87 2.826.7.7 0 11-.933-1.043 1.05 1.05 0 10-1.4 0 .7.7 0 11-.934 1.043A2.45 2.45 0 015.601 8.5H4.483a3.55 3.55 0 104.531-3.89.7.7 0 01.4-1.341 4.958 4.958 0 013.432 3.73h1.578A6.501 6.501 0 008 1.5z"/></svg>