All files / app/components/icons decrement.tsx

0% Statements 0/4
100% Branches 0/0
0% Functions 0/1
0% Lines 0/3

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                     
import React, { FC } from 'react';
 
export const DecrementIcon: FC = () => (
  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      d="M8.00378 16C12.3907 16 16 12.3983 16 8.00378C16 3.60925 12.3907 0 7.99622 0C3.6017 0 0 3.60925 0 8.00378C0 12.3983 3.60925 16 8.00378 16ZM8.00378 13.9462C4.70411 13.9462 2.06135 11.2959 2.06135 8.00378C2.06135 4.71166 4.70411 2.0538 7.99622 2.0538C11.2883 2.0538 13.9462 4.71166 13.9462 8.00378C13.9538 11.2959 11.2959 13.9462 8.00378 13.9462ZM5.08919 8.86456H10.9108C11.4167 8.86456 11.7867 8.51723 11.7867 8.01888C11.7867 7.50543 11.4243 7.15809 10.9108 7.15809H5.08919C4.57574 7.15809 4.21331 7.50543 4.21331 8.01888C4.21331 8.51723 4.58329 8.86456 5.08919 8.86456Z"
      fill="currentColor"
    />
  </svg>
);