--- title: Icons sidebar_position: 3 sidebar_custom_props: icon: TbIcons --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import tablerIconExampleCode from '!!raw-loader!@site/src/ui/display/tablerIconExampleCode.js' import iconAddressBookCode from '!!raw-loader!@site/src/ui/display/iconAddressBookCode.js' import { SandpackEditor} from '@site/src/ui/SandpackEditor' A list of icons used throughout our app. ## Tabler Icons We use Tabler icons for React throughout the app. ``` yarn add @tabler/icons-react ``` You can import each icon as a component. Here's an example:
Props Type Description Default
size number The height and width of the icon in pixels 24
color string The color of the icons currentColor
stroke number The stroke width of the icon in pixels 2
## Custom Icons In addition to Tabler icons, the app also uses some custom icons. ### Icon Address Book Displays an address book icon.
Props Type Description Default
size number The height and width of the icon in pixels 24
stroke number The stroke width of the icon in pixels 2