|
@@ -59,8 +59,6 @@ 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
|
|
@@ -72,3 +70,5 @@ Replace `$ICONS_VERSION` with `latest` or any specific version you need.
|
|
|
```html
|
|
|
<img src="https://unpkg.com/@tabler/icons@$ICONS_VERSION/icons/filled/home.svg" />
|
|
|
```
|
|
|
+
|
|
|
+Instead of a specific version, you can use `latest` to always get the newest icons.
|