Skip to content

Commit

Permalink
fix: path import SvgIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Jan 19, 2023
1 parent a73c2e3 commit da029e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Icons.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { SvgIconProps } from '@mui/material'
import { SvgIcon } from '@mui/material'
import SvgIcon from '@mui/material/SvgIcon'
import React from 'react'

const BaseIcon: React.FC<SvgIconProps> = ({ d, ...props }) => {
Expand Down

0 comments on commit da029e9

Please sign in to comment.