diff --git a/src/components/Icons/profile/profile.astro b/src/components/Icons/profile/profile.astro index d24a111..982e502 100644 --- a/src/components/Icons/profile/profile.astro +++ b/src/components/Icons/profile/profile.astro @@ -4,8 +4,7 @@ import profile24 from './svgs/profile-24.svg?raw'; import profile32 from './svgs/profile-32.svg?raw'; export interface Props { - size?: 16 | 24 | 32; - orientation?: 'up' | 'down' | 'left' | 'right'; + size: 16 | 24 | 32; label?: string; class?: string; }