Is there any better way to use @fluentui/react-icons
I am importing icons below way.
import { Home20Regular } from '@fluentui/react-icons'
I am expecting it should download only one Icon during build using treeshaking But looks like it is downloading whole packages and increase the bundle size. memory consumtion for @fluentui/react-icons
I am expecting it should download the icons I am using in my code base instead of whole package