simple-icons-font 6.7.0 → 6.8.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 +3 -5
- 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 +2246 -2224
- package/font/simple-icons.min.css +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<
|
|
3
|
-
<img src="https://simpleicons.org/icons/simpleicons.svg" alt="Simple Icons" width=64 height=64>
|
|
4
|
-
</a>
|
|
2
|
+
<img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/simpleicons.svg" alt="Simple Icons" width=70>
|
|
5
3
|
<h3 align="center">Simple Icons: <em>Icon font</em></h3>
|
|
6
4
|
<p align="center">
|
|
7
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>
|
|
@@ -35,7 +33,7 @@ The font can be served from a CDN such as [JSDelivr][jsdelivr-link] or [Unpkg][u
|
|
|
35
33
|
|
|
36
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.
|
|
37
35
|
|
|
38
|
-
### Node Setup
|
|
36
|
+
### Node Setup <img src="https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/nodedotjs.svg" alt="Node" align=left width=24>
|
|
39
37
|
|
|
40
38
|
The font is also available through our npm package. To install, simply run:
|
|
41
39
|
|
|
@@ -45,7 +43,7 @@ npm install simple-icons-font
|
|
|
45
43
|
|
|
46
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.
|
|
47
45
|
|
|
48
|
-
### PHP Setup
|
|
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>
|
|
49
47
|
|
|
50
48
|
The font is also available through our Packagist package. To install, simply run:
|
|
51
49
|
|
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
|