pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 354 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="M7.293 12.707a1 1 0 0 1 0-1.414l6-6a1 1 0 1 1 1.414 1.414L9.414 12l5.293 5.293a1 1 0 0 1-1.414 1.414z" clip-rule="evenodd"/></svg>';
export const angle_small_left = icon;
export const angleSmallLeft = icon;