From 81d393fbc11f85a1eedc9b8d1ab3b12e5958d043 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 24 Aug 2022 08:23:55 -0400 Subject: [PATCH] update heroicons example to 2.0 --- docs/components/icon.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/icon.md b/docs/components/icon.md index adcbca92..6b646107 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` });
- + - +
```