You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# New
- Update `simple-icons` to v3.13.0
- Use the simple-icons font with the classes `.si`, `.si-[ICON NAME]`, and `.si--color`
# Removed
- Use the simple-icons font with the classes `.simpleicons`, `.simpleicons-[ICON NAME]`, and `.simpleicons--color`
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ Free SVG icon font for popular brands. See them all on one page at <a href="http
14
14
The font can be served from a CDN such as [JSDelivr][jsdelivr-link] or [Unpkg][unpkg-link]. Simply use the `simple-icons-font` NPM package and specify a version in the URL like the following:
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.
@@ -40,23 +40,21 @@ You can also [download the latest version of the package][latest-release] and co
40
40
41
41
## Usage
42
42
43
-
Use any of the icons available in simple-icons by adding the following classes to a node in your HTML. Use the `simpleicons--color` class to apply the brand's color to the icon.
43
+
Use any of the icons available in simple-icons by adding the following classes to a node in your HTML. Use the `si--color` class to apply the brand's color to the icon.
0 commit comments