Release 5.0.0-rc3
This commit is contained in:
@@ -414,6 +414,22 @@ fontawesome.icon(faSpinner, {
|
||||
}).html
|
||||
```
|
||||
|
||||
Creating a symbol (auto-generating ID):
|
||||
|
||||
```javascript
|
||||
fontawesome.icon(faSpinner, {
|
||||
symbol: true
|
||||
}).html
|
||||
```
|
||||
|
||||
Creating a symbol (explicit ID):
|
||||
|
||||
```javascript
|
||||
fontawesome.icon(faSpinner, {
|
||||
symbol: 'spinner-icon'
|
||||
}).html
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### `fontawesome.layer(assembler)`
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -4,6 +4,6 @@
|
||||
"repository": "https://github.com/FortAwesome/Font-Awesome-Pro",
|
||||
"jsnext:main": "index.es.js",
|
||||
"license": "MIT",
|
||||
"version": "0.0.16",
|
||||
"version": "0.0.19",
|
||||
"name": "@fortawesome/fontawesome"
|
||||
}
|
||||
Reference in New Issue
Block a user