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
Camille Villa edited this page Mar 6, 2019
·
1 revision
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.