import { createSvgIcon } from "../svg-icon.type"; export const ModelTypeAvatarIcon = createSvgIcon((props, ref) => { return ( ) });