@sit-onyx/icons 1.0.0-beta.14 → 1.0.0-beta.16

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.
@@ -396,6 +396,10 @@
396
396
  "category": "Essentials",
397
397
  "aliases": ["checkmark", "Hacken", "bestätigen", "confirmation"]
398
398
  },
399
+ "check-read": {
400
+ "category": "Essentials",
401
+ "aliases": []
402
+ },
399
403
  "check-small": {
400
404
  "category": "Essentials",
401
405
  "aliases": ["checkmark", "Hacken", "bestätigen", "confirmation"]
@@ -848,8 +852,8 @@
848
852
  "aliases": ["bypass", "alternative-route", "Umleitung", "alternative Strecke"]
849
853
  },
850
854
  "dinosaur": {
851
- "category": "Software & Services",
852
- "aliases": ["Dinosaurier", "animal", "Tier"]
855
+ "category": "Various",
856
+ "aliases": ["animal", "Dinosaurier"]
853
857
  },
854
858
  "disc": {
855
859
  "category": "Hardware",
@@ -971,6 +975,10 @@
971
975
  "category": "Action & Interface",
972
976
  "aliases": ["view", "look", "Auge", "Anblick"]
973
977
  },
978
+ "eye-closed": {
979
+ "category": "Action & Interface",
980
+ "aliases": []
981
+ },
974
982
  "eye-disabled": {
975
983
  "category": "Action & Interface",
976
984
  "aliases": ["view-off", "hidden-view", "Auge deaktiviert", "Verborgene-Ansicht"]
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.14",
4
+ "version": "1.0.0-beta.16",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12.518 17.303-2.228-2.228 1.058-1.057 1.17 1.17 6.217-6.218 1.058 1.057-7.283 7.283zm2.062-9.016L13.523 7.23l-6.218 6.217-2.032-2.032-1.058 1.058 3.098 3.097 7.282-7.283z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.565 15.105a.75.75 0 0 1-1.02-.308l-1.508-2.85a10.4 10.4 0 0 1-2.925 1.426l.57 2.985a.75.75 0 0 1-.742.892.746.746 0 0 1-.735-.608l-.555-2.924c-.533.082-1.073.142-1.62.142s-1.073-.053-1.605-.135l-.465 2.903a.75.75 0 0 1-.743.63q-.054.002-.12-.008a.75.75 0 0 1-.622-.855l.48-3.008a10.5 10.5 0 0 1-2.97-1.447l-1.56 2.978a.76.76 0 0 1-.668.405.8.8 0 0 1-.345-.083.747.747 0 0 1-.315-1.013l1.71-3.27a10.5 10.5 0 0 1-1.59-1.934.75.75 0 0 1 .225-1.035.745.745 0 0 1 1.035.232 8.92 8.92 0 0 0 7.545 4.147 8.92 8.92 0 0 0 7.545-4.147.75.75 0 0 1 1.035-.232c.353.225.45.69.225 1.035a10.7 10.7 0 0 1-1.627 1.972c.015.023.03.03.045.053l1.612 3.06a.747.747 0 0 1-.315 1.012z"/></svg>
package/src/metadata.json CHANGED
@@ -396,6 +396,10 @@
396
396
  "category": "Essentials",
397
397
  "aliases": ["checkmark", "Hacken", "bestätigen", "confirmation"]
398
398
  },
399
+ "check-read": {
400
+ "category": "Essentials",
401
+ "aliases": []
402
+ },
399
403
  "check-small": {
400
404
  "category": "Essentials",
401
405
  "aliases": ["checkmark", "Hacken", "bestätigen", "confirmation"]
@@ -848,8 +852,8 @@
848
852
  "aliases": ["bypass", "alternative-route", "Umleitung", "alternative Strecke"]
849
853
  },
850
854
  "dinosaur": {
851
- "category": "Software & Services",
852
- "aliases": ["Dinosaurier", "animal", "Tier"]
855
+ "category": "Various",
856
+ "aliases": ["animal", "Dinosaurier"]
853
857
  },
854
858
  "disc": {
855
859
  "category": "Hardware",
@@ -971,6 +975,10 @@
971
975
  "category": "Action & Interface",
972
976
  "aliases": ["view", "look", "Auge", "Anblick"]
973
977
  },
978
+ "eye-closed": {
979
+ "category": "Action & Interface",
980
+ "aliases": []
981
+ },
974
982
  "eye-disabled": {
975
983
  "category": "Action & Interface",
976
984
  "aliases": ["view-off", "hidden-view", "Auge deaktiviert", "Verborgene-Ansicht"]