Skip to content

Commit 3946f70

Browse files
committed
Update IconWrapper.tsx
1 parent 7b692c9 commit 3946f70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/picto/utils/IconWrapper.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import React, { memo } from "react";
2+
23
type IconSize = "small" | "medium" | "large" | "inherit" | (string & {});
34
export type IconProps = {
45
fontSize?: IconSize;

0 commit comments

Comments
 (0)