UNPKG

@teamsparta/stack-icons

Version:
10 lines (7 loc) 303 B
import * as react from 'react'; import { LineFillIcon } from '../type.mjs'; /** * @deprecated ActionUser 아이콘을 사용해주세요. */ declare const NavigationMyPage: react.ForwardRefExoticComponent<Omit<LineFillIcon, "ref"> & react.RefAttributes<SVGSVGElement>>; export { NavigationMyPage };