diff --git a/src/components/Icons/FilamentProfileIcon.jsx b/src/components/Icons/FilamentProfileIcon.jsx new file mode 100644 index 0000000..a8f77f9 --- /dev/null +++ b/src/components/Icons/FilamentProfileIcon.jsx @@ -0,0 +1,8 @@ +import Icon from '@ant-design/icons' +import CustomIconSvg from '../../../assets/icons/filamentprofileicon.svg?react' + +const FilamentProfileIcon = (props) => ( + +) + +export default FilamentProfileIcon