clean up and update icon list
This commit is contained in:
parent
04a21e4698
commit
7b02072133
2 changed files with 11 additions and 24 deletions
|
|
@ -27,10 +27,11 @@ import {
|
||||||
faBell,
|
faBell,
|
||||||
faDownload,
|
faDownload,
|
||||||
faEyeSlash,
|
faEyeSlash,
|
||||||
faInfo,
|
|
||||||
faWindowRestore,
|
faWindowRestore,
|
||||||
faCode,
|
faCode,
|
||||||
faBroom
|
faBroom,
|
||||||
|
faLock,
|
||||||
|
faColumns
|
||||||
} from '@fortawesome/free-solid-svg-icons'
|
} from '@fortawesome/free-solid-svg-icons'
|
||||||
import { useInterfaceStore } from 'src/stores/interface'
|
import { useInterfaceStore } from 'src/stores/interface'
|
||||||
|
|
||||||
|
|
@ -38,15 +39,16 @@ library.add(
|
||||||
faWrench,
|
faWrench,
|
||||||
faUser,
|
faUser,
|
||||||
faMessage,
|
faMessage,
|
||||||
faFilter,
|
|
||||||
faPaintBrush,
|
|
||||||
faPalette,
|
|
||||||
faBell,
|
|
||||||
faDownload,
|
|
||||||
faEyeSlash,
|
|
||||||
faInfo,
|
|
||||||
faWindowRestore,
|
faWindowRestore,
|
||||||
|
faColumns,
|
||||||
|
faBell,
|
||||||
|
faFilter,
|
||||||
|
faEyeSlash,
|
||||||
faBroom,
|
faBroom,
|
||||||
|
faLock,
|
||||||
|
faDownload,
|
||||||
|
faPalette,
|
||||||
|
faPaintBrush,
|
||||||
faCode
|
faCode
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,21 +22,6 @@ import ProfileSettingIndicator from '../helpers/profile_setting_indicator.vue'
|
||||||
import { mapActions } from 'pinia'
|
import { mapActions } from 'pinia'
|
||||||
import { useInterfaceStore, normalizeThemeData } from 'src/stores/interface'
|
import { useInterfaceStore, normalizeThemeData } from 'src/stores/interface'
|
||||||
|
|
||||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
|
||||||
import {
|
|
||||||
faGlobe,
|
|
||||||
faDashboard,
|
|
||||||
faPaintRoller,
|
|
||||||
faTableColumns
|
|
||||||
} from '@fortawesome/free-solid-svg-icons'
|
|
||||||
|
|
||||||
library.add(
|
|
||||||
faGlobe,
|
|
||||||
faPaintRoller,
|
|
||||||
faDashboard,
|
|
||||||
faTableColumns
|
|
||||||
)
|
|
||||||
|
|
||||||
const AppearanceTab = {
|
const AppearanceTab = {
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue