pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines (2 loc) • 497 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="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m9-2V8.5a1.5 1.5 0 1 0-3 0V10zm7 0V8.5a1.5 1.5 0 0 0-3 0V10zM7 11.5a1 1 0 0 1 1 1c0 2.075 1.646 3.5 4 3.5s4-1.425 4-3.5a1 1 0 1 1 2 0c0 3.448-2.831 5.5-6 5.5s-6-2.052-6-5.5a1 1 0 0 1 1-1" clip-rule="evenodd"/></svg>';
export const happy = icon;