UNPKG

@teamsparta/stack-icons

Version:
13 lines (10 loc) 382 B
import * as react from 'react'; import { IconSize } from '../type.mjs'; /** * @deprecated NavigationMoreVertical 아이콘을 사용해주세요. */ declare const NavigationMore: react.ForwardRefExoticComponent<Omit<{ size: IconSize; color?: string | undefined; } & react.SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>; export { NavigationMore };