simple-icons-font 7.20.0 → 8.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 +6 -4
- package/font/SimpleIcons.eot +0 -0
- package/font/SimpleIcons.otf +0 -0
- package/font/SimpleIcons.ttf +0 -0
- package/font/SimpleIcons.woff +0 -0
- package/font/SimpleIcons.woff2 +0 -0
- package/font/simple-icons.css +1902 -1890
- package/font/simple-icons.min.css +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/simpleicons.svg" alt="Simple Icons" width=70>
|
|
2
|
+
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/simpleicons.svg" alt="Simple Icons" width="70">
|
|
3
3
|
<h3 align="center">Simple Icons: <em>Icon font</em></h3>
|
|
4
4
|
<p align="center">
|
|
5
5
|
Free SVG icon font for popular brands. See them all on one page at <a href="https://simpleicons.org">SimpleIcons.org</a>. Contributions, corrections & requests can be made on GitHub.</p>
|
|
@@ -13,7 +13,7 @@ Free SVG icon font for popular brands. See them all on one page at <a href="http
|
|
|
13
13
|
|
|
14
14
|
## Setup
|
|
15
15
|
|
|
16
|
-
> :
|
|
16
|
+
> :information\_source: We ask that all users read our [legal disclaimer](https://github.com/simple-icons/simple-icons/blob/master/DISCLAIMER.md) before using icons from Simple Icons.
|
|
17
17
|
|
|
18
18
|
### CDN Setup
|
|
19
19
|
|
|
@@ -33,7 +33,7 @@ The font can be served from a CDN such as [JSDelivr][jsdelivr-link] or [Unpkg][u
|
|
|
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.
|
|
35
35
|
|
|
36
|
-
### Node Setup <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/nodedotjs.svg" alt="Node" align=left width=24>
|
|
36
|
+
### Node Setup <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/nodedotjs.svg" alt="Node" align="left" width="24">
|
|
37
37
|
|
|
38
38
|
The font is also available through our npm package. To install, simply run:
|
|
39
39
|
|
|
@@ -43,7 +43,7 @@ npm install simple-icons-font
|
|
|
43
43
|
|
|
44
44
|
After installation, the icons font and stylesheet font can be found in `node_modules/simple-icons-font/font`. You can use your favorite bundling tool to include them into your project.
|
|
45
45
|
|
|
46
|
-
### PHP Setup <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/php.svg" alt="Php" align=left width=24 height=24>
|
|
46
|
+
### PHP Setup <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/php.svg" alt="Php" align="left" width="24" height="24">
|
|
47
47
|
|
|
48
48
|
The font is also available through our Packagist package. To install, simply run:
|
|
49
49
|
|
|
@@ -80,5 +80,7 @@ Where `[ICON NAME]` is replaced by the icon name, for example:
|
|
|
80
80
|
In this example we use the `<i>` tag, but any inline HTML tag should work as you expect.
|
|
81
81
|
|
|
82
82
|
[latest-release]: https://github.com/simple-icons/simple-icons-font/releases/latest
|
|
83
|
+
|
|
83
84
|
[jsdelivr-link]: https://www.jsdelivr.com/package/npm/simple-icons-font/
|
|
85
|
+
|
|
84
86
|
[unpkg-link]: https://unpkg.com/browse/simple-icons-font/
|
package/font/SimpleIcons.eot
CHANGED
|
Binary file
|
package/font/SimpleIcons.otf
CHANGED
|
Binary file
|
package/font/SimpleIcons.ttf
CHANGED
|
Binary file
|
package/font/SimpleIcons.woff
CHANGED
|
Binary file
|
package/font/SimpleIcons.woff2
CHANGED
|
Binary file
|