FigmaIconComponent constructor

const FigmaIconComponent(
  1. String componentName, {
  2. Key? key,
})

Implementation

const FigmaIconComponent(
  this.componentName, {
  super.key,
});