From 5625adc659dddc1f4a17a37d4802ede2bd7613a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Gaw=C4=99da?= Date: Mon, 6 Jan 2025 21:15:52 +0100 Subject: [PATCH] Fix unpkg links to static-files icons Add links for both outline and filled version. --- docs/icons/static-files/png.mdx | 12 +++++++++++- docs/icons/static-files/svg.mdx | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/docs/icons/static-files/png.mdx b/docs/icons/static-files/png.mdx index b6998cff3..1e94c9e4c 100644 --- a/docs/icons/static-files/png.mdx +++ b/docs/icons/static-files/png.mdx @@ -15,6 +15,16 @@ All PNG files are stored in `icons` subdirectory. ## CDN +Replace `$ICONS_VERSION` with `latest` or any specific version you need. + +#### Outline version + ```html - + +``` + +#### Filled version + +```html + ``` diff --git a/docs/icons/static-files/svg.mdx b/docs/icons/static-files/svg.mdx index 748e334bb..5731b1b63 100644 --- a/docs/icons/static-files/svg.mdx +++ b/docs/icons/static-files/svg.mdx @@ -70,6 +70,16 @@ Add an icon to be displayed on your page with the following markup (`activity` i ## CDN +Replace `$ICONS_VERSION` with `latest` or any specific version you need. + +#### Outline version + ```html - + +``` + +#### Filled version + +```html + ```