pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 1.01 kB
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-.895l.894.447-.894-.448v-.001l.002-.002.003-.006.008-.016a4 4 0 0 1 .115-.206c.078-.131.19-.311.34-.524.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.001l-.894.448.895-.447a1 1 0 0 1-1.787.898l-.01-.02-.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.479l-.01.018z" clip-rule="evenodd"/><path fill="#000" d="M16.285 8.552A1 1 0 1 0 17.7 7.138l-.878-.879h2.93a1 1 0 1 0 0-2h-2.854l.802-.802a1 1 0 1 0-1.414-1.414l-2.547 2.546a.999.999 0 0 0 0 1.416z"/></svg>';
export const person_left = icon;
export const personLeft = icon;