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