export type WfoIconProps = {
    width?: number | string;
    height?: number | string;
    color?: string;
};
