Skip to Content
⚠️ Neuron is our internal UI component library. For internal use only.
DocumentationComponentsIcon

Icon

The Icon component allows you to render an icon at one of the standard IconSizes.

To browse icons available for use through this component, visit the Icons Reference.

How to Use

... local Neuron = require(Packages.Neuron) local Icon = Neuron.Icon local IconSize = Neuron.Enums.IconSize ... return React.createElement(Icon, { name = "full-screen", size = IconSize.Medium, })
Last updated on