mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-31 03:59:49 +02:00
Ship v1.0.0-beta.0
This commit is contained in:
@@ -103,6 +103,10 @@ It is also possible to link to an external SVG containing the definitions:
|
||||
|
||||
Referencing an external SVG has the advantage that your icons get cached, with one HTTP request. But the external SVG and the HTML should be served from the same domain. This approach works fine in modern browsers except for IE 9+. In order to support IE 9+, You should use `/js/svgxuse.js` or `/js/svgxuse.min.js`. This polyfill detects if the icons are loaded properly; if they aren't, it sends one HTTP request to fetch and cache symbol definitions.
|
||||
|
||||
```html
|
||||
<script defer src="https://unpkg.com/@coreui/icons/js/svgxuse.js"></script>
|
||||
```
|
||||
|
||||
## CoreUI Icons PRO
|
||||
|
||||
If our free icon set is insufficient you can buy [CoreUI Icons Pro](https://coreui.io/icons/pro/) with more than 2000 icons, and more styles - Solid, Duo-Tone and Linear.
|
||||
|
Reference in New Issue
Block a user