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