diff --git a/README.md b/README.md index 490b0a37e..917b1038d 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,21 @@ const MyComponent = () => { `@tabler/icons` exports it's own type declarations for usage with React and Typescript. +### CDN + +All files included in `@tabler/icons` npm package are available over a CDN. + +```html + + +``` + +To load a specific version replace `latest` with the desired version number. + +```html + +``` + ## Multiple strokes All icons in this repository have been created with the value of the `stroke-width` property, so if you change the value, you can get different icon variants that will fit in well with your design.