pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
2 lines • 544 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="M3.293 3.293a1 1 0 0 1 1.414 0L8.5 7.086V4.5a1 1 0 0 1 2 0v5a1 1 0 0 1-1 1h-5a1 1 0 1 1 0-2h2.586L3.293 4.707a1 1 0 0 1 0-1.414m7.99 7.99a1 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.414m2.207 3.207a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2h-2.586l3.793 3.793a1 1 0 0 1-1.414 1.414l-3.793-3.793v2.586a1 1 0 1 1-2 0z" clip-rule="evenodd"/></svg>';
export const collapse = icon;