-
-
Notifications
You must be signed in to change notification settings - Fork 30
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.16.0
- Loading branch information
Showing
2,535 changed files
with
9,954 additions
and
174 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
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.
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.
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.
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.
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.
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.
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.
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.
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
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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 Aeroflot element | ||
include('simpleicons-4/A/Aeroflot') | ||
Aeroflot('aeroflot', 'Aeroflot', 'an optional tech field') | ||
@enduml |
Oops, something went wrong.
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 Aeroflot element | ||
include('simpleicons-4/A/Aeroflot') | ||
Aeroflot('aeroflot', 'Aeroflot', '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 @@ | ||
# Aeroflot | ||
|
||
```text | ||
simpleicons-4/A/Aeroflot | ||
``` | ||
|
||
```text | ||
include('simpleicons-4/A/Aeroflot') | ||
``` | ||
|
||
|icon|element| | ||
|---|---| | ||
|![](Aeroflot.png)|![](Aeroflot.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 Aeroflot element | ||
include('simpleicons-4/A/Aeroflot') | ||
Aeroflot('aeroflot', 'Aeroflot', '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 Aeroflot element | ||
include('simpleicons-4/A/Aeroflot') | ||
Aeroflot('aeroflot', 'Aeroflot', 'an optional tech field') | ||
@enduml | ||
``` | ||
|
Oops, something went wrong.
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 $AeroflotMd [14x14/16z] fOp50K0n349hULJt7_UxdXiNmCsP_sqn7Wq1KHYWP6gZrqWPeodiAAXLn4SZ1EzcR0K | ||
sprite $AeroflotLg [20x20/16z] nOtL0S1024FXb23xZrlt3d3l1qr2mqdqXyjlLLgfHok0YA0dwxnrGArDFSAyKCzc4Mvjyn4OqA4mIERRNXJWmky8eao3cG4 | ||
!procedure Aeroflot($id, $name="Aeroflot", $tech="") | ||
IconElement($id, 'simpleicons-4/A/Aeroflot', $name, $tech) | ||
!endprocedure | ||
!procedure AeroflotCard($id, $funcName="", $content="") | ||
IconCard($id, '<$AeroflotMd>', '', $funcName, $content) | ||
!endprocedure | ||
!procedure AeroflotGroup($id, $name='Aeroflot', $tech='') | ||
IconGroup($id, 'IconGroup', '<$AeroflotLg>', $name, $tech) | ||
!endprocedure | ||
@enduml |
Oops, something went wrong.
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 Aerospike element | ||
include('simpleicons-4/A/Aerospike') | ||
Aerospike('aerospike', 'Aerospike', 'an optional tech field') | ||
@enduml |
Oops, something went wrong.
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 Aerospike element | ||
include('simpleicons-4/A/Aerospike') | ||
Aerospike('aerospike', 'Aerospike', '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 @@ | ||
# Aerospike | ||
|
||
```text | ||
simpleicons-4/A/Aerospike | ||
``` | ||
|
||
```text | ||
include('simpleicons-4/A/Aerospike') | ||
``` | ||
|
||
|icon|element| | ||
|---|---| | ||
|![](Aerospike.png)|![](Aerospike.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 Aerospike element | ||
include('simpleicons-4/A/Aerospike') | ||
Aerospike('aerospike', 'Aerospike', '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 Aerospike element | ||
include('simpleicons-4/A/Aerospike') | ||
Aerospike('aerospike', 'Aerospike', 'an optional tech field') | ||
@enduml | ||
``` | ||
|
Oops, something went wrong.
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 $AerospikeMd [14x14/16z] bOj50e1G24ID7pJtFwqvkkTjO2hh-B3_jx7FxvVMDiNFRMWEA6-RvAEWnqxzKT2qTSUFjMM14m | ||
sprite $AerospikeLg [20x20/16z] jKwr0OH046GLM-c_sdTEqsV2yRmN5YDp47f7n8wWrZAk072sZ0dWOTIuJaPvMHmhvxny77PnLvIEz2jR9qWlhbxPS17F-J9eJZWlvr_n1 | ||
!procedure Aerospike($id, $name="Aerospike", $tech="") | ||
IconElement($id, 'simpleicons-4/A/Aerospike', $name, $tech) | ||
!endprocedure | ||
!procedure AerospikeCard($id, $funcName="", $content="") | ||
IconCard($id, '<$AerospikeMd>', '', $funcName, $content) | ||
!endprocedure | ||
!procedure AerospikeGroup($id, $name='Aerospike', $tech='') | ||
IconGroup($id, 'IconGroup', '<$AerospikeLg>', $name, $tech) | ||
!endprocedure | ||
@enduml |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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 Airasia element | ||
include('simpleicons-4/A/Airasia') | ||
Airasia('airasia', 'Airasia', 'an optional tech field') | ||
@enduml |
Oops, something went wrong.
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 Airasia element | ||
include('simpleicons-4/A/Airasia') | ||
Airasia('airasia', 'Airasia', '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 @@ | ||
# Airasia | ||
|
||
```text | ||
simpleicons-4/A/Airasia | ||
``` | ||
|
||
```text | ||
include('simpleicons-4/A/Airasia') | ||
``` | ||
|
||
|icon|element| | ||
|---|---| | ||
|![](Airasia.png)|![](Airasia.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 Airasia element | ||
include('simpleicons-4/A/Airasia') | ||
Airasia('airasia', 'Airasia', '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 Airasia element | ||
include('simpleicons-4/A/Airasia') | ||
Airasia('airasia', 'Airasia', 'an optional tech field') | ||
@enduml | ||
``` | ||
|
Oops, something went wrong.
Oops, something went wrong.