chore(docs): Add ref to font-icon-generator

This commit is contained in:
Florian
2018-11-22 02:31:18 +01:00
parent 39b78be796
commit 8df71ae92c

View File

@@ -7,7 +7,9 @@ The common.puml is required for the rest to work.
```puml
!include ../common.puml
```
or via url
```puml
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0
!includeurl ICONURL/common.puml
@@ -20,6 +22,7 @@ Import the sprites that you want
!include ../font-awesome/database.puml
!include ../font-awesome-5/database.puml
```
or via url
```puml
@@ -60,7 +63,7 @@ DEV_MYSQL(db4,label of db4,database,red) #DeepSkyBlue
The following icon sets are included:
| Name | Index |
| ------------------------------------------------- | ----------------------------------------- |
| ---------------------------------------------------------- | ----------------------------------------- |
| [Font-Awesome 4](https://fontawesome.com/v4.7.0/) | [List of macros](font-awesome/index.md) |
| [Font-Awesome 5](http://fontawesome.io/) | [List of macros](font-awesome-5/index.md) |
| [Devicons](http://vorillaz.github.io/devicons) | [List of macros](devicons/index.md) |
@@ -106,25 +109,25 @@ web4 <--> db1
More examples can be found [here](examples/)
## Build
Icons are generated with [font-icon-generator](https://github.com/tupadr3/font-icon-generator)
## Note
* All brand icons are trademarks of their respective owners.
* Thanks to milo-minderbinder for [AWS-PlantUML](https://github.com/milo-minderbinder/AWS-PlantUML)
- All brand icons are trademarks of their respective owners.
- Thanks to milo-minderbinder for [AWS-PlantUML](https://github.com/milo-minderbinder/AWS-PlantUML)
## Changelog
#### v2.0.0
* Added fa5, weather, gov and material
* Updated dev and fa to latest version
* Fixed aspect ratios
- Added fa5, weather, gov and material
- Updated dev and fa to latest version
- Fixed aspect ratios
#### v1.0.0
* Intital release
- Intital release
Enjoy!