All files / icons small-error.js

0% Statements 0/14
0% Branches 0/8
0% Functions 0/3
0% Lines 0/3
1 2 3 4 5 6 7 8 9 10 11 12 13                         
import React from 'react'
 
const SmallError = (props) => (
  <svg width='18' height='18' viewBox='0 0 18 18' {...props}>
    <g fill='#EC393D' fillRule='evenodd'>
      <path d='M9 17c-4.411 0-8-3.589-8-8s3.589-8 8-8 8 3.589 8 8-3.589 8-8 8M9 0C4.038 0 0 4.038 0 9c0 4.963 4.038 9 9 9 4.963 0 9-4.037 9-9 0-4.962-4.037-9-9-9' />
      <path d='M12.854 5.146a.5.5 0 0 0-.707 0L8.998 8.293 5.853 5.147a.5.5 0 0 0-.707.707L8.293 9l-3.146 3.146a.5.5 0 0 0 .707.707l3.145-3.146 3.147 3.146a.498.498 0 0 0 .707 0 .5.5 0 0 0 0-.707L9.707 9l3.146-3.147a.5.5 0 0 0 0-.708' />
    </g>
  </svg>
)
 
export default SmallError