Home > @uniformdev/design-system > IconProps

IconProps interface

Signature:

Extends: IconBaseProps

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

icon

</td><td>

</td><td>

IconType

</td><td>

sets the icon to be used

</td></tr> <tr><td>

iconColor?

</td><td>

</td><td>

IconColor

</td><td>

(Optional) sets the icon color to be used

</td></tr> <tr><td>

otherProps?

</td><td>

</td><td>

IconBaseProps

</td><td>

(Optional) sets additional icon props provided by "react-icons"

</td></tr> </tbody></table>