@sit-onyx/icons 1.0.0-beta.15 → 1.0.0-beta.17
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/README.md +1 -2
- package/dist/metadata.json +25 -1
- package/package.json +2 -2
- package/src/assets/RSS-web-feed.svg +1 -0
- package/src/assets/check-read.svg +1 -0
- package/src/assets/expand-window-small.svg +1 -0
- package/src/assets/eye-closed.svg +1 -1
- package/src/assets/network-card.svg +1 -0
- package/src/assets/notification-flag.svg +1 -1
- package/src/assets/traffic-light.svg +1 -0
- package/src/assets/weight-kg.svg +1 -0
- package/src/metadata.json +25 -1
package/README.md
CHANGED
@@ -13,5 +13,4 @@ SVG icons for the onyx design system created by [Schwarz IT](https://it.schwarz)
|
|
13
13
|
If you want to contribute a new icon, please follow the steps below:
|
14
14
|
|
15
15
|
1. place the SVG file inside the [`src/assets`](./src/assets/) folder.
|
16
|
-
2.
|
17
|
-
3. Add an entry inside [`src/metadata.ts`](./src/metadata.ts) to specify the icon category and other metadata
|
16
|
+
2. Add an entry inside [`src/metadata.ts`](./src/metadata.ts) to specify the icon category and other metadata
|
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"]
|
@@ -963,6 +967,10 @@
|
|
963
967
|
"square"
|
964
968
|
]
|
965
969
|
},
|
970
|
+
"expand-window-small": {
|
971
|
+
"category": "Action & Interface",
|
972
|
+
"aliases": []
|
973
|
+
},
|
966
974
|
"explosion": {
|
967
975
|
"category": "Various",
|
968
976
|
"aliases": ["detonation", "Star"]
|
@@ -1710,6 +1718,10 @@
|
|
1710
1718
|
"category": "Network & Infrastructure",
|
1711
1719
|
"aliases": ["web", "internet", "Netzwerk", "Internet"]
|
1712
1720
|
},
|
1721
|
+
"network-card": {
|
1722
|
+
"category": "Network & Infrastructure",
|
1723
|
+
"aliases": []
|
1724
|
+
},
|
1713
1725
|
"network-router": {
|
1714
1726
|
"category": "Network & Infrastructure",
|
1715
1727
|
"aliases": ["web-hub", "internet-pathway", "Netzwerk-Router", "Internet-Weg", "circle-arrows"]
|
@@ -2089,6 +2101,10 @@
|
|
2089
2101
|
"category": "Network & Infrastructure",
|
2090
2102
|
"aliases": ["network-hub", "internet-device", "Router", "Netzwerk-Hub"]
|
2091
2103
|
},
|
2104
|
+
"RSS-web-feed": {
|
2105
|
+
"category": "Communication",
|
2106
|
+
"aliases": []
|
2107
|
+
},
|
2092
2108
|
"saving-piggy": {
|
2093
2109
|
"category": "Finance",
|
2094
2110
|
"aliases": ["money-saving", "wealth-store", "Spar-Schwein", "Vermögensspeicher"]
|
@@ -2134,7 +2150,7 @@
|
|
2134
2150
|
"aliases": ["secure", "Schloss", "geschützt", "Schutz", "gesichert", "Sicherheit", "safe"]
|
2135
2151
|
},
|
2136
2152
|
"server-search": {
|
2137
|
-
"category": "
|
2153
|
+
"category": "Network & Infrastructure",
|
2138
2154
|
"aliases": []
|
2139
2155
|
},
|
2140
2156
|
"server-settings": {
|
@@ -2572,6 +2588,10 @@
|
|
2572
2588
|
"category": "Transport & Travel",
|
2573
2589
|
"aliases": ["cancel-trip", "travel-stop", "Reise-abbrechen", "Reisestopp"]
|
2574
2590
|
},
|
2591
|
+
"traffic-light": {
|
2592
|
+
"category": "Objects",
|
2593
|
+
"aliases": []
|
2594
|
+
},
|
2575
2595
|
"tram": {
|
2576
2596
|
"category": "Transport & Travel",
|
2577
2597
|
"aliases": ["streetcar", "city-rail", "Straßenbahn", "Stadtbahn"]
|
@@ -2833,6 +2853,10 @@
|
|
2833
2853
|
"category": "Software & Services",
|
2834
2854
|
"aliases": ["HTTP-callback", "server-push", "Webhook", "Server-Push"]
|
2835
2855
|
},
|
2856
|
+
"weight-kg": {
|
2857
|
+
"category": "Objects",
|
2858
|
+
"aliases": []
|
2859
|
+
},
|
2836
2860
|
"windmill": {
|
2837
2861
|
"category": "Weather & Climate",
|
2838
2862
|
"aliases": ["wind-energy", "renewable", "Windenergie", "Erneuerbare-Energie", "Windmühle"]
|
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.17",
|
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.
|
29
|
+
"tsx": "^4.19.4"
|
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="M4.875 2.25H3.75v4.5l.735.015c7.425.143 12.442 5.16 12.78 12.795l.03.72 4.47-.015v-1.11C21.773 9.832 14.19 2.25 4.875 2.25M18.72 18.773c-.637-7.718-5.94-13.02-13.47-13.478V3.758c8.19.195 14.82 6.824 15.023 15.015zm-12.907-3.42a2.84 2.84 0 0 0-2.835 2.835 2.833 2.833 0 0 0 2.835 2.835 2.833 2.833 0 0 0 2.835-2.835 2.833 2.833 0 0 0-2.835-2.835m0 4.162c-.735 0-1.335-.6-1.335-1.335s.6-1.335 1.335-1.335 1.335.6 1.335 1.335-.6 1.335-1.335 1.335M4.74 8.243h-.99v4.41l.668.074c4.59.495 6.442 2.355 6.832 6.863l.06.69h4.47v-.99c0-6.09-4.957-11.04-11.04-11.04zm7.935 10.53c-.578-4.515-2.835-6.788-7.425-7.455v-1.56c4.852.255 8.753 4.162 9.015 9.007h-1.598z"/></svg>
|
@@ -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="M18 11.25h1.5v6.27c0 1.088-.803 1.98-1.785 1.98H6.292c-.99 0-1.785-.885-1.785-1.98V6.473c0-1.088.803-1.98 1.785-1.98h5.715v1.5H6.292c-.135 0-.285.21-.285.48V17.52c0 .27.158.48.285.48h11.423c.135 0 .285-.21.285-.48zM14.25 4.5V6h2.692l-4.852 4.852 1.057 1.058L18 7.058v2.13h1.5V4.5z"/></svg>
|
@@ -1 +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.
|
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.507-2.85a10.4 10.4 0 0 1-2.925 1.426l.57 2.985a.75.75 0 0 1-.743.892.746.746 0 0 1-.735-.608l-.555-2.924c-.533.082-1.072.142-1.62.142-.547 0-1.072-.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-.667.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 .224-1.035.745.745 0 0 1 1.035.232 8.92 8.92 0 0 0 7.546 4.147 8.92 8.92 0 0 0 7.544-4.147.75.75 0 0 1 1.035-.232c.353.225.45.69.226 1.035a10.7 10.7 0 0 1-1.628 1.972c.015.023.03.03.045.053l1.613 3.06a.747.747 0 0 1-.316 1.012z"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19.47 8.303h-5.887v5.887h5.887zm-1.5 4.38h-2.887V9.795h2.887zM3 2.992V1.5H1.5v21H3v-3.157h3.12v1.65h11.677v-1.65h4.665V2.992zm17.963 14.85h-4.666v1.65H7.62v-1.65H3v-2.88h3.218l1.545 1.62h2.662a1.322 1.322 0 0 0 2.407-.75 1.322 1.322 0 0 0-2.407-.75H8.408l-1.545-1.62H3v-1.478h4.418c.24.322.622.54 1.057.54.728 0 1.32-.593 1.32-1.32s-.592-1.32-1.32-1.32c-.465 0-.877.248-1.11.607H3.008V9.03h3.487L8.04 7.41h2.393a1.322 1.322 0 0 0 2.407-.75 1.322 1.322 0 0 0-2.408-.75H7.395L5.85 7.53H3.008V4.5H20.97v13.35z"/></svg>
|
@@ -1 +1 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M11.264 1.5h1.486C13.99 1.5 15 2.51 15 3.75v9c0 1.24-1.01 2.25-2.25 2.25h-1.498a2.23 2.23 0 0 1-1.592-.66 2.24 2.24 0 0 1-.
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" d="M11.264 1.5h1.486C13.99 1.5 15 2.51 15 3.75v9c0 1.24-1.01 2.25-2.25 2.25h-1.498a2.23 2.23 0 0 1-1.592-.66 2.24 2.24 0 0 1-.659-1.593l.013-9a2.253 2.253 0 0 1 2.25-2.247m1.486 12a.75.75 0 0 0 .75-.75v-9a.75.75 0 0 0-.75-.75h-1.486a.75.75 0 0 0-.75.75l-.012 9a.747.747 0 0 0 .75.75zm-3.742 5.993a3 3 0 0 1 2.996-2.993A3 3 0 0 1 15 19.496v.008a3 3 0 0 1-2.996 2.996 2.98 2.98 0 0 1-2.122-.881 2.98 2.98 0 0 1-.874-2.126M12.004 21c.825 0 1.496-.671 1.496-1.496v-.008c0-.825-.671-1.496-1.496-1.496-.823 0-1.493.669-1.496 1.49A1.495 1.495 0 0 0 12.004 21" clip-rule="evenodd"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11.992 22.508a5.256 5.256 0 0 1-5.25-5.25v-10.5a5.256 5.256 0 0 1 5.25-5.25 5.256 5.256 0 0 1 5.25 5.25v10.5a5.256 5.256 0 0 1-5.25 5.25m0-19.5c-2.07 0-3.75 1.68-3.75 3.75v10.5c0 2.07 1.68 3.75 3.75 3.75s3.75-1.68 3.75-3.75v-10.5c0-2.07-1.68-3.75-3.75-3.75m.015 11.25a2.257 2.257 0 0 1-2.25-2.25 2.257 2.257 0 0 1 2.25-2.25 2.257 2.257 0 0 1 2.25 2.25 2.257 2.257 0 0 1-2.25 2.25m0-3a.75.75 0 0 0-.75.75c0 .412.338.75.75.75.413 0 .75-.338.75-.75a.75.75 0 0 0-.75-.75m0 8.61a2.257 2.257 0 0 1-2.25-2.25 2.257 2.257 0 0 1 2.25-2.25 2.257 2.257 0 0 1 2.25 2.25 2.257 2.257 0 0 1-2.25 2.25m0-3a.75.75 0 0 0-.75.75c0 .412.338.75.75.75.413 0 .75-.338.75-.75a.75.75 0 0 0-.75-.75m0-8.228a2.257 2.257 0 0 1-2.25-2.25 2.257 2.257 0 0 1 2.25-2.25 2.257 2.257 0 0 1 2.25 2.25 2.257 2.257 0 0 1-2.25 2.25m0-3a.75.75 0 0 0-.75.75c0 .413.338.75.75.75.413 0 .75-.337.75-.75a.75.75 0 0 0-.75-.75"/></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.955 18.098 18.66 7.748C18.435 6.72 17.633 6 16.725 6h-2.302a2.87 2.87 0 0 0 .495-1.62 2.913 2.913 0 0 0-2.91-2.91 2.913 2.913 0 0 0-2.91 2.91c0 .6.18 1.155.495 1.62h-2.49c-.938 0-1.733.742-1.95 1.8l-2.04 10.095c-.24.795-.105 1.672.36 2.317.375.518.937.818 1.522.818H19.02c.563 0 1.08-.263 1.463-.735.472-.593.652-1.41.48-2.205zM12 2.97c.78 0 1.41.63 1.41 1.41S12.78 5.79 12 5.79s-1.41-.63-1.41-1.41.63-1.41 1.41-1.41m7.305 16.388c-.06.082-.165.172-.292.172H4.995c-.135 0-.247-.113-.315-.203-.15-.202-.27-.592-.135-1.02l2.07-10.222c.075-.375.3-.593.48-.593h9.623c.165 0 .39.203.472.57l2.295 10.35c.075.338 0 .706-.18.938zm-5.032-6h1.875v1.882q-.09.099-.248.21a1.8 1.8 0 0 1-.382.203 3 3 0 0 1-1.192.217c-.308 0-.586-.053-.833-.15a1.7 1.7 0 0 1-.638-.435 1.84 1.84 0 0 1-.405-.697 2.9 2.9 0 0 1-.142-.953v-.255c0-.36.045-.675.142-.953q.147-.414.405-.704a1.7 1.7 0 0 1 .623-.436c.24-.097.502-.15.787-.15.315 0 .593.038.818.113s.412.188.57.322c.15.136.27.3.345.496.075.194.135.405.157.63H15.09a1.5 1.5 0 0 0-.075-.3.7.7 0 0 0-.142-.226.55.55 0 0 0-.233-.135 1.1 1.1 0 0 0-.33-.045.8.8 0 0 0-.36.083.8.8 0 0 0-.277.255 1.2 1.2 0 0 0-.173.428c-.037.172-.06.375-.06.607v.262q-.002.687.233 1.035c.157.233.405.345.742.345.09 0 .165 0 .233-.014q.1-.023.18-.046a.6.6 0 0 0 .225-.127v-.713h-.773v-.757zm-2.415-2.07-1.553 2.032 1.553 2.557h-1.313l-.975-1.71-.457.495v1.208H8.01v-4.59h1.103v2.025l.382-.585.99-1.44h1.373z"/></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"]
|
@@ -963,6 +967,10 @@
|
|
963
967
|
"square"
|
964
968
|
]
|
965
969
|
},
|
970
|
+
"expand-window-small": {
|
971
|
+
"category": "Action & Interface",
|
972
|
+
"aliases": []
|
973
|
+
},
|
966
974
|
"explosion": {
|
967
975
|
"category": "Various",
|
968
976
|
"aliases": ["detonation", "Star"]
|
@@ -1710,6 +1718,10 @@
|
|
1710
1718
|
"category": "Network & Infrastructure",
|
1711
1719
|
"aliases": ["web", "internet", "Netzwerk", "Internet"]
|
1712
1720
|
},
|
1721
|
+
"network-card": {
|
1722
|
+
"category": "Network & Infrastructure",
|
1723
|
+
"aliases": []
|
1724
|
+
},
|
1713
1725
|
"network-router": {
|
1714
1726
|
"category": "Network & Infrastructure",
|
1715
1727
|
"aliases": ["web-hub", "internet-pathway", "Netzwerk-Router", "Internet-Weg", "circle-arrows"]
|
@@ -2089,6 +2101,10 @@
|
|
2089
2101
|
"category": "Network & Infrastructure",
|
2090
2102
|
"aliases": ["network-hub", "internet-device", "Router", "Netzwerk-Hub"]
|
2091
2103
|
},
|
2104
|
+
"RSS-web-feed": {
|
2105
|
+
"category": "Communication",
|
2106
|
+
"aliases": []
|
2107
|
+
},
|
2092
2108
|
"saving-piggy": {
|
2093
2109
|
"category": "Finance",
|
2094
2110
|
"aliases": ["money-saving", "wealth-store", "Spar-Schwein", "Vermögensspeicher"]
|
@@ -2134,7 +2150,7 @@
|
|
2134
2150
|
"aliases": ["secure", "Schloss", "geschützt", "Schutz", "gesichert", "Sicherheit", "safe"]
|
2135
2151
|
},
|
2136
2152
|
"server-search": {
|
2137
|
-
"category": "
|
2153
|
+
"category": "Network & Infrastructure",
|
2138
2154
|
"aliases": []
|
2139
2155
|
},
|
2140
2156
|
"server-settings": {
|
@@ -2572,6 +2588,10 @@
|
|
2572
2588
|
"category": "Transport & Travel",
|
2573
2589
|
"aliases": ["cancel-trip", "travel-stop", "Reise-abbrechen", "Reisestopp"]
|
2574
2590
|
},
|
2591
|
+
"traffic-light": {
|
2592
|
+
"category": "Objects",
|
2593
|
+
"aliases": []
|
2594
|
+
},
|
2575
2595
|
"tram": {
|
2576
2596
|
"category": "Transport & Travel",
|
2577
2597
|
"aliases": ["streetcar", "city-rail", "Straßenbahn", "Stadtbahn"]
|
@@ -2833,6 +2853,10 @@
|
|
2833
2853
|
"category": "Software & Services",
|
2834
2854
|
"aliases": ["HTTP-callback", "server-push", "Webhook", "Server-Push"]
|
2835
2855
|
},
|
2856
|
+
"weight-kg": {
|
2857
|
+
"category": "Objects",
|
2858
|
+
"aliases": []
|
2859
|
+
},
|
2836
2860
|
"windmill": {
|
2837
2861
|
"category": "Weather & Climate",
|
2838
2862
|
"aliases": ["wind-energy", "renewable", "Windenergie", "Erneuerbare-Energie", "Windmühle"]
|