IconSize type

IconSize type

Signature

  1. export declare type IconSize = ComponentSize | 'xl' | 'xxl' | 'xxxl';

Import

  1. import { IconSize } from '@grafana/ui';