diff --git a/packages/webawesome/src/components/icon/library.default.ts b/packages/webawesome/src/components/icon/library.default.ts index e1aa5d47f..bcf04d8ee 100644 --- a/packages/webawesome/src/components/icon/library.default.ts +++ b/packages/webawesome/src/components/icon/library.default.ts @@ -1,7 +1,7 @@ import { getKitCode } from '../../utilities/base-path.js'; import type { IconLibrary } from './library.js'; -const FA_VERSION = '7.0.0'; +const FA_VERSION = '7.0.1'; function getIconUrl(name: string, family: string, variant: string) { const kitCode = getKitCode();