Skip to content

Commit

Permalink
feat(simpleicons-5): upgrade to 5.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Nov 16, 2021
1 parent f3c3bbd commit e0a5010
Show file tree
Hide file tree
Showing 698 changed files with 11,937 additions and 125 deletions.
2 changes: 1 addition & 1 deletion distribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Packages

The library provides 14 packages.
The library provides 13 packages.

- [aws-20210730](aws-20210730/README.md)
- [aws-q3-2021](aws-q3-2021/README.md)
Expand Down
Binary file added distribution/simpleicons-5/A/Abbott.Local.png
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 distribution/simpleicons-5/A/Abbott.Local.puml
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 Abbott
include('simpleicons-5/A/Abbott')

' renders the element
Abbott('Abbott', 'Abbott', 'an optional tech label')
@enduml
16 changes: 16 additions & 0 deletions distribution/simpleicons-5/A/Abbott.Remote.puml
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 Abbott
include('simpleicons-5/A/Abbott')

' renders the element
Abbott('Abbott', 'Abbott', 'an optional tech label')
@enduml
63 changes: 63 additions & 0 deletions distribution/simpleicons-5/A/Abbott.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Abbott


```text
simpleicons-5/A/Abbott
```

```text
include('simpleicons-5/A/Abbott')
```



| Illustration | Abbott |
| :---: | :---: |
| ![illustration for Illustration](../../simpleicons-5/A/Abbott.png) | ![illustration for Abbott](../../simpleicons-5/A/Abbott.Local.png) |




## Abbott

