test.spec.js.snap 470 B

1234567891011121314151617181920
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`React Icon component should match snapshot 1`] = `
  3. <svg
  4. className="tabler-icon tabler-icon-2fa"
  5. fill="none"
  6. height={24}
  7. stroke="currentColor"
  8. strokeLinecap="round"
  9. strokeLinejoin="round"
  10. strokeWidth={2}
  11. viewBox="0 0 24 24"
  12. width={24}
  13. xmlns="http://www.w3.org/2000/svg"
  14. >
  15. <path
  16. d="M7 16h-4l3.47 -4.66a2 2 0 1 0 -3.47 -1.54m7 6.2v-8h4m-4 4l3 0m4 4v-6a2 2 0 0 1 4 0v6m-4 -3l4 0"
  17. />
  18. </svg>
  19. `;