pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 994 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="M7.25 11.25a4 4 0 1 1 8 0 4 4 0 0 1-8 0m4-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4M5.144 21.698a1 1 0 0 1-1.788-.895c.005-.01 0-.001 0-.001V20.8l.002-.002.003-.006.008-.016a3 3 0 0 1 .115-.207c.078-.13.19-.31.34-.523.301-.424.757-.984 1.387-1.544 1.269-1.128 3.246-2.253 6.04-2.253 2.792 0 4.77 1.125 6.039 2.253.63.56 1.085 1.12 1.386 1.544a8 8 0 0 1 .456.73l.008.016.002.006.002.002v.002a1 1 0 0 1-1.786.898V21.7l-.01-.019-.055-.095a6 6 0 0 0-.25-.383 7.2 7.2 0 0 0-1.082-1.206c-.981-.872-2.504-1.747-4.71-1.747-2.208 0-3.73.875-4.711 1.747-.495.44-.852.88-1.083 1.206a6 6 0 0 0-.304.478l-.01.019z" clip-rule="evenodd"/><path fill="#000" d="M17.91 2.043a1 1 0 1 0-1.414 1.414l.879.879h-2.93a1 1 0 1 0 0 2H17.3l-.802.802a1 1 0 1 0 1.414 1.414l2.546-2.546a.999.999 0 0 0 0-1.416z"/></svg>';
export const person_right = icon;
export const personRight = icon;