feat: enforce required size prop and remove orientation prop from profile icon
This commit is contained in:
@@ -4,8 +4,7 @@ import profile24 from './svgs/profile-24.svg?raw';
|
|||||||
import profile32 from './svgs/profile-32.svg?raw';
|
import profile32 from './svgs/profile-32.svg?raw';
|
||||||
|
|
||||||
export interface Props {
|
export interface Props {
|
||||||
size?: 16 | 24 | 32;
|
size: 16 | 24 | 32;
|
||||||
orientation?: 'up' | 'down' | 'left' | 'right';
|
|
||||||
label?: string;
|
label?: string;
|
||||||
class?: string;
|
class?: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user