pn-design-assets
Version:
Icons, SCSS, and more for PostNord Graphical Guidelines
4 lines (3 loc) • 723 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.895 1.553a1 1 0 0 0-1.79.894l.55 1.1A10 10 0 0 0 2 12c0 5.523 4.477 10 10 10 1.253 0 2.452-.23 3.557-.651l.549 1.098a1 1 0 1 0 1.789-.894zm6.761 17.995-2.263-4.527-1.186 1.186a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.414l2.793 2.793.95-.95-3.894-7.789a8 8 0 0 0 7.1 14.201M22 12a9.97 9.97 0 0 1-2.835 6.976l-.962-1.924A8 8 0 0 0 11.68 4.006l-.962-1.925Q11.348 2.001 12 2c5.523 0 10 4.477 10 10m-4.793-1.793-1.618 1.618-.942-1.886 1.146-1.146a1 1 0 1 1 1.414 1.414" clip-rule="evenodd"/></svg>';
export const check_circle_off = icon;
export const checkCircleOff = icon;