pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
2 lines • 552 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="M4.001 7a1 1 0 0 1 1-1h.009a1 1 0 0 1 0 2h-.009a1 1 0 0 1-1-1M8 7a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m-3.999 5a1 1 0 0 1 1-1h.009a1 1 0 1 1 0 2h-.009a1 1 0 0 1-1-1M8 12a1 1 0 0 1 1-1h10a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1M4 16.999a1 1 0 0 1 1-1h.001a1 1 0 1 1 0 2h-.001a1 1 0 0 1-1-1M8 17a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1" clip-rule="evenodd"/></svg>';
export const list = icon;