-
-
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 simpleicons-4.11.0
- Loading branch information
Showing
2,029 changed files
with
3,924 additions
and
87 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
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.
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.
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 Aeromexico element | ||
include('simpleicons-4/A/Aeromexico') | ||
Aeromexico('aeromexico', 'Aeromexico', '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 Aeromexico element | ||
include('simpleicons-4/A/Aeromexico') | ||
Aeromexico('aeromexico', 'Aeromexico', '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 @@ | ||
# Aeromexico | ||
|
||
```text | ||
simpleicons-4/A/Aeromexico | ||
``` | ||
|
||
```text | ||
include('simpleicons-4/A/Aeromexico') | ||
``` | ||
|
||
|icon|element| | ||
|---|---| | ||
|![](Aeromexico.png)|![](Aeromexico.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 Aeromexico element | ||
include('simpleicons-4/A/Aeromexico') | ||
Aeromexico('aeromexico', 'Aeromexico', '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 Aeromexico element | ||
include('simpleicons-4/A/Aeromexico') | ||
Aeromexico('aeromexico', 'Aeromexico', '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,19 @@ | ||
@startuml | ||
sprite $AeromexicoMd [14x14/16z] { | ||
ROv50i1020Ep1eGL_l_QUdlgt908Bb9E-AYYqiepU1nCjlGDiKQ40ZhEOL24lIfvJZh7QA2Jx15sIa7Ix9a84JEZptEgGBBpF5jVCn-J7AFxr-MuMi4tIKlu | ||
OmS | ||
} | ||
sprite $AeromexicoLg [20x20/16z] { | ||
bSnLWiKm241HOdZI_Uzs6DhdVZul0Z-fB6gcokFIT4ikN8zI8gN5kgPaikr6nChcMrB6DbWT00abatLtKefNvcPpNwFyMO4IqjnRG52rTDaRmCovQVDe3D0x | ||
vgRAEhLGSEVMLhuBtQV_MmermA4H8Y7SwAOcuxOrPYnmfqHvxmy | ||
} | ||
!procedure Aeromexico($id, $name="Aeromexico", $tech="") | ||
IconElement($id, 'simpleicons-4/A/Aeromexico', $name, $tech) | ||
!endprocedure | ||
!procedure AeromexicoCard($id, $funcName="", $content="") | ||
IconCard($id, '<$AeromexicoMd>', '', $funcName, $content) | ||
!endprocedure | ||
!procedure AeromexicoGroup($id, $name='Aeromexico', $tech='') | ||
IconGroup($id, 'IconGroup', '<$AeromexicoLg>', $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.
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 Airchina element | ||
include('simpleicons-4/A/Airchina') | ||
Airchina('airchina', 'Airchina', '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 Airchina element | ||
include('simpleicons-4/A/Airchina') | ||
Airchina('airchina', 'Airchina', '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 @@ | ||
# Airchina | ||
|
||
```text | ||
simpleicons-4/A/Airchina | ||
``` | ||
|
||
```text | ||
include('simpleicons-4/A/Airchina') | ||
``` | ||
|
||
|icon|element| | ||
|---|---| | ||
|![](Airchina.png)|![](Airchina.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 Airchina element | ||
include('simpleicons-4/A/Airchina') | ||
Airchina('airchina', 'Airchina', '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 Airchina element | ||
include('simpleicons-4/A/Airchina') | ||
Airchina('airchina', 'Airchina', '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,19 @@ | ||
@startuml | ||
sprite $AirchinaMd [14x14/16z] { | ||
HOfN0aH12CASxe8Ezp_jjjVu8ucTQsCHr-c8t7uUICdNk0wSkPkLqjSKeV1gLkOkBjTPTLKciqlpUeWWz_DoWV_Nul-iV5_L5iZl-sybN9xzU1KX06RdNUvd | ||
zm4 | ||
} | ||
sprite $AirchinaLg [20x20/16z] { | ||
NOtLeGCn30Hbk9MCqt-r3-F0pUUYlP5oBh7zGogrggCtnIU_lCNAhx9dN9wFb1TqAVfk3w6K3Xu08vcbPBKrGJIONV__iQevI-ngXq0sY86R3ntDRQ95RK0S | ||
BIsqjfZEoX-Qe_AcpOUcTUiwRid-S6RZQ0_AXhzrSTb1O_PhC9nYXn8j5hFIx8KcExH6iZTIzTPbXsy | ||
} | ||
!procedure Airchina($id, $name="Airchina", $tech="") | ||
IconElement($id, 'simpleicons-4/A/Airchina', $name, $tech) | ||
!endprocedure | ||
!procedure AirchinaCard($id, $funcName="", $content="") | ||
IconCard($id, '<$AirchinaMd>', '', $funcName, $content) | ||
!endprocedure | ||
!procedure AirchinaGroup($id, $name='Airchina', $tech='') | ||
IconGroup($id, 'IconGroup', '<$AirchinaLg>', $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.
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 Alibabacloud element | ||
include('simpleicons-4/A/Alibabacloud') | ||
Alibabacloud('alibabacloud', 'Alibabacloud', '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 Alibabacloud element | ||
include('simpleicons-4/A/Alibabacloud') | ||
Alibabacloud('alibabacloud', 'Alibabacloud', '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 @@ | ||
# Alibabacloud | ||
|
||
```text | ||
simpleicons-4/A/Alibabacloud | ||
``` | ||
|
||
```text | ||
include('simpleicons-4/A/Alibabacloud') | ||
``` | ||
|
||
|icon|element| | ||
|---|---| | ||
|![](Alibabacloud.png)|![](Alibabacloud.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 Alibabacloud element | ||
include('simpleicons-4/A/Alibabacloud') | ||
Alibabacloud('alibabacloud', 'Alibabacloud', '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 Alibabacloud element | ||
include('simpleicons-4/A/Alibabacloud') | ||
Alibabacloud('alibabacloud', 'Alibabacloud', '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,16 @@ | ||
@startuml | ||
sprite $AlibabacloudMd [14x14/16z] VKs30G0n4AjroFxJlesUcPYEM9zIibEUaZS2eCtZDXLfChjT9IZu_2BCdM-rDl_TdPTtb3l3dRqd8m | ||
sprite $AlibabacloudLg [20x20/16z] { | ||
fP053aCn34EZhWpn_MyxfsFyz4HME9P3EEzzS5C5IgfSL07r5lEcj0g8LePci3AA38mWJuG1PLXUIC3tM9hJEr7_73iDYurhREsyxxSm-hXvM2D_mzDlf7pp | ||
u11d | ||
} | ||
!procedure Alibabacloud($id, $name="Alibabacloud", $tech="") | ||
IconElement($id, 'simpleicons-4/A/Alibabacloud', $name, $tech) | ||
!endprocedure | ||
!procedure AlibabacloudCard($id, $funcName="", $content="") | ||
IconCard($id, '<$AlibabacloudMd>', '', $funcName, $content) | ||
!endprocedure | ||
!procedure AlibabacloudGroup($id, $name='Alibabacloud', $tech='') | ||
IconGroup($id, 'IconGroup', '<$AlibabacloudLg>', $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.
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 Amazonpay element | ||
include('simpleicons-4/A/Amazonpay') | ||
Amazonpay('amazonpay', 'Amazonpay', '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 Amazonpay element | ||
include('simpleicons-4/A/Amazonpay') | ||
Amazonpay('amazonpay', 'Amazonpay', 'an optional tech field') | ||
@enduml |
Oops, something went wrong.