You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marlo Longley edited this page Dec 20, 2024
·
3 revisions
Custom icons are SVGs added as React components in the src/components/icons directory.
We wrap the custom SVG in MUI's SvgIcon component, with the props to our custom component spread to the SvgIcon component. This allows MUI's theming to easily apply to our custom icons.