@sit-onyx/icons 1.0.0-beta.15 → 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"]
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.15",
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>
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"]