pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines (2 loc) • 605 B
JavaScript
const icon = '<svg class="pn-icon-svg" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path fill="#000" fill-rule="evenodd" d="M13.515 5.346c2.886-2.812 7.73-1.516 8.824 2.363.48 1.7.083 3.528-1.058 4.877l-7.755 9.159a2 2 0 0 1-3.052 0l-7.755-9.16A5.31 5.31 0 0 1 1.661 7.71c1.094-3.878 5.938-5.175 8.824-2.363L12 6.823zm6.9 2.906c-.683-2.419-3.704-3.228-5.504-1.474l-1.765 1.72a1.64 1.64 0 0 1-2.292 0l-1.765-1.72c-1.8-1.754-4.821-.945-5.504 1.474-.299 1.06-.051 2.2.66 3.042L12 20.452l7.754-9.158c.712-.841.96-1.981.66-3.042" clip-rule="evenodd"/></svg>';
export const heart = icon;