Skip to content

Refactor IconComponent as a Shared component #6168

@palisadoes

Description

@palisadoes

Is your feature request related to a problem? Please describe.

This component is imported by components in the src/shared-components folder. This means it is a shared component.

src/components/IconComponent/IconComponent

Describe the solution you'd like

  1. Migrate the component to the src/shared-components folder. Update all imports that referred to the component in its previous location to the new location.
  2. Make sure the locations of files for the component complies with our reusable component policy.
    1. For example types need to be located in a sub folder of this directory
      src/types/shared-components/
      
  3. All other functionality must be maintained
  4. All tests must be valid and achieve 100% test code coverage

Describe alternatives you've considered

  • See above

Approach to be followed (optional)

  • N/A

Additional context

  • N/A

Metadata

Metadata

Type

No type

Projects

Status

Backlog

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions