import { SvgIconProps } from "../types"; export const SvgIcon = ({ src, width, height }: SvgIconProps) => ( {src} );