-
-
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-7): refresh the package
- Loading branch information
package_builder
committed
Nov 6, 2022
1 parent
d31077d
commit f31baab
Showing
784 changed files
with
13,485 additions
and
123 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.
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-7/bootstrap') | ||
|
||
' loads the Item which embeds the element Adminer | ||
include('simpleicons-7/A/Adminer') | ||
|
||
' renders the element | ||
Adminer('Adminer', 'Adminer', 'an optional tech label', 'an optional description') | ||
@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://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('simpleicons-7/bootstrap') | ||
|
||
' loads the Item which embeds the element Adminer | ||
include('simpleicons-7/A/Adminer') | ||
|
||
' renders the element | ||
Adminer('Adminer', 'Adminer', 'an optional tech label', 'an optional description') | ||
@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 @@ | ||
# Adminer | ||
|
||
|
||
```text | ||
simpleicons-7/A/Adminer | ||
``` | ||
|
||
```text | ||
include('simpleicons-7/A/Adminer') | ||
``` | ||
|
||
|
||
|
||
| Illustration | Adminer | | ||
| :---: | :---: | | ||
| ![illustration for Illustration](../../simpleicons-7/A/Adminer.png) | ![illustration for Adminer](../../simpleicons-7/A/Adminer.Local.png) | | ||
|
||
|
||
|
||
|
||
## Adminer | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('simpleicons-7/bootstrap') | ||
' loads the Item which embeds the element Adminer | ||
include('simpleicons-7/A/Adminer') | ||
' renders the element | ||
Adminer('Adminer', 'Adminer', 'an optional tech label', 'an optional description') | ||
@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-7/bootstrap') | ||
' loads the Item which embeds the element Adminer | ||
include('simpleicons-7/A/Adminer') | ||
' renders the element | ||
Adminer('Adminer', 'Adminer', 'an optional tech label', 'an optional description') | ||
@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,16 @@ | ||
' definition of the Item simpleicons-7/A/Adminer | ||
|
||
sprite $AdminerXs [10x10/16z] PSYr0S1000GWufxRVzjlNoWn2ikAk0Al45WX5sjexa-ojiUs0mK | ||
|
||
sprite $AdminerSm [12x12/16z] ROg55GDH2C3otM7_QTjp3vu7tmHs4fXcZIsD0Kr7SBwrsJTbnZEZVVvTpSq7mBnziNCNdlm1 | ||
|
||
sprite $AdminerMd [16x16/16z] bKi30W1129mrg_-_zcnVRe1VeSlc2HPmYeDMskG2xtfGuYZaaOS0BdW5EvbasiillKrbkUEdxUQ_rc1zuloYZvYDJ4Ip_1mj | ||
|
||
sprite $AdminerLg [20x20/16z] { | ||
dKm50iGm22kGElB_rvwxRakLMDgCQ2y47quvVYI3Bvx3wK4sX8cuwJnGPpxa6bEwa2cWhbFDUw5ptpWeLu2klpkNxrpqqnyMZpuMYF2dx2E7ws_UEV4uOVp9 | ||
Vk38EXCHozJq0CgrIFg3FG | ||
} | ||
|
||
!procedure Adminer($id, $name="", $tech="", $desc="") | ||
IconElement($id, 'IconElement', 'simpleicons-7/A/Adminer', $name, $tech, $desc) | ||
!endprocedure |
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.
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-7/bootstrap') | ||
|
||
' loads the Item which embeds the element Agora | ||
include('simpleicons-7/A/Agora') | ||
|
||
' renders the element | ||
Agora('Agora', 'Agora', 'an optional tech label', 'an optional description') | ||
@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://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('simpleicons-7/bootstrap') | ||
|
||
' loads the Item which embeds the element Agora | ||
include('simpleicons-7/A/Agora') | ||
|
||
' renders the element | ||
Agora('Agora', 'Agora', 'an optional tech label', 'an optional description') | ||
@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 @@ | ||
# Agora | ||
|
||
|
||
```text | ||
simpleicons-7/A/Agora | ||
``` | ||
|
||
```text | ||
include('simpleicons-7/A/Agora') | ||
``` | ||
|
||
|
||
|
||
| Illustration | Agora | | ||
| :---: | :---: | | ||
| ![illustration for Illustration](../../simpleicons-7/A/Agora.png) | ![illustration for Agora](../../simpleicons-7/A/Agora.Local.png) | | ||
|
||
|
||
|
||
|
||
## Agora | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('simpleicons-7/bootstrap') | ||
' loads the Item which embeds the element Agora | ||
include('simpleicons-7/A/Agora') | ||
' renders the element | ||
Agora('Agora', 'Agora', 'an optional tech label', 'an optional description') | ||
@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-7/bootstrap') | ||
' loads the Item which embeds the element Agora | ||
include('simpleicons-7/A/Agora') | ||
' renders the element | ||
Agora('Agora', 'Agora', 'an optional tech label', 'an optional description') | ||
@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-7/A/Agora | ||
|
||
sprite $AgoraXs [10x10/16z] Oo0Iy38mC_2piV7pCp3mC_Cpyl7oCm2PG0uHUW4 | ||
|
||
sprite $AgoraSm [12x12/16z] dS450G0X542nTu9-wvyMYG0RfwnXfSaZMODmvECdGrWEF1uas8Gh4m | ||
|
||
sprite $AgoraMd [16x16/16z] jSQt0O1034MnTpdQV_zfIHqzg19VYo6G4YJkK4jR7Xm5ish17PQeeI3Z2jAg4gve11cFoflnbnC | ||
|
||
sprite $AgoraLg [20x20/16z] pSZL0SCm303HIynu-qzR_FG0xHEBV-BU8Ub-B-Xxh9iU14ic5_5YZiJy_5AdHzc1nNQ5hDTxGT35roKdEIL-xma | ||
|
||
!procedure Agora($id, $name="", $tech="", $desc="") | ||
IconElement($id, 'IconElement', 'simpleicons-7/A/Agora', $name, $tech, $desc) | ||
!endprocedure |
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-7/bootstrap') | ||
|
||
' loads the Item which embeds the element Airbyte | ||
include('simpleicons-7/A/Airbyte') | ||
|
||
' renders the element | ||
Airbyte('Airbyte', 'Airbyte', 'an optional tech label', 'an optional description') | ||
@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://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('simpleicons-7/bootstrap') | ||
|
||
' loads the Item which embeds the element Airbyte | ||
include('simpleicons-7/A/Airbyte') | ||
|
||
' renders the element | ||
Airbyte('Airbyte', 'Airbyte', 'an optional tech label', 'an optional description') | ||
@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 @@ | ||
# Airbyte | ||
|
||
|
||
```text | ||
simpleicons-7/A/Airbyte | ||
``` | ||
|
||
```text | ||
include('simpleicons-7/A/Airbyte') | ||
``` | ||
|
||
|
||
|
||
| Illustration | Airbyte | | ||
| :---: | :---: | | ||
| ![illustration for Illustration](../../simpleicons-7/A/Airbyte.png) | ![illustration for Airbyte](../../simpleicons-7/A/Airbyte.Local.png) | | ||
|
||
|
||
|
||
|
||
## Airbyte | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('simpleicons-7/bootstrap') | ||
' loads the Item which embeds the element Airbyte | ||
include('simpleicons-7/A/Airbyte') | ||
' renders the element | ||
Airbyte('Airbyte', 'Airbyte', 'an optional tech label', 'an optional description') | ||
@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-7/bootstrap') | ||
' loads the Item which embeds the element Airbyte | ||
include('simpleicons-7/A/Airbyte') | ||
' renders the element | ||
Airbyte('Airbyte', 'Airbyte', 'an optional tech label', 'an optional description') | ||
@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 @@ | ||
' definition of the Item simpleicons-7/A/Airbyte | ||
|
||
sprite $AirbyteXs [10x10/16z] 7OQ50G0X08JkEvNzfpMu95ChPnJaHzXS2zya2Fg4vU6HkRt4c_44-IFf | ||
|
||
sprite $AirbyteSm [12x12/16z] BSx50GD134FH5sR__giDxHX49m7xULXJhsb0TnRUue3GIqLCIJkHtCeztNHOySCjatb1rZ4lFNLT3N8C7m | ||
|
||
sprite $AirbyteMd [16x16/16z] { | ||
DOw55GKX3C22dH_PVzelVJH8NLZKPnwG58CdWrg0qqcW19kTy5TeBGFngy8jy2hOYuL3m2auNo4qKKvzmOjXYxAPuGahrEnGuHLS3wWU33kd1O0ChVNB0zTg | ||
blXIF06- | ||
} | ||
|
||
sprite $AirbyteLg [20x20/16z] { | ||
NP054WCW30IlkE__Vzi1Kjsn9BUethZEJFh6SMbwKu0eDm0P0RmEC6ssHmOyjAadT65taMvPbe3JmXujS79GG3PpRCzJr74sMpIc7Z102dGfmJci0bK2SzCr | ||
a0f8RRjGlWon9FyskZtuny167mFoMzFdg4k_1oJx2iECRjh_APid | ||
} | ||
|
||
!procedure Airbyte($id, $name="", $tech="", $desc="") | ||
IconElement($id, 'IconElement', 'simpleicons-7/A/Airbyte', $name, $tech, $desc) | ||
!endprocedure |
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-7/bootstrap') | ||
|
||
' loads the Item which embeds the element Algorand | ||
include('simpleicons-7/A/Algorand') | ||
|
||
' renders the element | ||
Algorand('Algorand', 'Algorand', 'an optional tech label', 'an optional description') | ||
@enduml |
Oops, something went wrong.