mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 05:26:53 +00:00
refactor: move view icons to iconmap
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -80,8 +80,11 @@ import MMIcon from '~icons/mdi/table-network'
|
||||
import PhShareThin from '~icons/ph/share-thin'
|
||||
import PhReloadThin from '~icons/ph/arrow-clockwise-thin'
|
||||
import PhCodeThin from '~icons/ph/code-thin'
|
||||
import PhGridNineThinThin from '~icons/ph/grid-nine-thin'
|
||||
|
||||
import PhGridNineThin from '~icons/ph/grid-nine-thin'
|
||||
import PhGridThin from '~icons/ph/grid-four-thin'
|
||||
import PhComputerTowerThin from '~icons/ph/ComputerTowerThin'
|
||||
import PhSquareHalfBottomThin from '~icons/ph/SquareHalfBottomThin'
|
||||
import MdiMapIcon from '~icons/mdi/map-outline'
|
||||
|
||||
export const iconMap = {
|
||||
lock: PhLockIcon,
|
||||
@@ -146,8 +149,13 @@ export const iconMap = {
|
||||
share: PhShareThin,
|
||||
reload: PhReloadThin,
|
||||
xml: PhCodeThin,
|
||||
airtable:PhGridNineThinThin,
|
||||
|
||||
airtable: PhGridNineThin,
|
||||
grid: PhGridThin,
|
||||
gallery: PhImageThin,
|
||||
form: PhComputerTowerThin,
|
||||
map: MdiMapIcon,
|
||||
kanban: PhSquareHalfBottomThin,
|
||||
view: PhEyeThin,
|
||||
mm: MMIcon,
|
||||
hm: HMIcon,
|
||||
bt: BTIcon,
|
||||
|
||||
Reference in New Issue
Block a user