Skip to content

Commit

Permalink
Some following icons were duplicated (#17)
Browse files Browse the repository at this point in the history
* The following icons were duplicated:

`MedicineAutoInjectorIcon`, `MedicineInjectionFormIcon`, and `MedicineIntravenousDripIcon

* Remove unused medical icon assets and components

This commit deletes unused SVG assets and corresponding React components for medical icons, such as auto-injector, injection form, and intravenous drip. These assets and components are no longer required and were removed to declutter the codebase and reduce maintenance overhead.

* Remove unused medical icon exports from index.ts

This cleanup eliminates redundant exports for unused medical icons to streamline the code. It reduces maintenance overhead and potential confusion by removing duplicate or unnecessary entries.
  • Loading branch information
tonkotsuboy authored Jan 22, 2025
1 parent 6dcb400 commit 25011b4
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 142 deletions.
4 changes: 0 additions & 4 deletions assets/medicine-auto-injector-icon.svg

This file was deleted.

4 changes: 0 additions & 4 deletions assets/medicine-autoinjector-icon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/medicine-injection-form-icon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/medicine-injectionform-icon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/medicine-intravenous-drip-icon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions assets/medicine-intravenousdrip-icon.svg

This file was deleted.

22 changes: 0 additions & 22 deletions src/MedicineAutoInjectorIcon.tsx

This file was deleted.

22 changes: 0 additions & 22 deletions src/MedicineAutoinjectorIcon.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/MedicineInjectionFormIcon.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/MedicineInjectionformIcon.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/MedicineIntravenousDripIcon.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/MedicineIntravenousdripIcon.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,7 @@ export { default as MedicalFormIcon } from './MedicalFormIcon';
export { default as MedicalHeartIcon } from './MedicalHeartIcon';
export { default as MedicalSymbolFillIcon } from './MedicalSymbolFillIcon';
export { default as MedicalSymbolOutlineIcon } from './MedicalSymbolOutlineIcon';
export { default as MedicineAutoInjectorIcon } from './MedicineAutoInjectorIcon';
export { default as MedicineAutoinjectorIcon } from './MedicineAutoinjectorIcon';
export { default as MedicineEnemaIcon } from './MedicineEnemaIcon';
export { default as MedicineInjectionFormIcon } from './MedicineInjectionFormIcon';
export { default as MedicineInjectionformIcon } from './MedicineInjectionformIcon';
export { default as MedicineIntravenousDripIcon } from './MedicineIntravenousDripIcon';
export { default as MedicineIntravenousdripIcon } from './MedicineIntravenousdripIcon';
export { default as MedicinePowderIcon } from './MedicinePowderIcon';
export { default as MedicineSuppositoryIcon } from './MedicineSuppositoryIcon';
export { default as MedicineSyrupIcon } from './MedicineSyrupIcon';
Expand Down

0 comments on commit 25011b4

Please sign in to comment.