All files / icons close-filter.js

0% Statements 0/7
0% Branches 0/4
0% Functions 0/2
0% Lines 0/3
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18                                   
import React from 'react'
 
const CloseFilter = (props) => (
  <svg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg'>
    <g id='Consulta-de-NF' stroke='none' strokeWidth='1' fill='none' fillRule='evenodd'>
      <g id='(TEMP)-Consulta-NF-Filtro-Lateral' transform='translate(-1052.000000, -70.000000)' fill='#3B495E'>
        <g id='Filters-Window' transform='translate(196.000000, 50.000000)'>
          <g id='icn-close-filter' transform='translate(856.000000, 20.000000)'>
            <path d='M11.41425,10.00025 L19.70725,1.70725 C20.09825,1.31625 20.09825,0.68425 19.70725,0.29325 C19.31625,-0.09775 18.68425,-0.09775 18.29325,0.29325 L10.00025,8.58625 L1.70725,0.29325 C1.31625,-0.09775 0.68425,-0.09775 0.29325,0.29325 C-0.09775,0.68425 -0.09775,1.31625 0.29325,1.70725 L8.58625,10.00025 L0.29325,18.29325 C-0.09775,18.68425 -0.09775,19.31625 0.29325,19.70725 C0.68425,20.09825 1.31625,20.09825 1.70725,19.70725 L10.00025,11.41425 L18.29325,19.70725 C18.68425,20.09825 19.31625,20.09825 19.70725,19.70725 C20.09825,19.31625 20.09825,18.68425 19.70725,18.29325 L11.41425,10.00025 Z' id='Close' />
          </g>
        </g>
      </g>
    </g>
  </svg>
)
 
export default CloseFilter