From ecb9f0b59107d7efe638588d81bddcbd35e7e5ae Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Sun, 15 Nov 2020 17:07:41 +0100 Subject: add CDN info to readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 490b0a37..917b1038 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. -- cgit v1.2.1