pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines • 1 kB
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.5 2a1 1 0 0 0-1 1c0 .802-.227 1.234-.526 1.49C5.646 4.773 5.047 5 4 5a1 1 0 0 0-1 1c0 3.325.424 6.41 1.723 9.12 1.31 2.733 3.473 5.008 6.811 6.765a1 1 0 0 0 .962-.017c3.053-1.744 5.205-3.875 6.58-6.534C20.444 12.688 21 9.598 21 6a1 1 0 0 0-1-1c-1.047 0-1.646-.228-1.974-.51-.3-.256-.526-.688-.526-1.49a1 1 0 0 0-1-1zm-.224 4.01c.617-.53.976-1.223 1.131-2.01h7.186c.155.787.514 1.48 1.131 2.01.61.523 1.388.81 2.262.926-.09 2.975-.623 5.422-1.687 7.48-1.099 2.126-2.801 3.907-5.318 5.435-2.711-1.531-4.409-3.415-5.454-5.596-1.007-2.1-1.438-4.536-1.515-7.318.875-.117 1.653-.404 2.264-.928M10.5 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0m1-3a3 3 0 0 0-1 5.83v6.67a1 1 0 1 0 2 0V17h1a1 1 0 1 0 0-2h-1v-1H13a1 1 0 1 0 0-2h-.499v-1.17a3.001 3.001 0 0 0-1-5.83" clip-rule="evenodd"/></svg>';
export const secure_transfer = icon;
export const secureTransfer = icon;