-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(simpleicons-4): upgrade to 4.17.0
- Loading branch information
Showing
34 changed files
with
282 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the ChartDotJs element | ||
include('simpleicons-4/C/ChartDotJs') | ||
ChartDotJs('chart_dot_js', 'Chart Dot Js', 'an optional tech field') | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the ChartDotJs element | ||
include('simpleicons-4/C/ChartDotJs') | ||
ChartDotJs('chart_dot_js', 'Chart Dot Js', 'an optional tech field') | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Chart Dot Js | ||
|
||
```text | ||
simpleicons-4/C/ChartDotJs | ||
``` | ||
|
||
```text | ||
include('simpleicons-4/C/ChartDotJs') | ||
``` | ||
|
||
|icon|element| | ||
|---|---| | ||
|![](ChartDotJs.png)|![](ChartDotJs.element.png)| | ||
|
||
|
||
|
||
## element | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the ChartDotJs element | ||
include('simpleicons-4/C/ChartDotJs') | ||
ChartDotJs('chart_dot_js', 'Chart Dot Js', 'an optional tech field') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the ChartDotJs element | ||
include('simpleicons-4/C/ChartDotJs') | ||
ChartDotJs('chart_dot_js', 'Chart Dot Js', 'an optional tech field') | ||
@enduml | ||
``` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@startuml | ||
sprite $ChartDotJsMd [14x14/16z] { | ||
BSvH0aGH34FH02hnsltlTWOkSFwAVuLchBWbOocS-M2exQTf09q3hw4q9p9UivXPTAYXgbanUNWFJ-PItWho6olyoRKKMrDVH7mwL-vScmTCGDUsB_KtcTQI | ||
PRmAMR3x0G | ||
} | ||
sprite $ChartDotJsLg [20x20/16z] { | ||
LP250K0X20MnYOViF-tlFFjiwAIxY7VwaiIPNV973TTjcDN7RIfGxvwtVLTMxubkEYmJgz4FqyqDokbxzkvwdIYKHZr4wPiJGOIHXcTYM1zAG-0HqJc24sF2 | ||
v7R6ujOGCV6uq6cgM-iVPnRgNtT8sTjZBmia3cRi27J_6mJpqblNylbp4-mAQcZFVs3glXccbonkTiVqePYLkxy2 | ||
} | ||
!procedure ChartDotJs($id, $name="Chart Dot Js", $tech="") | ||
IconElement($id, 'simpleicons-4/C/ChartDotJs', $name, $tech) | ||
!endprocedure | ||
!procedure ChartDotJsCard($id, $funcName="", $content="") | ||
IconCard($id, '<$ChartDotJsMd>', '', $funcName, $content) | ||
!endprocedure | ||
!procedure ChartDotJsGroup($id, $name='Chart Dot Js', $tech='') | ||
IconGroup($id, 'IconGroup', '<$ChartDotJsLg>', $name, $tech) | ||
!endprocedure | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the Codenewbie element | ||
include('simpleicons-4/C/Codenewbie') | ||
Codenewbie('codenewbie', 'Codenewbie', 'an optional tech field') | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the Codenewbie element | ||
include('simpleicons-4/C/Codenewbie') | ||
Codenewbie('codenewbie', 'Codenewbie', 'an optional tech field') | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Codenewbie | ||
|
||
```text | ||
simpleicons-4/C/Codenewbie | ||
``` | ||
|
||
```text | ||
include('simpleicons-4/C/Codenewbie') | ||
``` | ||
|
||
|icon|element| | ||
|---|---| | ||
|![](Codenewbie.png)|![](Codenewbie.element.png)| | ||
|
||
|
||
|
||
## element | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the Codenewbie element | ||
include('simpleicons-4/C/Codenewbie') | ||
Codenewbie('codenewbie', 'Codenewbie', 'an optional tech field') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the Codenewbie element | ||
include('simpleicons-4/C/Codenewbie') | ||
Codenewbie('codenewbie', 'Codenewbie', 'an optional tech field') | ||
@enduml | ||
``` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@startuml | ||
sprite $CodenewbieMd [14x14/16z] { | ||
DOs50S0W3C2AIoN_NpjVe6uYQV6maboqWBYbNPK6vbfq6LLMWEMUfMqy0T5IfIrW06rGmlAS610mywXr4zoiMU8guG2pU0rjeC6ZYc7GftFp67kk_nJPpeSN | ||
4JKFm7UJYnC | ||
} | ||
sprite $CodenewbieLg [20x20/16z] { | ||
LOw5WKKn20INUFY1xR_RYt0sJpCeDld3u9CHbCLWrL3zfRpa_gFSE4MvrfMfSAEo54YIZ2pGsyiIf1Nv-6c2rpeb39eC7Z9lf728xyTiaJUYdNIPhacGZLi7 | ||
JT1hMaOQWwaO78dySPvXIRd4JdjUSZBcJcvFTbxKoLh9ks2Qog2LY4EoXxFrMYS0W_-eGAxc_CMtGeX04pPZwhgPlhGdNBu | ||
} | ||
!procedure Codenewbie($id, $name="Codenewbie", $tech="") | ||
IconElement($id, 'simpleicons-4/C/Codenewbie', $name, $tech) | ||
!endprocedure | ||
!procedure CodenewbieCard($id, $funcName="", $content="") | ||
IconCard($id, '<$CodenewbieMd>', '', $funcName, $content) | ||
!endprocedure | ||
!procedure CodenewbieGroup($id, $name='Codenewbie', $tech='') | ||
IconGroup($id, 'IconGroup', '<$CodenewbieLg>', $name, $tech) | ||
!endprocedure | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the Files element | ||
include('simpleicons-4/F/Files') | ||
Files('files', 'Files', 'an optional tech field') | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the Files element | ||
include('simpleicons-4/F/Files') | ||
Files('files', 'Files', 'an optional tech field') | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Files | ||
|
||
```text | ||
simpleicons-4/F/Files | ||
``` | ||
|
||
```text | ||
include('simpleicons-4/F/Files') | ||
``` | ||
|
||
|icon|element| | ||
|---|---| | ||
|![](Files.png)|![](Files.element.png)| | ||
|
||
|
||
|
||
## element | ||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/dist" | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the Files element | ||
include('simpleicons-4/F/Files') | ||
Files('files', 'Files', 'an optional tech field') | ||
@enduml | ||
``` | ||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the simpleicons-4 bootstrap | ||
include('simpleicons-4/bootstrap') | ||
' loads the Files element | ||
include('simpleicons-4/F/Files') | ||
Files('files', 'Files', 'an optional tech field') | ||
@enduml | ||
``` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@startuml | ||
sprite $FilesMd [14x14/16z] bSc54G0n24JHk06x_LTxhkDvqJ-uKuWxVuOlRPVJlb8JFiJahM4GVIVRlie4LA6SrOUA4dTjgIASrNhhbzQB-ra1 | ||
sprite $FilesLg [20x20/16z] jSgr5O0040HHdDFT_gl57L9-E6-AKxcvfkhLQid8IQHKYxhenRZ3Z2vKvKqgFOnNeQIcFHCSzaWqftANSvhxfQa2hi5h4-bxpud5vSlm1NyJ-H0fPVLIV1a1 | ||
!procedure Files($id, $name="Files", $tech="") | ||
IconElement($id, 'simpleicons-4/F/Files', $name, $tech) | ||
!endprocedure | ||
!procedure FilesCard($id, $funcName="", $content="") | ||
IconCard($id, '<$FilesMd>', '', $funcName, $content) | ||
!endprocedure | ||
!procedure FilesGroup($id, $name='Files', $tech='') | ||
IconGroup($id, 'IconGroup', '<$FilesLg>', $name, $tech) | ||
!endprocedure | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters