|
@@ -70,6 +70,16 @@ Add an icon to be displayed on your page with the following markup (`activity` i
|
|
|
|
|
|
## CDN
|
|
## CDN
|
|
|
|
|
|
|
|
+Replace `$ICONS_VERSION` with `latest` or any specific version you need.
|
|
|
|
+
|
|
|
|
+#### Outline version
|
|
|
|
+
|
|
|
|
+```html
|
|
|
|
+<img src="https://unpkg.com/@tabler/icons@$ICONS_VERSION/icons/outline/home.svg" />
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+#### Filled version
|
|
|
|
+
|
|
```html
|
|
```html
|
|
-<img src="https://unpkg.com/@tabler/icons@$ICONS_VERSION/icons/home.svg" />
|
|
|
|
|
|
+<img src="https://unpkg.com/@tabler/icons@$ICONS_VERSION/icons/filled/home.svg" />
|
|
```
|
|
```
|