Skip to content

Refactor icons to not use React.FC #499

Open
@nebula-aac

Description

See previous open issue here: #224

Needed to open another ticket to track towards making this change for v0.16.0.

React has changes it type definitions which means React.FC will no longer be available to use.

  • Update each of the icons to use the appropriate props
    - [ ] Consider using SvgIcon from @mui/material as it has other properties we can benefit from using
  • Widen the IconProps to accept sx props from MUI in order to utilize the theme object inline

Contributor Guide

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions