pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 811 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="M8.394 4.29A3.9 3.9 0 0 1 9.876 4h6.144v6a1 1 0 1 0 2 0V3a1 1 0 0 0-1-1H9.882A5.86 5.86 0 0 0 4 7.86V20a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2H6V7.86a3.86 3.86 0 0 1 2.394-3.57M8.56 6a1 1 0 1 0 0 2h4.07a1 1 0 0 0 0-2zm-1 4a1 1 0 0 1 1-1h4.88a1 1 0 0 1 0 2H8.56a1 1 0 0 1-1-1m1 2a1 1 0 1 0 0 2H11a1 1 0 0 0 0-2zm7.632.02a4.64 4.64 0 0 1 4.797 4.45v.08A4.64 4.64 0 0 1 16.192 21h-.654l1.407 1.253a1 1 0 1 1-1.33 1.494l-3.39-3.02a1 1 0 0 1-.012-1.483l3.39-3.12a1 1 0 1 1 1.354 1.472L15.432 19h.818a2.64 2.64 0 0 0 2.739-2.49 2.64 2.64 0 0 0-2.779-2.49h-.73a1 1 0 1 1 0-2z" clip-rule="evenodd"/></svg>';
export const document_return = icon;
export const documentReturn = icon;