You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
4.9 KiB
126 lines
4.9 KiB
9 years ago
|
---
|
||
|
category: Components
|
||
|
chinese: 图标
|
||
9 years ago
|
type: Basic
|
||
9 years ago
|
english: Icon
|
||
8 years ago
|
toc: false
|
||
9 years ago
|
---
|
||
10 years ago
|
|
||
8 years ago
|
Meaningful vector graphics.
|
||
10 years ago
|
|
||
8 years ago
|
## Icons naming convention
|
||
10 years ago
|
|
||
8 years ago
|
We provide semantic name for every icon, and naming rules are as follows:
|
||
10 years ago
|
|
||
8 years ago
|
- Scanning line icon has the similar name with its solid one,but it's distinguished by `-o`, for example, `question-circle`(a full circle) and `question-circle-o`(an empty circle);
|
||
10 years ago
|
|
||
8 years ago
|
- Naming sequence:`[icon's name]-[shape, optional]-[Scanning line or not]-[direction, optional]`.
|
||
10 years ago
|
|
||
8 years ago
|
## How to use
|
||
9 years ago
|
|
||
8 years ago
|
Use tag <Icon /> to create an icon and set its type in the type prop, for example:
|
||
9 years ago
|
|
||
9 years ago
|
```html
|
||
9 years ago
|
<Icon type="link" />
|
||
9 years ago
|
```
|
||
10 years ago
|
|
||
8 years ago
|
Finally, it will be rendered as follow:
|
||
10 years ago
|
|
||
|
```html
|
||
9 years ago
|
<i class="anticon anticon-${type}"></i>
|
||
10 years ago
|
```
|
||
|
|
||
8 years ago
|
## Local deployment of icons font
|
||
9 years ago
|
|
||
8 years ago
|
By default, icon components uses [iconfont.cn](http://iconfont.cn), publicly available repository of a huge set of icons. In case you need to use a locally deployed version of the icon font, you can refer to [this example](https://github.com/ant-design/antd-init/tree/master/examples/local-iconfont)。
|
||
9 years ago
|
|
||
8 years ago
|
## List of icons
|
||
10 years ago
|
|
||
8 years ago
|
> Click the icon and copy the code。
|
||
9 years ago
|
|
||
8 years ago
|
### 一. Directional Icons
|
||
10 years ago
|
|
||
9 years ago
|
```__react
|
||
9 years ago
|
import IconSet from 'site/theme/template/IconSet';
|
||
9 years ago
|
const icons1 = ['step-backward', 'step-forward', 'fast-backward', 'fast-forward', 'shrink', 'arrow-salt', 'down', 'up', 'left', 'right', 'caret-down', 'caret-up', 'caret-left', 'caret-right', 'caret-circle-right', 'caret-circle-left', 'caret-circle-o-right', 'caret-circle-o-left', 'circle-right', 'circle-left', 'circle-o-right', 'circle-o-left', 'double-right', 'double-left', 'verticle-right', 'verticle-left', 'forward', 'backward', 'rollback', 'enter', 'retweet', 'swap', 'swap-left', 'swap-right', 'arrow-right', 'arrow-up', 'arrow-down', 'arrow-left', 'play-circle', 'play-circle-o', 'circle-up', 'circle-down', 'circle-o-up', 'circle-o-down', 'caret-circle-o-up', 'caret-circle-o-down', 'caret-circle-up', 'caret-circle-down'];
|
||
9 years ago
|
|
||
|
ReactDOM.render(<IconSet className="icons" icons={icons1} key="icons1" />, mountNode);
|
||
|
```
|
||
10 years ago
|
|
||
8 years ago
|
### 二. Suggested Icons
|
||
10 years ago
|
|
||
9 years ago
|
```__react
|
||
|
const icons2 = ['question', 'question-circle-o', 'question-circle', 'plus', 'plus-circle-o', 'plus-circle', 'pause', 'pause-circle-o', 'pause-circle', 'minus', 'minus-circle-o', 'minus-circle', 'plus-square', 'minus-square', 'info', 'info-circle-o', 'info-circle', 'exclamation', 'exclamation-circle-o', 'exclamation-circle', 'cross', 'cross-circle-o', 'cross-circle', 'check', 'check-circle-o', 'check-circle', 'clock-circle-o', 'clock-circle'];
|
||
|
|
||
|
ReactDOM.render(<IconSet className="icons" icons={icons2} key="icons2" />, mountNode);
|
||
|
```
|
||
10 years ago
|
|
||
8 years ago
|
### 三. Universal Icons
|
||
10 years ago
|
|
||
9 years ago
|
```__react
|
||
9 years ago
|
const icons3 = ['lock', 'unlock', 'android', 'apple', 'area-chart', 'bar-chart', 'bars', 'book', 'calendar', 'cloud', 'cloud-download', 'code', 'copy', 'credit-card', 'delete', 'desktop', 'download', 'edit', 'ellipsis', 'file', 'file-text', 'file-unknown', 'file-pdf','file-excel', 'file-jpg', 'file-ppt', 'folder', 'folder-open', 'github', 'hdd', 'frown', 'meh', 'inbox', 'laptop', 'appstore-o', 'appstore', 'line-chart', 'link', 'logout', 'mail', 'menu-fold', 'menu-unfold', 'mobile', 'notification', 'paper-clip', 'picture', 'pie-chart', 'poweroff', 'reload', 'search', 'setting', 'share-alt', 'shopping-cart', 'smile', 'tablet', 'tag', 'tags', 'to-top', 'upload', 'user', 'video-camera', 'windows', 'ie', 'chrome', 'home', 'loading', 'smile-circle', 'meh-circle', 'frown-circle', 'tags-o', 'tag-o', 'cloud-upload-o', 'cloud-download-o', 'cloud-upload', 'cloud-o', 'star-o', 'star', 'heart-o', 'heart', 'environment', 'environment-o', 'eye', 'eye-o', 'camera', 'camera-o', 'aliwangwang', 'aliwangwang-o', 'save', 'team', 'solution', 'phone', 'filter', 'exception', 'export', 'customerservice', 'qrcode', 'scan', 'like', 'dislike', 'message', 'pay-circle', 'pay-circle-o', 'calculator', 'pushpin', 'pushpin-o'];
|
||
9 years ago
|
|
||
|
ReactDOM.render(<IconSet className="icons" icons={icons3} key="icons3" />, mountNode);
|
||
|
```
|
||
|
|
||
9 years ago
|
|
||
10 years ago
|
<style>
|
||
9 years ago
|
.markdown .icons {
|
||
|
width: 100%;
|
||
|
}
|
||
10 years ago
|
ul.anticons-list {
|
||
|
margin: 20px 0;
|
||
|
list-style: none;
|
||
9 years ago
|
overflow: hidden;
|
||
10 years ago
|
}
|
||
10 years ago
|
ul.anticons-list li {
|
||
10 years ago
|
float: left;
|
||
9 years ago
|
margin: 6px 6px 6px 0;
|
||
|
width: 145px;
|
||
10 years ago
|
text-align: center;
|
||
|
list-style: none;
|
||
|
cursor: pointer;
|
||
9 years ago
|
height: 100px;
|
||
10 years ago
|
color: #5C6B77;
|
||
10 years ago
|
transition: all 0.2s ease;
|
||
10 years ago
|
position: relative;
|
||
9 years ago
|
padding-top: 10px;
|
||
10 years ago
|
}
|
||
9 years ago
|
ul.anticons-list li:hover {
|
||
10 years ago
|
background-color: #4BB8FF;
|
||
10 years ago
|
color: #fff;
|
||
10 years ago
|
border-radius: 4px;
|
||
|
}
|
||
9 years ago
|
ul.anticons-list li.copied:hover {
|
||
10 years ago
|
color: rgba(255,255,255,0.2);
|
||
|
}
|
||
|
ul.anticons-list li:after {
|
||
|
position: absolute;
|
||
|
top: 10px;
|
||
|
left: 0;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
content: "Copied!";
|
||
|
text-align: center;
|
||
|
line-height: 110px;
|
||
|
color: #fff;
|
||
|
transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
||
|
opacity: 0;
|
||
|
}
|
||
|
ul.anticons-list li.copied:after {
|
||
|
opacity: 1;
|
||
|
top: 0;
|
||
10 years ago
|
}
|
||
10 years ago
|
.anticon {
|
||
10 years ago
|
font-size: 26px;
|
||
10 years ago
|
margin: 12px 0 16px;
|
||
10 years ago
|
}
|
||
|
.anticon-class {
|
||
|
display: block;
|
||
|
text-align: center;
|
||
10 years ago
|
transform: scale(0.83);
|
||
10 years ago
|
font-family: Consolas;
|
||
9 years ago
|
white-space: nowrap;
|
||
10 years ago
|
}
|
||
9 years ago
|
</style>
|