pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
3 lines • 541 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="M14 4.5A3.5 3.5 0 1 1 17.5 8h-2.086l-4 4 4 4H17.5a3.5 3.5 0 1 1-3.5 3.5v-2.086l-4-4-1.05 1.05C6.754 16.66 3 15.106 3 12s3.754-4.66 5.95-2.464l1.05 1.05 4-4zM16 6h1.5A1.5 1.5 0 1 0 16 4.5zm-7.414 6-1.05-1.05C6.6 10.014 5 10.677 5 12s1.6 1.986 2.536 1.05zM16 18v1.5a1.5 1.5 0 1 0 1.5-1.5z" clip-rule="evenodd"/></svg>';
export const share_android = icon;
export const shareAndroid = icon;