mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-18 08:01:08 +03:00
Merge pull request #778 from simple-icons/develop
Publish Blender and Picarto.TV
This commit is contained in:
commit
c4e318058a
@ -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",
|
||||
|
1
icons/blender.svg
Normal file
1
icons/blender.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg aria-labelledby="simpleicons-blender-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title id="simpleicons-blender-icon">Blender icon</title><path d="M12.51 13.214c.046-.8.438-1.506 1.03-2.006a3.424 3.424 0 0 1 2.212-.79c.85 0 1.631.3 2.211.79.592.5.983 1.206 1.028 2.005.045.823-.285 1.586-.865 2.153a3.389 3.389 0 0 1-2.374.938 3.393 3.393 0 0 1-2.376-.938c-.58-.567-.91-1.33-.865-2.152"/><path d="M7.35 14.831c.006.314.106.922.256 1.398a7.372 7.372 0 0 0 1.593 2.757 8.227 8.227 0 0 0 2.787 2.001 8.947 8.947 0 0 0 3.66.76 8.964 8.964 0 0 0 3.657-.772 8.285 8.285 0 0 0 2.785-2.01 7.428 7.428 0 0 0 1.592-2.762 6.964 6.964 0 0 0 .25-3.074 7.123 7.123 0 0 0-1.016-2.779 7.764 7.764 0 0 0-1.852-2.043h.002L13.566 2.55l-.02-.015c-.492-.378-1.319-.376-1.86.002-.547.382-.609 1.015-.123 1.415l-.001.001 3.126 2.543-9.53.01h-.013c-.788.001-1.545.518-1.695 1.172-.154.665.38 1.217 1.2 1.22V8.9l4.83-.01-8.62 6.617-.034.025c-.813.622-1.075 1.658-.563 2.313.52.667 1.625.668 2.447.004L7.414 14s-.069.52-.063.831zm12.09 1.741c-.97.988-2.326 1.548-3.795 1.55-1.47.004-2.827-.552-3.797-1.538a4.51 4.51 0 0 1-1.036-1.622 4.282 4.282 0 0 1 .282-3.519 4.702 4.702 0 0 1 1.153-1.371c.942-.768 2.141-1.183 3.396-1.185 1.256-.002 2.455.41 3.398 1.175.48.391.87.854 1.152 1.367a4.28 4.28 0 0 1 .522 1.706 4.236 4.236 0 0 1-.239 1.811 4.54 4.54 0 0 1-1.035 1.626"/></svg>
|
After Width: | Height: | Size: 1.4 KiB |
1
icons/picartotv.svg
Normal file
1
icons/picartotv.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg aria-labelledby="simpleicons-picartotv-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title id="simpleicons-picartotv-icon">Picarto.TV icon</title><path d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12c6.628 0 12-5.373 12-12S18.628 0 12 0zM7.08 4.182h2.781c.233 0 .42.21.42.47v14.696c0 .26-.187.47-.42.47h-2.78c-.233 0-.42-.21-.42-.47V4.652c0-.26.187-.47.42-.47zm4.664 0a.624.624 0 0 1 .326.091c.355.209 7.451 4.42 8.057 4.78a.604.604 0 0 1 0 1.039c-.436.264-7.558 4.495-8.074 4.789a.577.577 0 0 1-.873-.512v-1.812c0-1.712 2.962-2.201 3.398-2.465a.604.604 0 0 0 0-1.04c-.605-.36-3.398-.746-3.398-2.452V4.79c0-.334.251-.605.564-.61z"/></svg>
|
After Width: | Height: | Size: 667 B |
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user