Skip to content

Commit

Permalink
feat(simpleicons-4): upgrade to 4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Mar 29, 2021
1 parent cb90bd5 commit 57a61ee
Show file tree
Hide file tree
Showing 34 changed files with 282 additions and 18 deletions.
4 changes: 3 additions & 1 deletion dist/simpleicons-4/C.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# C

The module C contains 130 entries.
The module C contains 132 entries.



Expand Down Expand Up @@ -30,6 +30,7 @@ The module C contains 130 entries.
|![Cevo](../simpleicons-4/C/Cevo.element.png)|[simpleicons-4/C/Cevo](../simpleicons-4/C/Cevo.md)
|![Chainlink](../simpleicons-4/C/Chainlink.element.png)|[simpleicons-4/C/Chainlink](../simpleicons-4/C/Chainlink.md)
|![Chakraui](../simpleicons-4/C/Chakraui.element.png)|[simpleicons-4/C/Chakraui](../simpleicons-4/C/Chakraui.md)
|![ChartDotJs](../simpleicons-4/C/ChartDotJs.element.png)|[simpleicons-4/C/ChartDotJs](../simpleicons-4/C/ChartDotJs.md)
|![Chartmogul](../simpleicons-4/C/Chartmogul.element.png)|[simpleicons-4/C/Chartmogul](../simpleicons-4/C/Chartmogul.md)
|![Chase](../simpleicons-4/C/Chase.element.png)|[simpleicons-4/C/Chase](../simpleicons-4/C/Chase.md)
|![Chatbot](../simpleicons-4/C/Chatbot.element.png)|[simpleicons-4/C/Chatbot](../simpleicons-4/C/Chatbot.md)
Expand Down Expand Up @@ -82,6 +83,7 @@ The module C contains 130 entries.
|![Codeigniter](../simpleicons-4/C/Codeigniter.element.png)|[simpleicons-4/C/Codeigniter](../simpleicons-4/C/Codeigniter.md)
|![Codemagic](../simpleicons-4/C/Codemagic.element.png)|[simpleicons-4/C/Codemagic](../simpleicons-4/C/Codemagic.md)
|![Codemirror](../simpleicons-4/C/Codemirror.element.png)|[simpleicons-4/C/Codemirror](../simpleicons-4/C/Codemirror.md)
|![Codenewbie](../simpleicons-4/C/Codenewbie.element.png)|[simpleicons-4/C/Codenewbie](../simpleicons-4/C/Codenewbie.md)
|![Codepen](../simpleicons-4/C/Codepen.element.png)|[simpleicons-4/C/Codepen](../simpleicons-4/C/Codepen.md)
|![Codeproject](../simpleicons-4/C/Codeproject.element.png)|[simpleicons-4/C/Codeproject](../simpleicons-4/C/Codeproject.md)
|![Codersrank](../simpleicons-4/C/Codersrank.element.png)|[simpleicons-4/C/Codersrank](../simpleicons-4/C/Codersrank.md)
Expand Down
12 changes: 12 additions & 0 deletions dist/simpleicons-4/C/ChartDotJs.element.local.puml
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 ChartDotJs element
include('simpleicons-4/C/ChartDotJs')
ChartDotJs('chart_dot_js', 'Chart Dot Js', 'an optional tech field')
@enduml
Binary file added dist/simpleicons-4/C/ChartDotJs.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions dist/simpleicons-4/C/ChartDotJs.element.remote.puml
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 ChartDotJs element
include('simpleicons-4/C/ChartDotJs')
ChartDotJs('chart_dot_js', 'Chart Dot Js', 'an optional tech field')
@enduml
47 changes: 47 additions & 0 deletions dist/simpleicons-4/C/ChartDotJs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Chart Dot Js

```text
simpleicons-4/C/ChartDotJs
```

```text
include('simpleicons-4/C/ChartDotJs')
```

