BrandIcon
Apple, Google, Android 브랜드 로고를 SVG로 렌더링하는 컴포넌트입니다.
사용법
import { BrandIcon } from '@coldsurfers/ocean-road'
<BrandIcon brand="apple" width={24} height={24} />
<BrandIcon brand="google" width={24} height={24} />
<BrandIcon brand="android" width={24} height={24} />
Props
SVGProps<SVGSVGElement>를 모두 상속합니다.
| prop |
타입 |
기본값 |
설명 |
brand |
'apple' | 'google' | 'android' |
— |
렌더링할 브랜드 |
인터랙티브 데모