@sit-onyx/icons 1.0.0-beta.17 → 1.0.0-beta.18

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.
@@ -2869,6 +2869,10 @@
2869
2869
  "category": "Connectivity",
2870
2870
  "aliases": ["wifi", "wireless-network", "Empfang"]
2871
2871
  },
2872
+ "workflows": {
2873
+ "category": "Software & Services",
2874
+ "aliases": []
2875
+ },
2872
2876
  "wrench": {
2873
2877
  "category": "Objects",
2874
2878
  "aliases": ["spanner", "tool", "Schraubenschlüssel", "Werkzeug"]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sit-onyx/icons",
3
3
  "description": "SVG icons for the onyx design system",
4
- "version": "1.0.0-beta.17",
4
+ "version": "1.0.0-beta.18",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@changesets/write": "~0.4.0",
29
- "tsx": "^4.19.4"
29
+ "tsx": "^4.20.3"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsc",
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 16.5v6H9v-6zM10.5 21h3v-3h-3zm-9-5.062a4.687 4.687 0 0 1 4.688-4.688H7.5v1.5H6.188a3.188 3.188 0 0 0 0 6.375H7.5v1.5H6.188A4.687 4.687 0 0 1 1.5 15.938M15 9v6H9V9zm-4.5 4.5h3v-3h-3zM21 8.063a3.19 3.19 0 0 0-3.187-3.188H16.5v-1.5h1.313a4.687 4.687 0 1 1 0 9.375H16.5v-1.5h1.313A3.19 3.19 0 0 0 21 8.063M15 1.5v6H9v-6zM10.5 6h3V3h-3z"/></svg>
package/src/metadata.json CHANGED
@@ -2869,6 +2869,10 @@
2869
2869
  "category": "Connectivity",
2870
2870
  "aliases": ["wifi", "wireless-network", "Empfang"]
2871
2871
  },
2872
+ "workflows": {
2873
+ "category": "Software & Services",
2874
+ "aliases": []
2875
+ },
2872
2876
  "wrench": {
2873
2877
  "category": "Objects",
2874
2878
  "aliases": ["spanner", "tool", "Schraubenschlüssel", "Werkzeug"]