pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
2 lines • 529 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="M11 3.12c0-1.945 2.497-2.745 3.627-1.162l3.187 4.46a1 1 0 0 1-.107 1.29L13.414 12l4.293 4.293a1 1 0 0 1 .107 1.288l-3.187 4.461C13.497 23.625 11 22.825 11 20.88v-6.466l-3.293 3.293a1 1 0 1 1-1.414-1.414L10.586 12 6.293 7.707a1 1 0 0 1 1.414-1.414L11 9.586zm2 11.294 2.694 2.694L13 20.88zm0-4.828V3.12l2.694 3.77z" clip-rule="evenodd"/></svg>';
export const bluetooth = icon;