UNPKG

pn-design-assets

Version:

Icons, SCSS, and more for PostNord Graphical Guidelines

3 lines 417 B
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.707 19.707a1 1 0 0 1-1.414 0l-6-6a1 1 0 1 1 1.414-1.414L11 16.586V8a1 1 0 1 1 2 0v8.586l4.293-4.293a1 1 0 0 1 1.414 1.414zM11 5.01V5a1 1 0 1 1 2 0v.01a1 1 0 1 1-2 0" clip-rule="evenodd"/></svg>'; export const arrow_down = icon; export const arrowDown = icon;