pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
2 lines • 714 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="M12 2a1 1 0 0 1 1 1v4.086l2.293-2.293a1 1 0 1 1 1.414 1.414L13 9.914V11h1.086l3.707-3.707a1 1 0 1 1 1.414 1.414L16.914 11H21a1 1 0 1 1 0 2h-4.086l2.293 2.293a1 1 0 0 1-1.414 1.414L14.086 13H13v1.086l3.707 3.707a1 1 0 0 1-1.414 1.414L13 16.914V21a1 1 0 1 1-2 0v-4.086l-2.293 2.293a1 1 0 0 1-1.414-1.414L11 14.086V13H9.914l-3.707 3.707a1 1 0 0 1-1.414-1.414L7.086 13H3a1 1 0 1 1 0-2h4.086L4.793 8.707a1 1 0 0 1 1.414-1.414L9.914 11H11V9.914L7.293 6.207a1 1 0 0 1 1.414-1.414L11 7.086V3a1 1 0 0 1 1-1" clip-rule="evenodd"/></svg>';
export const snowflake = icon;