@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.
- package/dist/metadata.json +4 -0
- package/package.json +1 -1
- package/src/assets/check-read.svg +1 -0
- package/src/metadata.json +4 -0
package/dist/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"]
|
package/package.json
CHANGED
@@ -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"]
|