Skip to content

Commit

Permalink
Remove faCalendarXmark (not present in FA v5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Oct 26, 2024
1 parent 589ff91 commit 7cbb550
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-app/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
faSync,
faStopwatch20,
faTrashAlt,
faCalendarXmark,
} from '@fortawesome/free-solid-svg-icons';
import * as freeRegularSvgIcons from '@fortawesome/free-regular-svg-icons';
import * as freeBrandSvgIcons from '@fortawesome/free-brands-svg-icons';
Expand All @@ -43,7 +42,6 @@ library.add(
faSync,
faStopwatch20,
faTrashAlt,
faCalendarXmark,
);

library.add(freeBrandSvgIcons['fab']);
Expand Down

0 comments on commit 7cbb550

Please sign in to comment.