@sit-onyx/icons 1.2.0 → 1.3.0-dev-20251125094015
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/assets/support-plans.svg +1 -0
- package/dist/index.js +116 -115
- package/dist/metadata.json.d.ts +4 -0
- package/dist/utils.js +1 -0
- package/dist/virtual__vite-plugin-svg.d.ts +1 -0
- package/package.json +1 -1
package/dist/metadata.json.d.ts
CHANGED
|
@@ -2398,6 +2398,10 @@ declare const _default: {
|
|
|
2398
2398
|
"category": "Help & Support",
|
|
2399
2399
|
"aliases": ["assistance", "help", "Unterstützung", "Hilfe", "Rettungsring"]
|
|
2400
2400
|
},
|
|
2401
|
+
"support-plans": {
|
|
2402
|
+
"category": "Software & Services",
|
|
2403
|
+
"aliases": ["file", "plus", "add"]
|
|
2404
|
+
},
|
|
2401
2405
|
"switch-horizontal": {
|
|
2402
2406
|
"category": "Arrows",
|
|
2403
2407
|
"aliases": [
|
package/dist/utils.js
CHANGED
|
@@ -560,6 +560,7 @@ const c = { category: "Devices & Electronics", aliases: ["alert", "Wecker", "Uhr
|
|
|
560
560
|
suitcase: Ar,
|
|
561
561
|
sunny: Pr,
|
|
562
562
|
support: Dr,
|
|
563
|
+
"support-plans": { category: "Software & Services", aliases: ["file", "plus", "add"] },
|
|
563
564
|
"switch-horizontal": { category: "Arrows", aliases: ["flip-across", "reverse-wide", "Horizontal wechseln", "Quer umkehren", "auswechseln"] },
|
|
564
565
|
"switch-vertical": { category: "Arrows", aliases: ["flip-upright", "reverse-tall", "Vertikal wechseln", "Hoch umkehren", "auswechseln"] },
|
|
565
566
|
sync: Tr,
|
|
@@ -558,6 +558,7 @@ export const iconStroller: string;
|
|
|
558
558
|
export const iconSubnet: string;
|
|
559
559
|
export const iconSuitcase: string;
|
|
560
560
|
export const iconSunny: string;
|
|
561
|
+
export const iconSupportPlans: string;
|
|
561
562
|
export const iconSupport: string;
|
|
562
563
|
export const iconSwitchHorizontal: string;
|
|
563
564
|
export const iconSwitchVertical: string;
|