fix(icons): rotate blend icon (#3105)

* Updated icons/blend.svg

* Updated icons/blend.json

* Updated icons/blend.json
This commit is contained in:
Jakob Guddas
2026-08-28 14:17:15 +02:00
committed by GitHub
parent be0956479b
commit cd6ee554c8
2 changed files with 9 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
"danielbayley",
"jguddas"
],
"use-cases": [],
"tags": [
@@ -22,7 +23,11 @@
"brightness",
"overlap",
"colors",
"colours"
"colours",
"marriage",
"rings",
"couple",
"connection"
],
"categories": [
"design",

View File

@@ -9,6 +9,6 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="9" cy="9" r="7" />
<circle cx="15" cy="15" r="7" />
<circle cx="15" cy="9" r="7" />
<circle cx="9" cy="15" r="7" />
</svg>

Before

Width:  |  Height:  |  Size: 276 B

After

Width:  |  Height:  |  Size: 276 B