All files / src/assets ReverseReplace.tsx

100% Statements 2/2
100% Branches 0/0
100% Functions 1/1
100% Lines 2/2

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2533x 73x                                              
export const ReverseReplace = () => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    id="svg906"
    width="24"
    height="24"
    fill="none"
    stroke="currentColor"
    strokeLinecap="round"
    strokeLinejoin="round"
    strokeWidth="2"
    className="lucide lucide-replace"
    version="1.1"
    viewBox="0 0 24 24"
  >
    <path id="path892-3" d="M1.966 16.037a2 2 0 0 1 2-2"></path>
    <path id="path894-6" d="M3.966 22.037a2 2 0 0 1-2-2"></path>
    <path id="path896-7" d="M7.966 14.037a2 2 0 0 1 2 2"></path>
    <path id="path898-5" d="M9.966 20.037a2 2 0 0 1-2 2"></path>
    <path id="path900" d="m3 7 3 3 3-3"></path>
    <path id="path902" d="M6 10V5a3 3 0 0 1 3-3h1"></path>
    <rect id="rect904" width="8" height="8" x="14.012" y="1.996" rx="2"></rect>
  </svg>
);