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:
parent
4a6fe3b55d
commit
d21a7fcf96
@ -71,7 +71,28 @@ export interface BaseIconProps {
|
|||||||
material?: string;
|
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;
|
svg?: string;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user