mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Use tabler icons react instead of tabler icons package (#2389)
* Use tabler icons react instead of tabler icons package * Update package.json --------- Co-authored-by: Octavian Cioaca <devtools@domselardi.com>
This commit is contained in:
committed by
GitHub
parent
32ad3b1366
commit
cb0eb67df0
@@ -28,7 +28,7 @@ import Transitions from '@/ui-component/extended/Transitions'
|
||||
import AboutDialog from '@/ui-component/dialog/AboutDialog'
|
||||
|
||||
// assets
|
||||
import { IconLogout, IconSettings, IconInfoCircle } from '@tabler/icons'
|
||||
import { IconLogout, IconSettings, IconInfoCircle } from '@tabler/icons-react'
|
||||
|
||||
import './index.css'
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ import LogoSection from '../LogoSection'
|
||||
import ProfileSection from './ProfileSection'
|
||||
|
||||
// assets
|
||||
import { IconMenu2 } from '@tabler/icons'
|
||||
import { IconMenu2 } from '@tabler/icons-react'
|
||||
|
||||
// store
|
||||
import { SET_DARKMODE } from '@/store/actions'
|
||||
|
||||
@@ -11,7 +11,7 @@ import NavItem from '../NavItem'
|
||||
|
||||
// assets
|
||||
import FiberManualRecordIcon from '@mui/icons-material/FiberManualRecord'
|
||||
import { IconChevronDown, IconChevronUp } from '@tabler/icons'
|
||||
import { IconChevronDown, IconChevronUp } from '@tabler/icons-react'
|
||||
|
||||
// ==============================|| SIDEBAR MENU LIST COLLAPSE ITEMS ||============================== //
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import { useTheme } from '@mui/material/styles'
|
||||
import { StyledFab } from '@/ui-component/button/StyledFab'
|
||||
|
||||
// icons
|
||||
import { IconSearch, IconArrowLeft, IconEdit } from '@tabler/icons'
|
||||
import { IconSearch, IconArrowLeft, IconEdit } from '@tabler/icons-react'
|
||||
|
||||
const ViewHeader = ({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user