pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 385 B
JavaScript
const icon = '<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="M20 6a1 1 0 0 0-1-1H5a1 1 0 1 0 0 2h14a1 1 0 0 0 1-1m0 12a1 1 0 0 0-1-1H8a1 1 0 1 0 0 2h11a1 1 0 0 0 1-1m-1-7a1 1 0 1 1 0 2h-9a1 1 0 1 1 0-2z" clip-rule="evenodd"/></svg>';
export const align_right = icon;
export const alignRight = icon;