pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
2 lines • 546 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="M10.71 4.441h3.91l.575 3.508H17L16.836 3H1.164L1 7.949h1.805L3.38 4.44h3.912c.054 2.338.054 4.677.054 6.988v1.142c0 2.338 0 4.65-.054 6.906l-2.626.272V21h8.67v-1.25l-2.626-.273c-.054-2.31-.054-4.622-.054-6.906v-1.142c0-2.366 0-4.704.054-6.988M20.5 11a1 1 0 1 0-2 0v1.5H17a1 1 0 1 0 0 2h1.5V16a1 1 0 1 0 2 0v-1.5H22a1 1 0 1 0 0-2h-1.5z" clip-rule="evenodd"/></svg>';
export const text = icon;