@sit-onyx/icons 1.0.0-beta.6 → 1.0.0-beta.8
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/index.js +52 -0
- package/dist/metadata.json +2796 -0
- package/dist/types.js +1 -0
- package/package.json +9 -5
- package/src/assets/bookmark-filled.svg +1 -0
- package/src/assets/cloud-files.svg +1 -0
- package/src/assets/folder-file.svg +1 -0
- package/src/metadata.json +30 -3
package/dist/types.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
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.
|
4
|
+
"version": "1.0.0-beta.8",
|
5
5
|
"type": "module",
|
6
6
|
"license": "Apache-2.0",
|
7
7
|
"repository": {
|
@@ -13,19 +13,23 @@
|
|
13
13
|
"url": "https://github.com/schwarzit/onyx/issues"
|
14
14
|
},
|
15
15
|
"files": [
|
16
|
-
"src"
|
16
|
+
"src",
|
17
|
+
"dist"
|
17
18
|
],
|
18
|
-
"types": "./src/index.ts",
|
19
19
|
"exports": {
|
20
|
-
".":
|
20
|
+
".": {
|
21
|
+
"types": "./src/index.ts",
|
22
|
+
"import": "./dist/index.js"
|
23
|
+
},
|
21
24
|
"./metadata": "./src/metadata.json",
|
22
25
|
"./*": "./src/assets/*"
|
23
26
|
},
|
24
27
|
"devDependencies": {
|
25
28
|
"@changesets/write": "~0.3.2",
|
26
|
-
"tsx": "^4.19.
|
29
|
+
"tsx": "^4.19.2"
|
27
30
|
},
|
28
31
|
"scripts": {
|
32
|
+
"build": "tsc",
|
29
33
|
"test": "vitest",
|
30
34
|
"generate:changeset": "tsx ./scripts/changeset.ts"
|
31
35
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.5 2.25v19.5L12 16.875 4.5 21.75V2.25z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22.478 10.38c0-3.157-2.326-5.625-5.303-5.625h-.03a6.29 6.29 0 0 0-5.497-3.247 6.29 6.29 0 0 0-6.203 5.25c-2.242.33-3.975 2.265-3.975 4.597 0 2.513 2.003 4.553 4.493 4.643v6.465h9.014v-2.97h2.985v-3.548c2.566-.405 4.508-2.76 4.508-5.557zm-8.986 10.583H7.478v-9h6.015zm2.978-2.97h-1.485v-7.53h-4.537v-1.47h6.022zm1.5-3.593V7.485H8.948v2.97H5.963v4.028a3.146 3.146 0 0 1-2.993-3.135c0-1.68 1.402-3.135 3.128-3.15l.727.052.045-.757A4.78 4.78 0 0 1 11.648 3a4.77 4.77 0 0 1 4.35 2.82l.202.458.503-.015.465-.008c2.13 0 3.802 1.815 3.802 4.125 0 1.973-1.282 3.623-3.008 4.02zm-5.962 1.365H8.993v-1.5h3.015zm-3 1.5h3.015v1.5H9.008z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.03 8.73h-3.758V3.015h-12v8.618H3.016v10.875H21.03zm-1.5 2.895h-4.658a1.596 1.596 0 0 1 1.583-1.387h3.083v1.387zM6.773 4.515h9v4.298a3.085 3.085 0 0 0-2.4 2.82h-6.6zm12.75 16.493H4.508v-7.875h15.015zM14.213 7.47H8.228v-1.5h5.985zm-2.19 1.523v1.5H8.288v-1.5z"/></svg>
|
package/src/metadata.json
CHANGED
@@ -193,6 +193,10 @@
|
|
193
193
|
"category": "Action & Interface",
|
194
194
|
"aliases": ["favorite", "marker", "Lesezeichen", "Favorit"]
|
195
195
|
},
|
196
|
+
"bookmark-filled": {
|
197
|
+
"category": "Action & Interface",
|
198
|
+
"aliases": []
|
199
|
+
},
|
196
200
|
"box": {
|
197
201
|
"category": "Action & Interface",
|
198
202
|
"aliases": ["checkbox", "select", "auswählen"]
|
@@ -565,6 +569,10 @@
|
|
565
569
|
"category": "Network & Infrastructure",
|
566
570
|
"aliases": ["join-cloud", "cloud-link", "Cloud-Verbindung", "Cloud-Link", "Wolke"]
|
567
571
|
},
|
572
|
+
"cloud-files": {
|
573
|
+
"category": "Software & Services",
|
574
|
+
"aliases": []
|
575
|
+
},
|
568
576
|
"cloud-foundry": {
|
569
577
|
"category": "Software & Services",
|
570
578
|
"aliases": []
|
@@ -833,7 +841,7 @@
|
|
833
841
|
},
|
834
842
|
"download": {
|
835
843
|
"category": "Network & Infrastructure",
|
836
|
-
"aliases": ["fetch", "receive", "herunterladen", "empfangen", "Pfeil", "Arrow"]
|
844
|
+
"aliases": ["fetch", "receive", "herunterladen", "empfangen", "Pfeil", "Arrow", "export"]
|
837
845
|
},
|
838
846
|
"draggable": {
|
839
847
|
"category": "Action & Interface",
|
@@ -1152,6 +1160,10 @@
|
|
1152
1160
|
"category": "Network & Infrastructure",
|
1153
1161
|
"aliases": ["directory-link", "file-join", "Ordner-Verbindung", "Datei-Verknüpfung"]
|
1154
1162
|
},
|
1163
|
+
"folder-file": {
|
1164
|
+
"category": "File & Type",
|
1165
|
+
"aliases": []
|
1166
|
+
},
|
1155
1167
|
"folder-plus": {
|
1156
1168
|
"category": "File & Type",
|
1157
1169
|
"aliases": ["Ordner", "hinzufügen", "add"]
|
@@ -2088,11 +2100,26 @@
|
|
2088
2100
|
},
|
2089
2101
|
"share-ios": {
|
2090
2102
|
"category": "Action & Interface",
|
2091
|
-
"aliases": [
|
2103
|
+
"aliases": [
|
2104
|
+
"distribute-apple",
|
2105
|
+
"send-ios",
|
2106
|
+
"Teilen-iOS",
|
2107
|
+
"Senden-iOS",
|
2108
|
+
"export",
|
2109
|
+
"teilen",
|
2110
|
+
"exportieren"
|
2111
|
+
]
|
2092
2112
|
},
|
2093
2113
|
"share-web": {
|
2094
2114
|
"category": "Action & Interface",
|
2095
|
-
"aliases": [
|
2115
|
+
"aliases": [
|
2116
|
+
"distribute-online",
|
2117
|
+
"send-internet",
|
2118
|
+
"Teilen-Web",
|
2119
|
+
"abspringen",
|
2120
|
+
"exportieren",
|
2121
|
+
"export"
|
2122
|
+
]
|
2096
2123
|
},
|
2097
2124
|
"shield": {
|
2098
2125
|
"category": "Security & Protection",
|