pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 441 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="M16 9a1 1 0 1 1 2 0v8a1 1 0 0 1-1 1H9a1 1 0 1 1 0-2h5.586L8.293 9.707a1 1 0 0 1 1.414-1.414L16 14.586zM7.717 7.717a1 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_down_right = icon;
export const arrowDownRight = icon;