### 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 Abbott
include('simpleicons-5/A/Abbott')
' renders the element
Abbott('Abbott', 'Abbott', '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 Abbott
include('simpleicons-5/A/Abbott')
' renders the element
Abbott('Abbott', 'Abbott', 'an optional tech label')
@enduml
```

Binary file added distribution/simpleicons-5/A/Abbott.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions distribution/simpleicons-5/A/Abbott.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
' definition of the Item simpleicons-5/A/Abbott

sprite $AbbottXs [10x10/16z] Ou03VXZWv8S3X2G3J0GkYfs5q8mm6G

sprite $AbbottSm [12x12/16z] Oq02J0Z0m8y442eOaTWC_0m81GXLUDciKC01relGZW

sprite $AbbottMd [16x16/16z] bSV50SC000Cnjs7oxJzjc3dwIG_OojdHnlv6kMVT4nRTmLfqJpxUqG8YjXIpuhzs6W

sprite $AbbottLg [20x20/16z] hSZ50O0m04MnZpjl_sbnTzhc67t4IIREQYxeABcugBymsXYFdU7oy_L2hUQJuqkYhH8opbHpbEgZ5W

!procedure Abbott($id, $name="", $tech="")
IconElement($id, 'IconElement', 'simpleicons-5/A/Abbott', $name, $tech)
!endprocedure
Binary file added distribution/simpleicons-5/A/Adyen.Local.png
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 distribution/simpleicons-5/A/Adyen.Local.puml
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 Adyen
include('simpleicons-5/A/Adyen')

' renders the element
Adyen('Adyen', 'Adyen', 'an optional tech label')
@enduml
16 changes: 16 additions & 0 deletions distribution/simpleicons-5/A/Adyen.Remote.puml
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 Adyen
include('simpleicons-5/A/Adyen')

' renders the element
Adyen('Adyen', 'Adyen', 'an optional tech label')
@enduml
63 changes: 63 additions & 0 deletions distribution/simpleicons-5/A/Adyen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Adyen


```text
simpleicons-5/A/Adyen
```

```text
include('simpleicons-5/A/Adyen')
```



| Illustration | Adyen |
| :---: | :---: |
| ![illustration for Illustration](../../simpleicons-5/A/Adyen.png) | ![illustration for Adyen](../../simpleicons-5/A/Adyen.Local.png) |




## Adyen

### 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 Adyen
include('simpleicons-5/A/Adyen')
' renders the element
Adyen('Adyen', 'Adyen', '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 Adyen
include('simpleicons-5/A/Adyen')
' renders the element
Adyen('Adyen', 'Adyen', 'an optional tech label')
@enduml
```

Binary file added distribution/simpleicons-5/A/Adyen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions distribution/simpleicons-5/A/Adyen.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
' definition of the Item simpleicons-5/A/Adyen

sprite $AdyenXs [10x10/16z] Oo0IiB8nS30nCh0niF7pSdEmiJ12nPau2Ui5

sprite $AdyenSm [12x12/16z] dOK50S0m4CHAp-HVxTZ0Uf2qZTXdpvKL4p8ZQt1LBeWgQJ00Xi2LqNxc1

sprite $AdyenMd [16x16/16z] lOx50O0030Dnpzt-q-Am0VHJYnL_LDftd6DjMXl4GHrjxhrrm0agQ945-d3JDDz4sm

sprite $AdyenLg [20x20/16z] pSY50O1030F0lEMBDVjFY_i2SFNYTqptgv0HD4K6WYnpiLJtJYOgAuZ2N1g6smzh39ARD7zyljpNxoxMHdY9PXKVcm

!procedure Adyen($id, $name="", $tech="")
IconElement($id, 'IconElement', 'simpleicons-5/A/Adyen', $name, $tech)
!endprocedure
Binary file added distribution/simpleicons-5/A/Aldinord.Local.png
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 distribution/simpleicons-5/A/Aldinord.Local.puml
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 Aldinord
include('simpleicons-5/A/Aldinord')

' renders the element
Aldinord('Aldinord', 'Aldinord', 'an optional tech label')
@enduml
16 changes: 16 additions & 0 deletions distribution/simpleicons-5/A/Aldinord.Remote.puml
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 Aldinord
include('simpleicons-5/A/Aldinord')

' renders the element
Aldinord('Aldinord', 'Aldinord', 'an optional tech label')
@enduml
63 changes: 63 additions & 0 deletions distribution/simpleicons-5/A/Aldinord.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Aldinord


```text
simpleicons-5/A/Aldinord
```

```text
include('simpleicons-5/A/Aldinord')
```



| Illustration | Aldinord |
| :---: | :---: |
| ![illustration for Illustration](../../simpleicons-5/A/Aldinord.png) | ![illustration for Aldinord](../../simpleicons-5/A/Aldinord.Local.png) |




## Aldinord

### 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 Aldinord
include('simpleicons-5/A/Aldinord')
' renders the element
Aldinord('Aldinord', 'Aldinord', '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 Aldinord
include('simpleicons-5/A/Aldinord')
' renders the element
Aldinord('Aldinord', 'Aldinord', 'an optional tech label')
@enduml
```

Binary file added distribution/simpleicons-5/A/Aldinord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions distribution/simpleicons-5/A/Aldinord.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
' definition of the Item simpleicons-5/A/Aldinord

sprite $AldinordXs [10x10/16z] DSc50S0W3031htj__sdn7CGnK6m-TAVsnc_nerXByU-twxeEGP_YS6PUkthabMf_EZ8

sprite $AldinordSm [12x12/16z] HKor0G0W0C9k-VzQEvXey0CJFcS0Ol4OtELaOjhSLo8biNXEWArrShA64CYHo39fSAjLwlwAWrD5IK1pSa1wYCaX7Ze

sprite $AldinordMd [16x16/16z] {
LSo50O0m40J1m-7loVPVBQwBJapyKwMzwloedAuJlePi_Tffu_fsar0bt8QvKaJwjEqupd2zUpzxskeJTaDo58vfSm4TLORDupXMHsq_T9kXgH1IsqRiBjAy
ENLv2FVTbiVShMzb1G
}

sprite $AldinordLg [20x20/16z] {
NSg53GKn4CJGEKoYdOtxh_RZiSLF5Zphgdfss68YxZQGfjqjAnJcgos9m-PgP3APoDFSO58q-hpRl1suinjfz6bEmdzpXMZVN63-sfG4_LSZpTSmn5O9OjnC
MslWuMFZV4yVgp09YoALMMmcBJ-p3jCmoXeNQTviZNiVStdMtm
}

!procedure Aldinord($id, $name="", $tech="")
IconElement($id, 'IconElement', 'simpleicons-5/A/Aldinord', $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 distribution/simpleicons-5/A/Aldisud.Local.puml
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 Aldisud
include('simpleicons-5/A/Aldisud')

' renders the element
Aldisud('Aldisud', 'Aldisud', 'an optional tech label')
@enduml
16 changes: 16 additions & 0 deletions distribution/simpleicons-5/A/Aldisud.Remote.puml
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 Aldisud
include('simpleicons-5/A/Aldisud')

' renders the element
Aldisud('Aldisud', 'Aldisud', 'an optional tech label')
@enduml
Loading

0 comments on commit e0a5010

Please sign in to comment.