We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b692c9 commit 3946f70Copy full SHA for 3946f70
src/picto/utils/IconWrapper.tsx
@@ -1,4 +1,5 @@
1
import React, { memo } from "react";
2
+
3
type IconSize = "small" | "medium" | "large" | "inherit" | (string & {});
4
export type IconProps = {
5
fontSize?: IconSize;
0 commit comments