Add FinanceIcon component.
This commit is contained in:
parent
8b6dbff9ff
commit
2bbb068621
6
src/components/Icons/FinanceIcon.jsx
Normal file
6
src/components/Icons/FinanceIcon.jsx
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import Icon from '@ant-design/icons'
|
||||||
|
import CustomIconSvg from '../../../assets/icons/financeicon.svg?react'
|
||||||
|
|
||||||
|
const FinanceIcon = (props) => <Icon component={CustomIconSvg} {...props} />
|
||||||
|
|
||||||
|
export default FinanceIcon
|
||||||
Loading…
x
Reference in New Issue
Block a user