Skip to content

Commit

Permalink
chore: updated save icons to be heart
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Jan 30, 2025
1 parent 1d46126 commit bb06b64
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions src/routes/_index/component/icon-button/+page.marko
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@
<div class="demo__inner">
<button class="icon-btn icon-btn--large" type="button" aria-label="Save">
<svg class="icon icon--24" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-24" />
<icon-symbol name="heart-24" />
</svg>
</button>
<button class="icon-btn" type="button" aria-label="Save">
<svg class="icon icon--24" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-24" />
<icon-symbol name="heart-24" />
</svg>
</button>
<button class="icon-btn icon-btn--small" type="button" aria-label="Save">
<svg class="icon icon--24" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-24" />
<icon-symbol name="heart-24" />
</svg>
</button>
</div>
Expand Down Expand Up @@ -107,7 +107,7 @@
<div class="demo__inner">
<button aria-label="Watchlist (4 notifications)" class="icon-btn icon-btn--badged" type="button">
<svg class="icon icon--24" width="24" height="24" aria-hidden="true">
<icon-symbol name="save-24" />
<icon-symbol name="heart-24" />
</svg>
<span aria-hidden="true" class="badge">4</span>
</button>
Expand Down Expand Up @@ -141,17 +141,17 @@
<div class="demo__inner">
<button class="icon-btn icon-btn--large icon-btn--primary" type="button" aria-label="Save">
<svg class="icon icon--24" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-24" />
<icon-symbol name="heart-24" />
</svg>
</button>
<button class="icon-btn icon-btn--primary" type="button" aria-label="Save">
<svg class="icon icon--20" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-20" />
<icon-symbol name="heart-20" />
</svg>
</button>
<button class="icon-btn icon-btn--small icon-btn--primary" type="button" aria-label="Save">
<svg class="icon icon--16" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-16" />
<icon-symbol name="heart-16" />
</svg>
</button>
</div>
Expand Down Expand Up @@ -182,17 +182,17 @@
<div class="demo__inner">
<button class="icon-btn icon-btn--large icon-btn--secondary" type="button" aria-label="Save">
<svg class="icon icon--24" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-24" />
<icon-symbol name="heart-24" />
</svg>
</button>
<button class="icon-btn icon-btn--secondary" type="button" aria-label="Save">
<svg class="icon icon--20" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-20" />
<icon-symbol name="heart-20" />
</svg>
</button>
<button class="icon-btn icon-btn--small icon-btn--secondary" type="button" aria-label="Save">
<svg class="icon icon--16" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-16" />
<icon-symbol name="heart-16" />
</svg>
</button>
</div>
Expand Down Expand Up @@ -223,17 +223,17 @@
<div class="demo__inner">
<button class="icon-btn icon-btn--large icon-btn--tertiary" type="button" aria-label="Save">
<svg class="icon icon--24" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-24" />
<icon-symbol name="heart-24" />
</svg>
</button>
<button class="icon-btn icon-btn--tertiary" type="button" aria-label="Save">
<svg class="icon icon--20" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-20" />
<icon-symbol name="heart-20" />
</svg>
</button>
<button class="icon-btn icon-btn--small icon-btn--tertiary" type="button" aria-label="Save">
<svg class="icon icon--16" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-16" />
<icon-symbol name="heart-16" />
</svg>
</button>
</div>
Expand Down Expand Up @@ -318,17 +318,17 @@
<div class="demo__inner">
<a aria-label="loading" class="icon-link icon-link--large icon-link--primary" href="https://www.ebay.com">
<svg class="icon icon--24" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-24" />
<icon-symbol name="heart-24" />
</svg>
</a>
<a aria-label="loading" class="icon-link icon-link--primary" href="https://www.ebay.com">
<svg class="icon icon--20" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-20" />
<icon-symbol name="heart-20" />
</svg>
</a>
<a aria-label="loading" class="icon-link icon-link--small icon-link--primary" href="https://www.ebay.com">
<svg class="icon icon--16" width="16" height="16" aria-hidden="true">
<icon-symbol name="save-16" />
<icon-symbol name="heart-16" />
</svg>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/_index/component/section-title/+page.marko
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
height="14"
aria-hidden="true"
>
<icon-symbol name="save-16"/>
<icon-symbol name="heart-16"/>
</svg>
</button>
</span>
Expand Down

0 comments on commit bb06b64

Please sign in to comment.