Skip to content

Commit acfb6e0

Browse files
committed
V4.1.0
1 parent a64f442 commit acfb6e0

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2600+ icons are all elaborately crafted so that they are born with the gene 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.
10+
Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2700+ 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.
1111

1212
[![icon demo](./.github/files/preview.svg)](https://remixicon.com)
1313
View the full set of Remix Icons at [remixicon.com](https://remixicon.com).
@@ -18,7 +18,7 @@ View the full set of Remix Icons at [remixicon.com](https://remixicon.com).
1818

1919
Just click the icons you want from [remixicon.com](https://remixicon.com), and then you can download the icons in SVG or PNG format.
2020

21-
Designers can click the `Copy SVG` button and then press `⌘+V` or `Ctrl+V` to paste the vector graphic into your design tool directly, easy and simple.
21+
Designers can click the `Copy SVG` button and then press `⌘+V` or `Ctrl+V` to paste the vector graphic into your design tool directly, it is easy and simple.
2222

2323
> We recommend that designers download or copy icons from our website when needed instead of managing all of them in a local folder. The website's search engine allows you to quickly locate the icon you are looking for and the icons on the website are being continuously updated.
2424
>
@@ -50,20 +50,20 @@ import 'remixicon/fonts/remixicon.css'
5050
5151
#### CDN
5252

53-
Copy the following code and add it to the <head> tag of your html document.
53+
Copy the following code and add it to the <head> tag of your HTML document.
5454

5555
```html
5656
<link
57-
href="https://cdn.jsdelivr.net/npm/remixicon@4.0.0/fonts/remixicon.css"
57+
href="https://cdn.jsdelivr.net/npm/remixicon@4.1.0/fonts/remixicon.css"
5858
rel="stylesheet"
5959
/>
6060
```
6161

62-
> The `@3.7.0` in the CDN link can be changed to any history version we've published.
62+
> The `@4.1.0` in the CDN link can be changed to any history version we've published.
6363
6464
#### Download Manually
6565

66-
Download [`remixicon.css`](https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css) file, add it to the &lt;head&gt; tag of your html document.
66+
Download [`remixicon.css`](https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css) file, and add it to the &lt;head&gt; tag of your HTML document.
6767

6868
#### Use
6969

@@ -80,7 +80,7 @@ Add icon with class name, class name rule: ri-{name}-{style}
8080
8181
#### Sizing
8282

83-
RemixIcon can be resized by css class integrated by `remixicon.css` . Icons inherit the `font-size` of their parent container and with the following classes you can increase or decrease the size of icons relative to that inherited `font-size`. You can also use `ri-fw` class for a fixed width for icons. For example:
83+
RemixIcon can be resized by CSS class integrated by `remixicon.css` . Icons inherit the `font-size` of their parent container and with the following classes, you can increase or decrease the size of icons relative to that inherited `font-size`. You can also use `ri-fw` class for a fixed width for icons. For example:
8484

8585
```html
8686
<div style="font-size: 24px;">
@@ -102,7 +102,7 @@ RemixIcon can be resized by css class integrated by `remixicon.css` . Icons inhe
102102
103103
### SVG Sprite Usage
104104

105-
Download [`remixicon.symbol.svg`](https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.symbol.svg) file into your project directoryuse icons with the `<use>` element, such as:
105+
Download [`remixicon.symbol.svg`](https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.symbol.svg) file into your project directory, use icons with the `<use>` element, such as:
106106

107107
```html
108108
<svg class="remix">
@@ -178,25 +178,25 @@ import { RiHeartFill } from "@remixicon/vue";
178178

179179
## Contributing
180180

181-
> **Note:** In order to ensure the quality of each icon, we currently do not accept third-party drawn icons. If you want to contribute an icon to Remix Icon, you can create an [issue](https://github.com/Remix-Design/remixicon/issues) with a screenshot or url to your svg-format file. If you are not familiar with github, you can also email us directly `jimmy@remixdesign.cn`.
181+
> **Note:** In order to ensure the quality of each icon, we currently do not accept third-party drawn icons. If you want to contribute an icon to Remix Icon, you can create an [issue](https://github.com/Remix-Design/remixicon/issues) with a screenshot or URL to your svg-format file. If you are not familiar with GitHub, you can also email us directly `jimmy@remixdesign.cn`.
182182
183183
### Icon Request
184184

185-
If there is no suitable icon for your usage scenario, you can create an [issue](https://github.com/Remix-Design/remixicon/issues) with a title of "Icon request: `<Icon name>`" and fill the issue template.
185+
If there is no suitable icon for your usage scenario, you can create an [issue](https://github.com/Remix-Design/remixicon/issues) with the title of "Icon request: `<Icon name>`" and fill in the issue template.
186186

187-
> RemixIcon is mainly focuses on user interface icons. If we did not include the logo icons you were looking for, I recommend this icon library - [Simple Icons](https://github.com/simple-icons/simple-icons)
187+
> RemixIcon is mainly focused on user interface icons. If we did not include the logo icons you were looking for, I recommend this icon library - [Simple Icons](https://github.com/simple-icons/simple-icons)
188188
189189
### Icon Search Keywords
190190

191-
We use [`tags.json`](https://github.com/Remix-Design/remixicon/blob/master/tags.json) file to manage the search keywords of our [website](https://remixicon.com). But at the moment, we don't have a good automatic method to complete the keywords for each icon. So we hope you can help us to improve the `tags.json` file by creating [issues](https://github.com/Remix-Design/remixicon/issues), sending emails or "pull request" of tags.json file to make the search engine better. Especially when one of our icons matches your scene but you don't find the icon with your keywords.
191+
We use [`tags.json`](https://github.com/Remix-Design/remixicon/blob/master/tags.json) file to manage the search keywords of our [website](https://remixicon.com). But at the moment, we don't have a good automatic method to complete the keywords for each icon. So we hope you can help us to improve the `tags.json` file by creating [issues](https://github.com/Remix-Design/remixicon/issues), sending emails, or "pull request" of tags.json file to make the search engine better. Especially when one of our icons matches your scene but you don't find the icon with your keywords.
192192

193193
## Sub-projects
194194

195-
[RemixIcon-Slides](https://github.com/Remix-Design/RemixIcon-Slides) PowerPoint and Keynote verison of Remix Icon.
195+
[RemixIcon-Slides](https://github.com/Remix-Design/RemixIcon-Slides) PowerPoint and Keynote version of Remix Icon.
196196

197197
## License
198198

199-
Remix Icon is based on the [Apache License Version 2.0](https://github.com/Remix-Design/remixicon/blob/master/License) license. Feel free to use these icons in your products and distribute them. We would be very grateful if you mention "Remix Icon" in your product info, but it's not required. The only thing we ask is that these icons are not for sale.
199+
Remix Icon is based on the [Apache License Version 2.0](https://github.com/Remix-Design/remixicon/blob/master/License) license. Feel free to use these icons in your products and distribute them. We would be very grateful if you mentioned "Remix Icon" in your product info, but it's not required. The only thing we ask is that these icons are not for sale.
200200

201201
## Support Us
202202

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ import 'remixicon/fonts/remixicon.css'
5555

5656
```html
5757
<link
58-
href="https://cdn.jsdelivr.net/npm/remixicon@4.0.0/fonts/remixicon.css"
58+
href="https://cdn.jsdelivr.net/npm/remixicon@4.1.0/fonts/remixicon.css"
5959
rel="stylesheet"
6060
/>
6161
```
6262

63-
> 上面 CDN 链接中的 `@3.7.0` 可以更改为任何我们曾经发布过的历史版本号。
63+
> 上面 CDN 链接中的 `@4.1.0` 可以更改为任何我们曾经发布过的历史版本号。
6464
6565
#### 手动下载引入
6666

0 commit comments

Comments
 (0)