1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix Icon.svg documentation

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-05-25 15:46:08 -04:00
parent 4a6fe3b55d
commit d21a7fcf96

View File

@ -71,7 +71,28 @@ export interface BaseIconProps {
material?: string;
/**
* Either an SVG data URL or one of the following strings
* Either an SVG XML or one of the following names
* - configuration
* - crane
* - group
* - helm
* - install
* - kube
* - lens-logo
* - license
* - logo-lens
* - logout
* - nodes
* - push_off
* - push_pin
* - spinner
* - ssh
* - storage
* - terminal
* - user
* - users
* - wheel
* - workloads
*/
svg?: string;