Files
imphnen-frontend-service/libs/shadcn-ui/src/atoms/icons.tsx
T

4 lines
96 B
TypeScript
Raw Normal View History

2025-04-27 05:28:37 +07:00
import { LuMenu as MenuIcon, LuX as XIcon } from 'react-icons/lu';
export { MenuIcon, XIcon };