|icon|element|
|---|---|
|![](ChartDotJs.png)|![](ChartDotJs.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 ChartDotJs element
include('simpleicons-4/C/ChartDotJs')
ChartDotJs('chart_dot_js', 'Chart Dot Js', '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 ChartDotJs element
include('simpleicons-4/C/ChartDotJs')
ChartDotJs('chart_dot_js', 'Chart Dot Js', 'an optional tech field')
@enduml
```

Binary file added dist/simpleicons-4/C/ChartDotJs.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 dist/simpleicons-4/C/ChartDotJs.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@startuml
sprite $ChartDotJsMd [14x14/16z] {
BSvH0aGH34FH02hnsltlTWOkSFwAVuLchBWbOocS-M2exQTf09q3hw4q9p9UivXPTAYXgbanUNWFJ-PItWho6olyoRKKMrDVH7mwL-vScmTCGDUsB_KtcTQI
PRmAMR3x0G
}
sprite $ChartDotJsLg [20x20/16z] {
LP250K0X20MnYOViF-tlFFjiwAIxY7VwaiIPNV973TTjcDN7RIfGxvwtVLTMxubkEYmJgz4FqyqDokbxzkvwdIYKHZr4wPiJGOIHXcTYM1zAG-0HqJc24sF2
v7R6ujOGCV6uq6cgM-iVPnRgNtT8sTjZBmia3cRi27J_6mJpqblNylbp4-mAQcZFVs3glXccbonkTiVqePYLkxy2
}
!procedure ChartDotJs($id, $name="Chart Dot Js", $tech="")
IconElement($id, 'simpleicons-4/C/ChartDotJs', $name, $tech)
!endprocedure
!procedure ChartDotJsCard($id, $funcName="", $content="")
IconCard($id, '<$ChartDotJsMd>', '', $funcName, $content)
!endprocedure
!procedure ChartDotJsGroup($id, $name='Chart Dot Js', $tech='')
IconGroup($id, 'IconGroup', '<$ChartDotJsLg>', $name, $tech)
!endprocedure
@enduml
12 changes: 12 additions & 0 deletions dist/simpleicons-4/C/Codenewbie.element.local.puml
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 Codenewbie element
include('simpleicons-4/C/Codenewbie')
Codenewbie('codenewbie', 'Codenewbie', 'an optional tech field')
@enduml
Binary file added dist/simpleicons-4/C/Codenewbie.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions dist/simpleicons-4/C/Codenewbie.element.remote.puml
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 Codenewbie element
include('simpleicons-4/C/Codenewbie')
Codenewbie('codenewbie', 'Codenewbie', 'an optional tech field')
@enduml
47 changes: 47 additions & 0 deletions dist/simpleicons-4/C/Codenewbie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Codenewbie

```text
simpleicons-4/C/Codenewbie
```

```text
include('simpleicons-4/C/Codenewbie')
```

|icon|element|
|---|---|
|![](Codenewbie.png)|![](Codenewbie.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 Codenewbie element
include('simpleicons-4/C/Codenewbie')
Codenewbie('codenewbie', 'Codenewbie', '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 Codenewbie element
include('simpleicons-4/C/Codenewbie')
Codenewbie('codenewbie', 'Codenewbie', 'an optional tech field')
@enduml
```

Binary file added dist/simpleicons-4/C/Codenewbie.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 dist/simpleicons-4/C/Codenewbie.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@startuml
sprite $CodenewbieMd [14x14/16z] {
DOs50S0W3C2AIoN_NpjVe6uYQV6maboqWBYbNPK6vbfq6LLMWEMUfMqy0T5IfIrW06rGmlAS610mywXr4zoiMU8guG2pU0rjeC6ZYc7GftFp67kk_nJPpeSN
4JKFm7UJYnC
}
sprite $CodenewbieLg [20x20/16z] {
LOw5WKKn20INUFY1xR_RYt0sJpCeDld3u9CHbCLWrL3zfRpa_gFSE4MvrfMfSAEo54YIZ2pGsyiIf1Nv-6c2rpeb39eC7Z9lf728xyTiaJUYdNIPhacGZLi7
JT1hMaOQWwaO78dySPvXIRd4JdjUSZBcJcvFTbxKoLh9ks2Qog2LY4EoXxFrMYS0W_-eGAxc_CMtGeX04pPZwhgPlhGdNBu
}
!procedure Codenewbie($id, $name="Codenewbie", $tech="")
IconElement($id, 'simpleicons-4/C/Codenewbie', $name, $tech)
!endprocedure
!procedure CodenewbieCard($id, $funcName="", $content="")
IconCard($id, '<$CodenewbieMd>', '', $funcName, $content)
!endprocedure
!procedure CodenewbieGroup($id, $name='Codenewbie', $tech='')
IconGroup($id, 'IconGroup', '<$CodenewbieLg>', $name, $tech)
!endprocedure
@enduml
3 changes: 2 additions & 1 deletion dist/simpleicons-4/F.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# F

The module F contains 74 entries.
The module F contains 75 entries.



Expand Down Expand Up @@ -35,6 +35,7 @@ The module F contains 74 entries.
|![Figma](../simpleicons-4/F/Figma.element.png)|[simpleicons-4/F/Figma](../simpleicons-4/F/Figma.md)
|![Figshare](../simpleicons-4/F/Figshare.element.png)|[simpleicons-4/F/Figshare](../simpleicons-4/F/Figshare.md)
|![Fila](../simpleicons-4/F/Fila.element.png)|[simpleicons-4/F/Fila](../simpleicons-4/F/Fila.md)
|![Files](../simpleicons-4/F/Files.element.png)|[simpleicons-4/F/Files](../simpleicons-4/F/Files.md)
|![Filezilla](../simpleicons-4/F/Filezilla.element.png)|[simpleicons-4/F/Filezilla](../simpleicons-4/F/Filezilla.md)
|![Fing](../simpleicons-4/F/Fing.element.png)|[simpleicons-4/F/Fing](../simpleicons-4/F/Fing.md)
|![Firebase](../simpleicons-4/F/Firebase.element.png)|[simpleicons-4/F/Firebase](../simpleicons-4/F/Firebase.md)
Expand Down
12 changes: 12 additions & 0 deletions dist/simpleicons-4/F/Files.element.local.puml
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 Files element
include('simpleicons-4/F/Files')
Files('files', 'Files', 'an optional tech field')
@enduml
Binary file added dist/simpleicons-4/F/Files.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions dist/simpleicons-4/F/Files.element.remote.puml
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 Files element
include('simpleicons-4/F/Files')
Files('files', 'Files', 'an optional tech field')
@enduml
47 changes: 47 additions & 0 deletions dist/simpleicons-4/F/Files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Files

```text
simpleicons-4/F/Files
```

```text
include('simpleicons-4/F/Files')
```

|icon|element|
|---|---|
|![](Files.png)|![](Files.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 Files element
include('simpleicons-4/F/Files')
Files('files', 'Files', '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 Files element
include('simpleicons-4/F/Files')
Files('files', 'Files', 'an optional tech field')
@enduml
```

Binary file added dist/simpleicons-4/F/Files.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 dist/simpleicons-4/F/Files.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@startuml
sprite $FilesMd [14x14/16z] bSc54G0n24JHk06x_LTxhkDvqJ-uKuWxVuOlRPVJlb8JFiJahM4GVIVRlie4LA6SrOUA4dTjgIASrNhhbzQB-ra1
sprite $FilesLg [20x20/16z] jSgr5O0040HHdDFT_gl57L9-E6-AKxcvfkhLQid8IQHKYxhenRZ3Z2vKvKqgFOnNeQIcFHCSzaWqftANSvhxfQa2hi5h4-bxpud5vSlm1NyJ-H0fPVLIV1a1
!procedure Files($id, $name="Files", $tech="")
IconElement($id, 'simpleicons-4/F/Files', $name, $tech)
!endprocedure
!procedure FilesCard($id, $funcName="", $content="")
IconCard($id, '<$FilesMd>', '', $funcName, $content)
!endprocedure
!procedure FilesGroup($id, $name='Files', $tech='')
IconGroup($id, 'IconGroup', '<$FilesLg>', $name, $tech)
!endprocedure
@enduml
Binary file modified dist/simpleicons-4/M/Mongodb.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/simpleicons-4/M/Mongodb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions dist/simpleicons-4/M/Mongodb.puml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@startuml
sprite $MongodbMd [14x14/16z] PSx50G0n20H0u5p2zbzjt3C_78h-XveDXcl01lXgTC8xIlG3hSWQ8isJWaYMA30XKCgk43tzFPNsYsAdvhYemxda
sprite $MongodbMd [14x14/16z] HOw50GGn20I1yqlOwR_QzuU9u68VvcNDGdePdZ3AsW6slpMXWwwtfLzb00bHbcPPbcWW-t6IWvhlqatqBihDclsTLyJwbKy
sprite $MongodbLg [20x20/16z] {
RT3L0G0G541HtRpzfzND_JmQwX5lq1qDxYRY0VHb1dBo80QbG7RJK5CRuT3Cu-rGwD5bOXXV9eV9ppnnNoN7tdDXlw1gPCyVk9UEKzGkxJhl1sg7dgXy3Q_x
9W
PP250G0X203j5lQVrcxlqpC8Cc31aHSEuLKi8jh7EIoeImci07kMLSoXA7GNwH4K1tmxYGKeZznELUVBesy7rQax5QYnnH6tnhJbTIPek_DN1uepS-kE0kPh
Wi7eoOkDz7F2aW-syyq
}
!procedure Mongodb($id, $name="Mongodb", $tech="")
IconElement($id, 'simpleicons-4/M/Mongodb', $name, $tech)
Expand Down
Binary file modified dist/simpleicons-4/N/Neo4J.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/simpleicons-4/N/Neo4J.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions dist/simpleicons-4/N/Neo4J.puml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@startuml
sprite $Neo4JMd [14x14/16z] {
9SwtbGLH40BH_YEV02h_RFVqphKeZ_gPhA7CQaTWpuMlhf-GMGAVTGvlWm1S8tk3Gxj4LxuwXHUWZbqBHY1AikeHUyQm5s_zRYnR6SglgeQ1R75M4u1rrBy1
fFTdqYVR7m
FOrL0e0024CtHjZS_xIslZzOWMlta98J9zRN5LPvNrkt44ltAfZxwC3SVPwGv8_zn9sA_vAJLtnwd6v80Zo3Sy4TIXaG0O5Ek_PPvWR0x_QKX1EkrrNF0Opd
iJbUEFNw7WS
}
sprite $Neo4JLg [20x20/16z] {
NT05aW0n24HHuWdMzx_jKh3-ohh--11r0qmlk_jjbAhPOGFugoq4VJBPN5RLfe098hl7cXIkYaI2H0a-g0qevnQKH-k0Du8wYhOdiFklYK9txfzhnO1h-FEC
k1PRaD4ywA1z4L4hYaOVr2U0-qpLaNTc2XpRWhZpWO_w1wO8RdS1cz9uI6QPoa5opHzG9XBtHZ_g9tJwhLs73Fho0G
POm7aWH12CDCPbBp_z_UGbzULLPP1lYfgdGbSILiPBtS4IzdojXupSvFeRnZBxLT098TF3ekdZe0M0rBmA9GDAis1rH9UWMkJnvo1yMxu_DFUy8DS6aNdyx6
fQ79AI-1AW6f8pMF91MmTEmUlPK0JsC4VUQRtQ6Ji4aD4OckHbxRtI1rV9BRFMg6B-npfuGVTYpu3UMgwqTz
}
!procedure Neo4J($id, $name="Neo4 J", $tech="")
IconElement($id, 'simpleicons-4/N/Neo4J', $name, $tech)
Expand Down
Binary file modified dist/simpleicons-4/O/Opensourceinitiative.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/simpleicons-4/O/Opensourceinitiative.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions dist/simpleicons-4/O/Opensourceinitiative.puml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@startuml
sprite $OpensourceinitiativeMd [14x14/16z] BOw14S1G14CV7zX_uLvS0O00jHLHMuZUbfjvxGDYZIFRe2_vKvkKpr8jAqp5p7MmKQq3ee6zx86FCWTYuFQdb4weWCysqEvznTU5QTAfgrGdPDSWoZKu67m
sprite $OpensourceinitiativeMd [14x14/16z] FSp5OGG020J0mVklE3d_m3hcfcfkG5qdsLSl0d1bZn-DBUY6saHSpmKEfkdviIHVBD3BDcu2sxM8lSLalbxNbJWkrE7wlLcNYRaWRcJz0m
sprite $OpensourceinitiativeLg [20x20/16z] {
LP1LWeGX38FJWGeD__sFkq9OcRn0xQi0W0MP4Kc6uUfLx72FPhqWEVE6BUboxO5VZHs03Txyo-50jUDDtjYyyOYBuAmud-1QJ7rh7Dga0RPTH4sXx5Z7s91l
dcpvdfjN092bl3d4yE_X3tlqKcmyPe-6gIGrNflryHc7LoaedD360ApdDyY0e1r-mHi0sf7t8hP8pKmkmzLCqqddCJy1
TK-5OS1023p-yEm_RmsIEku206ATHhKi4ooSg51Ii-9ioChmcBfQy82yvuKRUe949F4DcEZQlEhMb-gKQKNiVCOsz05EJxudvhxoQqm_1lZ_TJBVpRpvh7p-
uYLoJSZylgz4zg6YX-se7MS9d2A0L40Jzr2slhkJqAR8UoepvvRC8fpuSgnydCxp2W
}
!procedure Opensourceinitiative($id, $name="Opensourceinitiative", $tech="")
IconElement($id, 'simpleicons-4/O/Opensourceinitiative', $name, $tech)
Expand Down
Binary file modified dist/simpleicons-4/R/Renault.element.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/simpleicons-4/R/Renault.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions dist/simpleicons-4/R/Renault.puml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@startuml
sprite $RenaultMd [14x14/16z] LOs54KKn3CDSvch_QJ_a7keeOD2F36jd7NIOknzB10P46HDQXQd3XVU0EHTqgS5oSlQIxFdQYkGMj4FvJZaQQeDvj5lvsQw-9tGT-0NRwySN
sprite $RenaultMd [14x14/16z] LKs35G1H3CjdtVstFJCFHOGDpPjdmmNIRaRNKQBPR57EYsMO3E6BgjwQrvCKdWROPDcEkbF0JjR_zLTUAVr9sHl4zeQxVThJ3ZBhIhYHrlrOLW
sprite $RenaultLg [20x20/16z] {
RP254KKX30JlkSBsN-sN30ux5fUJiG6yR2hO0HwE8ZHvm3tuMOaBu0Ik55giynzZKU0rppAlYgMtT0FiHTaghRbm3sL5uVG0R6d8CvMnq3mDUySxGc5PbWh3
pULlvrFzfYj8m5LfzJYejDA1THugcExmWl45
RP055W0X24J7JkJ-jzrnk_upQS2A7HcYOd73QZ9ZZ8Ui29ULyZ2BHXEYtWohSCKAQJXmwfs6e8uBExsZ2MWrNnlKqWpmwxsRjRb8e_rco6nUFGWlLl0d-_Fz
px7NKcMpxrVDuQhvtbkK2gxx393LXFiCza5ntN0Sg7cCYkGvw8oD1G
}
!procedure Renault($id, $name="Renault", $tech="")
IconElement($id, 'simpleicons-4/R/Renault', $name, $tech)
Expand Down
4 changes: 2 additions & 2 deletions dist/simpleicons-4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ The package provides 26 modules.

- [A](A.md) with 183 elements
- [B](B.md) with 78 elements
- [C](C.md) with 130 elements
- [C](C.md) with 132 elements
- [D](D.md) with 79 elements
- [E](E.md) with 56 elements
- [F](F.md) with 74 elements
- [F](F.md) with 75 elements
- [G](G.md) with 102 elements
- [H](H.md) with 65 elements
- [I](I.md) with 48 elements
Expand Down
2 changes: 1 addition & 1 deletion lib/simpleicons-4/inventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {download, extract, toKebabCase, toCamelCase, unifyEntries} = require('../
const {log} = require('../logger');
const {getConfig} = require('../glib/config');
const {resolveDestinationPath, createSnippets, createSprites} = require('../package-common/inventory');
const iconsVersion='4.16.0';
const iconsVersion='4.17.0';
const iconsUrl = `https://github.com/simple-icons/simple-icons/archive/${iconsVersion}.zip`

function sanitizeIconsParts(parts) {
Expand Down

0 comments on commit 57a61ee

Please sign in to comment.