pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
2 lines • 318 B
text/typescript
const icon: string = '<svg class="pn-icon-svg" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 25"><path fill="#000" d="M15.096 8.224H12.51a1 1 0 1 1 0-2h5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V9.64l-7.606 7.606h2.585a1 1 0 0 1 0 2h-5a1 1 0 0 1-1-1v-5a1 1 0 0 1 2 0v2.586z"/></svg>';
export const length = icon;