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
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types'
// material-ui
import { Button, Box } from '@mui/material'
import { IconX } from '@tabler/icons'
import { IconX } from '@tabler/icons-react'
// Project import
import { StyledButton } from '@/ui-component/button/StyledButton'