Skip to content

Commit

Permalink
Applied make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smanga24 committed Jan 9, 2025
1 parent 7e1dc93 commit 8f999b4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/dw_design_system/dwds/elements/bookmark-icon.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<svg class="bookmark-icon {% if is_bookmarked %}bookmarked{% endif %}" width="43" height="42" viewBox="0 0 43 42" fill="none" xmlns="http://www.w3.org/2000/svg">
<ellipse class="background" cx="21" cy="21.5121" rx="14.0037" ry="14.0531" transform="rotate(-34.4913 21 21.5121)" fill="#FBE3DF"/>
<path class="path" d="M30.0978 33.6004L21.5826 25.639C21.1459 25.2086 20.4909 25.2086 20.0542 25.639L11.5391 33.6004V9.93134C11.5391 9.28582 11.9757 8.85547 12.6308 8.85547H29.0061C29.6611 8.85547 30.0978 9.28582 30.0978 9.93134V33.6004Z" fill="white" stroke="#333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
<svg class="bookmark-icon {% if is_bookmarked %}bookmarked{% endif %}"
width="43"
height="42"
viewBox="0 0 43 42"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<ellipse class="background" cx="21" cy="21.5121" rx="14.0037" ry="14.0531" transform="rotate(-34.4913 21 21.5121)" fill="#FBE3DF" />
<path class="path" d="M30.0978 33.6004L21.5826 25.639C21.1459 25.2086 20.4909 25.2086 20.0542 25.639L11.5391 33.6004V9.93134C11.5391 9.28582 11.9757 8.85547 12.6308 8.85547H29.0061C29.6611 8.85547 30.0978 9.28582 30.0978 9.93134V33.6004Z" fill="white" stroke="#333333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
</svg>

0 comments on commit 8f999b4

Please sign in to comment.