import { IconProps } from "./icon-props"; export function StorageIcon({ size = 24, color = "#fff" }: IconProps): JSX.Element { return ( ); }