-
-
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.
fix(simpleicons-5): refresh the package
- Loading branch information
package_builder
committed
Jul 14, 2021
1 parent
869bc19
commit 5f1e69f
Showing
11,597 changed files
with
212,475 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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-5/bootstrap') | ||
|
||
' loads the Item which embeds the element Abbrobotstudio | ||
include('simpleicons-5/A/Abbrobotstudio') | ||
|
||
' renders the element | ||
Abbrobotstudio('Abbrobotstudio', 'Abbrobotstudio', '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 Abbrobotstudio | ||
include('simpleicons-5/A/Abbrobotstudio') | ||
|
||
' renders the element | ||
Abbrobotstudio('Abbrobotstudio', 'Abbrobotstudio', '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 @@ | ||
# Abbrobotstudio | ||
|
||
|
||
```text | ||
simpleicons-5/A/Abbrobotstudio | ||
``` | ||
|
||
```text | ||
include('simpleicons-5/A/Abbrobotstudio') | ||
``` | ||
|
||
|
||
|
||
| Illustration | Abbrobotstudio | | ||
| :---: | :---: | | ||
| ![illustration for Illustration](../../simpleicons-5/A/Abbrobotstudio.png) | ![illustration for Abbrobotstudio](../../simpleicons-5/A/Abbrobotstudio.Local.png) | | ||
|
||
|
||
|
||
|
||
## Abbrobotstudio | ||
|
||
### 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 Abbrobotstudio | ||
include('simpleicons-5/A/Abbrobotstudio') | ||
' renders the element | ||
Abbrobotstudio('Abbrobotstudio', 'Abbrobotstudio', '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 Abbrobotstudio | ||
include('simpleicons-5/A/Abbrobotstudio') | ||
' renders the element | ||
Abbrobotstudio('Abbrobotstudio', 'Abbrobotstudio', '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/A/Abbrobotstudio | ||
|
||
sprite $AbbrobotstudioXs [10x10/16z] uwS3 | ||
|
||
sprite $AbbrobotstudioSm [12x12/16z] unza | ||
|
||
sprite $AbbrobotstudioMd [16x16/16z] un_X | ||
|
||
sprite $AbbrobotstudioLg [20x20/16z] unzKO1G | ||
|
||
!procedure Abbrobotstudio($id, $name="", $tech="") | ||
IconElement($id, 'IconElement', 'simpleicons-5/A/Abbrobotstudio', $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.
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 Abbvie | ||
include('simpleicons-5/A/Abbvie') | ||
|
||
' renders the element | ||
Abbvie('Abbvie', 'Abbvie', '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 Abbvie | ||
include('simpleicons-5/A/Abbvie') | ||
|
||
' renders the element | ||
Abbvie('Abbvie', 'Abbvie', '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 @@ | ||
# Abbvie | ||
|
||
|
||
```text | ||
simpleicons-5/A/Abbvie | ||
``` | ||
|
||
```text | ||
include('simpleicons-5/A/Abbvie') | ||
``` | ||
|
||
|
||
|
||
| Illustration | Abbvie | | ||
| :---: | :---: | | ||
| ![illustration for Illustration](../../simpleicons-5/A/Abbvie.png) | ![illustration for Abbvie](../../simpleicons-5/A/Abbvie.Local.png) | | ||
|
||
|
||
|
||
|
||
## Abbvie | ||
|
||
### 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 Abbvie | ||
include('simpleicons-5/A/Abbvie') | ||
' renders the element | ||
Abbvie('Abbvie', 'Abbvie', '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 Abbvie | ||
include('simpleicons-5/A/Abbvie') | ||
' renders the element | ||
Abbvie('Abbvie', 'Abbvie', '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/A/Abbvie | ||
|
||
sprite $AbbvieXs [10x10/16z] uwS3 | ||
|
||
sprite $AbbvieSm [12x12/16z] unza | ||
|
||
sprite $AbbvieMd [16x16/16z] un_X | ||
|
||
sprite $AbbvieLg [20x20/16z] unzKO1G | ||
|
||
!procedure Abbvie($id, $name="", $tech="") | ||
IconElement($id, 'IconElement', 'simpleicons-5/A/Abbvie', $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.
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 Abletonlive | ||
include('simpleicons-5/A/Abletonlive') | ||
|
||
' renders the element | ||
Abletonlive('Abletonlive', 'Abletonlive', '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 Abletonlive | ||
include('simpleicons-5/A/Abletonlive') | ||
|
||
' renders the element | ||
Abletonlive('Abletonlive', 'Abletonlive', '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 @@ | ||
# Abletonlive | ||
|
||
|
||
```text | ||
simpleicons-5/A/Abletonlive | ||
``` | ||
|
||
```text | ||
include('simpleicons-5/A/Abletonlive') | ||
``` | ||
|
||
|
||
|
||
| Illustration | Abletonlive | | ||
| :---: | :---: | | ||
| ![illustration for Illustration](../../simpleicons-5/A/Abletonlive.png) | ![illustration for Abletonlive](../../simpleicons-5/A/Abletonlive.Local.png) | | ||
|
||
|
||
|
||
|
||
## Abletonlive | ||
|
||
### 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 Abletonlive | ||
include('simpleicons-5/A/Abletonlive') | ||
' renders the element | ||
Abletonlive('Abletonlive', 'Abletonlive', '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 Abletonlive | ||
include('simpleicons-5/A/Abletonlive') | ||
' renders the element | ||
Abletonlive('Abletonlive', 'Abletonlive', '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/A/Abletonlive | ||
|
||
sprite $AbletonliveXs [10x10/16z] uwS3 | ||
|
||
sprite $AbletonliveSm [12x12/16z] unza | ||
|
||
sprite $AbletonliveMd [16x16/16z] un_X | ||
|
||
sprite $AbletonliveLg [20x20/16z] unzKO1G | ||
|
||
!procedure Abletonlive($id, $name="", $tech="") | ||
IconElement($id, 'IconElement', 'simpleicons-5/A/Abletonlive', $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.
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 Aboutdotme | ||
include('simpleicons-5/A/Aboutdotme') | ||
|
||
' renders the element | ||
Aboutdotme('Aboutdotme', 'Aboutdotme', '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 Aboutdotme | ||
include('simpleicons-5/A/Aboutdotme') | ||
|
||
' renders the element | ||
Aboutdotme('Aboutdotme', 'Aboutdotme', 'an optional tech label') | ||
@enduml |
Oops, something went wrong.