diff --git a/_data/simple-icons.json b/_data/simple-icons.json
index a47a0e2e..b94efbfb 100644
--- a/_data/simple-icons.json
+++ b/_data/simple-icons.json
@@ -205,6 +205,11 @@
"hex": "EE6123",
"source": "https://bitly.com/pages/press"
},
+ {
+ "title": "Blender",
+ "hex": "F5792A",
+ "source": "https://www.blender.org/about/logo/"
+ },
{
"title": "Blogger",
"hex": "FF5722",
@@ -1235,6 +1240,11 @@
"hex": "777BB4",
"source": "http://php.net/download-logos.php"
},
+ {
+ "title": "Picarto.TV",
+ "hex": "3B4F63",
+ "source": "https://picarto.tv/site/press"
+ },
{
"title": "Pinboard",
"hex": "0000FF",
diff --git a/icons/blender.svg b/icons/blender.svg
new file mode 100644
index 00000000..956c618c
--- /dev/null
+++ b/icons/blender.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/picartotv.svg b/icons/picartotv.svg
new file mode 100644
index 00000000..64042626
--- /dev/null
+++ b/icons/picartotv.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/package.json b/package.json
index a341e832..b49b010a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "simple-icons",
- "version": "1.3.3",
+ "version": "1.3.4",
"description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://www.simpleicons.org",
"keywords": [
@@ -18,7 +18,7 @@
"author": "Simple Icons Collaborators",
"license": "CC0",
"devDependencies": {
- "jsonlint": "^1.6.2"
+ "jsonlint2": "^1.7.1"
},
"scripts": {
"jsonlint": "jsonlint _data/simple-icons.json -q -V .jsonlintschema"