UNPKG

@atlaskit/logo

Version:

A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.

19 lines (17 loc) 485 B
/** * These are the default parameters for LogoProps if the user does not specify values. */ export var defaultLogoParams = { iconColor: 'inherit', label: '', size: 'medium', textColor: 'currentColor' }; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports export var legacyDefaultLogoParams = { iconGradientStart: 'inherit', iconGradientStop: 'inherit' }; /** * The props for the <Wrapper /> that takes the svg and turns it into a component. */