update FA version from 7.0.0 to 7.0.1 (#1399)

This commit is contained in:
randomguy-2650
2025-09-03 21:01:35 +02:00
committed by GitHub
parent 0e56ed0cbb
commit 63296b7ed5

View File

@@ -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();