fyndiq-icon-brand
A logo icon for Fyndiq
Installation
The component can be installed through NPM:
npm i -S fyndiq-icon-brand
Usage
// Basic usage<FyndiqLogo />// Show only the outline version of the logo<FyndiqLogo type="outline" />// Add a tagline to the logo<FyndiqLogo>Fyndshopping på nätet</FyndiqLogo>
API
The icon FyndiqLogo
has the following customizable props:
Name | Type | Description | Default value |
---|---|---|---|
type | String | Special type for the arrow (can be outline , outline-bw , bw , outline-transp , outline-transp-bw ) |
normal |
className | String | Optional class for advanced styling | '' |
height | Number | height of the logo | 60 |
width | Number | width of the logo | undefined |
taglineSize | Number | Size of the tagline (if provided) | 6.5 |