Neuigkeiten: Vereins-Feed mit Fotos/Videos, Reaktionen, Termin-Verknüpfung
This commit is contained in:
parent
d4a0a75cf7
commit
13c6ba73ca
6 changed files with 599 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import calendar from './icons/calendar.svg?raw';
|
|||
import currencyEur from './icons/currency-eur.svg?raw';
|
||||
import envelope from './icons/envelope.svg?raw';
|
||||
import gear from './icons/gear.svg?raw';
|
||||
import images from './icons/images.svg?raw';
|
||||
|
||||
export const icons = {
|
||||
house,
|
||||
|
|
@ -12,6 +13,7 @@ export const icons = {
|
|||
'currency-eur': currencyEur,
|
||||
envelope,
|
||||
gear,
|
||||
images,
|
||||
} as const;
|
||||
|
||||
export type IconName = keyof typeof icons;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue