pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 918 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="M17 1.5a1 1 0 0 1 1 1V4h1.5a1 1 0 1 1 0 2H18v1.5a1 1 0 1 1-2 0V6h-1.5a1 1 0 1 1 0-2H16V2.5a1 1 0 0 1 1-1M7 11a4 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-4M4.894 21.448a1 1 0 0 1-1.788-.895L4 21l-.894-.448v-.001l.002-.002.003-.006.008-.016a3 3 0 0 1 .115-.207c.077-.13.19-.31.34-.523.3-.424.756-.984 1.387-1.544C6.229 17.125 8.207 16 11 16s4.77 1.125 6.04 2.253c.63.56 1.085 1.12 1.385 1.544a8 8 0 0 1 .456.73l.008.016.003.006.001.002s.001.002-.893.449l.894-.447a1 1 0 0 1-1.786.898l-.001-.001-.01-.019-.054-.095a6 6 0 0 0-.25-.383 7.2 7.2 0 0 0-1.082-1.206C14.729 18.875 13.207 18 11 18s-3.73.875-4.71 1.747c-.495.44-.852.88-1.083 1.206a6 6 0 0 0-.304.478l-.01.019z" clip-rule="evenodd"/></svg>';
export const user_add = icon;
export const userAdd = icon;