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 + ```