-
-
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-5): upgrade to 5.8.1
- Loading branch information
Showing
49 changed files
with
671 additions
and
11 deletions.
There are no files selected for viewing
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.
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,17 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
|
||
' loads the Item which embeds the element Dpd | ||
include('simpleicons-5/D/Dpd') | ||
|
||
' renders the element | ||
Dpd('Dpd', 'Dpd', 'an optional tech label') | ||
@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,16 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
|
||
' loads the Item which embeds the element Dpd | ||
include('simpleicons-5/D/Dpd') | ||
|
||
' renders the element | ||
Dpd('Dpd', 'Dpd', 'an optional tech label') | ||
@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,63 @@ | ||
# Dpd | ||
|
||
|
||
```text | ||
simpleicons-5/D/Dpd | ||
``` | ||
|
||
```text | ||
include('simpleicons-5/D/Dpd') | ||
``` | ||
|
||
|
||
|
||
| Illustration | Dpd | | ||
| :---: | :---: | | ||
| ![illustration for Illustration](../../simpleicons-5/D/Dpd.png) | ![illustration for Dpd](../../simpleicons-5/D/Dpd.Local.png) | | ||
|
||
|
||
|
||
|
||
## Dpd | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
' loads the Item which embeds the element Dpd | ||
include('simpleicons-5/D/Dpd') | ||
' renders the element | ||
Dpd('Dpd', 'Dpd', 'an optional tech label') | ||
@enduml | ||
``` | ||
|
||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
' loads the Item which embeds the element Dpd | ||
include('simpleicons-5/D/Dpd') | ||
' renders the element | ||
Dpd('Dpd', 'Dpd', 'an optional tech label') | ||
@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 @@ | ||
' definition of the Item simpleicons-5/D/Dpd | ||
|
||
sprite $DpdXs [10x10/16z] uwS3 | ||
|
||
sprite $DpdSm [12x12/16z] unza | ||
|
||
sprite $DpdMd [16x16/16z] un_X | ||
|
||
sprite $DpdLg [20x20/16z] unzKO1G | ||
|
||
!procedure Dpd($id, $name="", $tech="") | ||
IconElement($id, 'IconElement', 'simpleicons-5/D/Dpd', $name, $tech) | ||
!endprocedure |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
distribution/simpleicons-5/D/Dungeonsanddragons.Local.puml
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,17 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
|
||
' loads the Item which embeds the element Dungeonsanddragons | ||
include('simpleicons-5/D/Dungeonsanddragons') | ||
|
||
' renders the element | ||
Dungeonsanddragons('Dungeonsanddragons', 'Dungeonsanddragons', 'an optional tech label') | ||
@enduml |
16 changes: 16 additions & 0 deletions
16
distribution/simpleicons-5/D/Dungeonsanddragons.Remote.puml
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,16 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
|
||
' loads the Item which embeds the element Dungeonsanddragons | ||
include('simpleicons-5/D/Dungeonsanddragons') | ||
|
||
' renders the element | ||
Dungeonsanddragons('Dungeonsanddragons', 'Dungeonsanddragons', 'an optional tech label') | ||
@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,63 @@ | ||
# Dungeonsanddragons | ||
|
||
|
||
```text | ||
simpleicons-5/D/Dungeonsanddragons | ||
``` | ||
|
||
```text | ||
include('simpleicons-5/D/Dungeonsanddragons') | ||
``` | ||
|
||
|
||
|
||
| Illustration | Dungeonsanddragons | | ||
| :---: | :---: | | ||
| ![illustration for Illustration](../../simpleicons-5/D/Dungeonsanddragons.png) | ![illustration for Dungeonsanddragons](../../simpleicons-5/D/Dungeonsanddragons.Local.png) | | ||
|
||
|
||
|
||
|
||
## Dungeonsanddragons | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
' loads the Item which embeds the element Dungeonsanddragons | ||
include('simpleicons-5/D/Dungeonsanddragons') | ||
' renders the element | ||
Dungeonsanddragons('Dungeonsanddragons', 'Dungeonsanddragons', 'an optional tech label') | ||
@enduml | ||
``` | ||
|
||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
' loads the Item which embeds the element Dungeonsanddragons | ||
include('simpleicons-5/D/Dungeonsanddragons') | ||
' renders the element | ||
Dungeonsanddragons('Dungeonsanddragons', 'Dungeonsanddragons', 'an optional tech label') | ||
@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 @@ | ||
' definition of the Item simpleicons-5/D/Dungeonsanddragons | ||
|
||
sprite $DungeonsanddragonsXs [10x10/16z] uwS3 | ||
|
||
sprite $DungeonsanddragonsSm [12x12/16z] unza | ||
|
||
sprite $DungeonsanddragonsMd [16x16/16z] un_X | ||
|
||
sprite $DungeonsanddragonsLg [20x20/16z] unzKO1G | ||
|
||
!procedure Dungeonsanddragons($id, $name="", $tech="") | ||
IconElement($id, 'IconElement', 'simpleicons-5/D/Dungeonsanddragons', $name, $tech) | ||
!endprocedure |
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.
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,17 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
|
||
' loads the Item which embeds the element Grab | ||
include('simpleicons-5/G/Grab') | ||
|
||
' renders the element | ||
Grab('Grab', 'Grab', 'an optional tech label') | ||
@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,16 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
|
||
' loads the Item which embeds the element Grab | ||
include('simpleicons-5/G/Grab') | ||
|
||
' renders the element | ||
Grab('Grab', 'Grab', 'an optional tech label') | ||
@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,63 @@ | ||
# Grab | ||
|
||
|
||
```text | ||
simpleicons-5/G/Grab | ||
``` | ||
|
||
```text | ||
include('simpleicons-5/G/Grab') | ||
``` | ||
|
||
|
||
|
||
| Illustration | Grab | | ||
| :---: | :---: | | ||
| ![illustration for Illustration](../../simpleicons-5/G/Grab.png) | ![illustration for Grab](../../simpleicons-5/G/Grab.Local.png) | | ||
|
||
|
||
|
||
|
||
## Grab | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
' loads the Item which embeds the element Grab | ||
include('simpleicons-5/G/Grab') | ||
' renders the element | ||
Grab('Grab', 'Grab', 'an optional tech label') | ||
@enduml | ||
``` | ||
|
||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('simpleicons-5/bootstrap') | ||
' loads the Item which embeds the element Grab | ||
include('simpleicons-5/G/Grab') | ||
' renders the element | ||
Grab('Grab', 'Grab', 'an optional tech label') | ||
@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 @@ | ||
' definition of the Item simpleicons-5/G/Grab | ||
|
||
sprite $GrabXs [10x10/16z] uwS3 | ||
|
||
sprite $GrabSm [12x12/16z] unza | ||
|
||
sprite $GrabMd [16x16/16z] un_X | ||
|
||
sprite $GrabLg [20x20/16z] unzKO1G | ||
|
||
!procedure Grab($id, $name="", $tech="") | ||
IconElement($id, 'IconElement', 'simpleicons-5/G/Grab', $name, $tech) | ||
!endprocedure |
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.
Oops, something went wrong.