simple-icons-font 12.3.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -22,13 +22,13 @@ The font can be served from a CDN such as [JSDelivr][jsdelivr-link] or [Unpkg][u
22
22
  #### JSDelivr
23
23
 
24
24
  ```html
25
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-icons-font@v12/font/simple-icons.min.css" type="text/css">
25
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-icons-font@v13/font/simple-icons.min.css" type="text/css">
26
26
  ```
27
27
 
28
28
  #### Unpkg
29
29
 
30
30
  ```html
31
- <link rel="stylesheet" href="https://unpkg.com/simple-icons-font@v12/font/simple-icons.min.css" type="text/css">
31
+ <link rel="stylesheet" href="https://unpkg.com/simple-icons-font@v13/font/simple-icons.min.css" type="text/css">
32
32
  ```
33
33
 
34
34
  These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However this may cause an icon to disappear if it has been removed in the latest version.
Binary file
Binary file
Binary file
Binary file
Binary file