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:
Octavian FlowiseAI
2024-05-10 21:17:12 +02:00
committed by GitHub
parent 32ad3b1366
commit cb0eb67df0
67 changed files with 33321 additions and 33313 deletions
@@ -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,