import React from 'react'; const iconProps = { className: "h-5 w-5", fill: "none", viewBox: "0 0 24 24", stroke: "currentColor", strokeWidth: 2, }; export const Fit4TaalLogo = () => ( ); export const DashboardIcon = () => ( ); export const AddStudentIcon = () => ( ); export const HistoryIcon = ({className = "h-5 w-5"}) => ( ); export const SeguimientoIcon = () => ( ); export const TestIcon = () => ( ); export const TemplatesIcon = () => ( ); export const AgendaIcon = () => ( ); export const ReportsIcon = () => ( ); export const HelpIcon = ({className = "h-5 w-5"}) => ( ); export const BellIcon = ({className = "h-5 w-5"}) => ( ); export const FilterIcon = () => ( ); export const SearchIcon = ({className = "h-5 w-5"}) => ( ); export const CalendarIcon = ({className = "h-5 w-5"}) => ( ); export const MoreHorizontalIcon = () => ( );