pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines • 563 B
text/typescript
const icon: string = '<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.895 1.553a1 1 0 0 0-1.79.894L6.383 3H5a3 3 0 0 0-1 5.83V18a3 3 0 0 0 3 3h8.382l.724 1.447a1 1 0 1 0 1.789-.894zM14.382 19l-3-6H9.5a1 1 0 1 1 0-2h.882l-1-2H6v9a1 1 0 0 0 1 1zm-6-12-1-2H5a1 1 0 1 0 0 2zM19 7h-5.823l1 2H18v7.646l1.504 3.007A3 3 0 0 0 20 18V8.83A3.001 3.001 0 0 0 19 3h-7.823l1 2H19a1 1 0 1 1 0 2" clip-rule="evenodd"/></svg>';
export const archive_off = icon;
export const archiveOff = icon;