pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 433 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 15a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H9.414l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414zm8.283 1.283a1 1 0 0 1 1.414 0l.01.01a1 1 0 0 1-1.414 1.414l-.01-.01a1 1 0 0 1 0-1.414" clip-rule="evenodd"/></svg>';
export const arrow_up_left = icon;
export const arrowUpLeft = icon;