Skip to content

Commit

Permalink
v4.5.0 3000+ icons
Browse files Browse the repository at this point in the history
Remix Icon have exceeded 3,000 icons
  • Loading branch information
xiaochunjimmy committed Oct 28, 2024
1 parent 4f1fa22 commit c1c0130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

English | [简体中文](./README_CN.md)

Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2900+ icons are all elaborately crafted so that they are born with the genes of readability, consistency, and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.
Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 3000+ icons are all elaborately crafted so that they are born with the genes of readability, consistency, and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.

[![icon demo](./.github/files/preview.svg)](https://remixicon.com)
View the full set of Remix Icons at [remixicon.com](https://remixicon.com).
Expand Down Expand Up @@ -56,12 +56,12 @@ Copy the following code and add it to the <head> tag of your HTML document

```html
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.4.0/fonts/remixicon.css"
href="https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css"
rel="stylesheet"
/>
```

> The `@4.4.0` in the CDN link can be changed to any history version we've published.
> The `@4.5.0` in the CDN link can be changed to any history version we've published.
#### Download Manually

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ import 'remixicon/fonts/remixicon.css'

```html
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.4.0/fonts/remixicon.css"
href="https://cdn.jsdelivr.net/npm/remixicon@4.5.0/fonts/remixicon.css"
rel="stylesheet"
/>
```

> 上面 CDN 链接中的 `@4.4.0` 可以更改为任何我们曾经发布过的历史版本号。
> 上面 CDN 链接中的 `@4.5.0` 可以更改为任何我们曾经发布过的历史版本号。
#### 手动下载引入

Expand Down

0 comments on commit c1c0130

Please sign in to comment.