diff --git a/docs/components/icon.md b/docs/components/icon.md index adcbca92f..6b6461073 100644 --- a/docs/components/icon.md +++ b/docs/components/icon.md @@ -336,17 +336,17 @@ Icons in this library are licensed under the [MIT License](https://github.com/ta import { registerIconLibrary } from '/dist/utilities/icon-library.js'; registerIconLibrary('heroicons', { - resolver: name => `https://cdn.jsdelivr.net/npm/heroicons@0.4.2/outline/${name}.svg` + resolver: name => `https://cdn.jsdelivr.net/npm/heroicons@2.0.1/24/outline/${name}.svg` });