๐๏ธIcons
Berry Vuetify is pre-configured with the Tabler Icons
Tabler icons
import { AccessPointIcon } from "vue-tabler-icons";
// usage
<AccessPointIcon stroke-width="1.5" size="22" />
Material Design icons
// if you want to use mdi new icon then add like this
import { mdiHome } from '@mdi/js';
export const icons = {
home: mdiHome,
};Last updated