Merged in fix/sw-3606-move-heart-icon-to-shared (pull request #3155)

fix(SW-3606): Move heart icon to shared

* Move heart icon to shared


Approved-by: Linus Flood
Approved-by: Matilda Landström
This commit is contained in:
Anton Gunnarsson
2025-11-14 08:32:45 +00:00
parent 966429313b
commit 289adfe98b
7 changed files with 6 additions and 6 deletions

View File

@@ -102,7 +102,7 @@
width: 16px;
height: 16px;
background-color: var(--Icon-Accent);
mask-image: url("/_static/icons/heart.svg");
mask-image: url("/_static/shared/icons/heart.svg");
mask-size: contain;
mask-repeat: no-repeat;
}

View File

@@ -27,7 +27,7 @@
width: 16px;
height: 16px;
background-color: var(--Icon-Accent);
mask-image: url("/_static/icons/heart.svg");
mask-image: url("/_static/shared/icons/heart.svg");
mask-size: contain;
mask-repeat: no-repeat;
}

View File

@@ -59,7 +59,7 @@
width: 16px;
height: 16px;
background-color: var(--Icon-Accent);
mask-image: url("/_static/icons/heart.svg");
mask-image: url("/_static/shared/icons/heart.svg");
mask-size: contain;
mask-repeat: no-repeat;
}

View File

@@ -26,7 +26,7 @@
width: 16px;
height: 16px;
background-color: var(--Icon-Accent);
mask-image: url("/_static/icons/heart.svg");
mask-image: url("/_static/shared/icons/heart.svg");
mask-size: contain;
mask-repeat: no-repeat;
}

View File

@@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
<path d="M7.99994 13.4167L7.23327 12.725C6.14142 11.752 5.24068 10.9184 4.53105 10.2244C3.82142 9.53035 3.26225 8.91443 2.85354 8.37663C2.44481 7.83884 2.16148 7.34728 2.00353 6.90195C1.84558 6.45663 1.7666 6.00042 1.7666 5.53333C1.7666 4.57768 2.09435 3.77209 2.74985 3.11658C3.40536 2.46108 4.21095 2.13333 5.1666 2.13333C5.70314 2.13333 6.22338 2.25 6.72734 2.48333C7.23129 2.71666 7.65549 3.05 7.99994 3.48333C8.36105 3.05 8.78882 2.71666 9.28327 2.48333C9.77771 2.25 10.2944 2.13333 10.8333 2.13333C11.7889 2.13333 12.5945 2.46108 13.25 3.11658C13.9055 3.77209 14.2333 4.57768 14.2333 5.53333C14.2333 6.00042 14.1571 6.45107 14.0047 6.88528C13.8523 7.3195 13.5717 7.80273 13.163 8.33496C12.7543 8.86721 12.1923 9.48591 11.4772 10.1911C10.762 10.8962 9.84734 11.752 8.73327 12.7583L7.99994 13.4167Z" fill="CurrentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 931 B