Barrel export file for the **education & science** icon category, re-exporting all individual icon components from their respective modules into a single entry point. ## Key Components | Export | Description | |--------|-------------| | `AtomIcon`, `FlaskIcon`, `MicroscopeIcon`, `TelescopeIcon` | Science & lab instrument icons | | `BookIcon`, `BooksIcon`, `BookOpenIcon`, `BookmarkIcon` + variants | Book and bookmark icon family | | `GlobeIcon`, `PlanetIcon` | Geography and astronomy icons | | `GraduationCapIcon`, `HonorIcon`, `HonorStarIcon` | Academic achievement icons | | `ShapeCircleIcon`, `ShapeHexagonIcon`, `ShapeTriangleIcon` + variants | Geometric shape icons | | `Calculator01Icon`, `Calculator02Icon`, `RulerIcon`, `RulerTriangleIcon` | Math and measurement tools | | `QuoteLeftIcon`, `QuoteRightIcon`, `QuoteSquareIcon` | Typography/quote icons | ## Usage Example ```typescript import { AtomIcon, GraduationCapIcon, BookOpenIcon, MicroscopeIcon, } from '@your-package/icons/education'; // Use in a React component const CourseCard = () => (