All files / icons small-success.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                         
import React from 'react'
 
const SmallSuccess = (props) => (
  <svg width='18' height='18' viewBox='0 0 18 18'>
    <g fill='#6F9E32' fillRule='evenodd'>
      <path d='M9 12a.5.5 0 0 1-.332-.126l-4.5-4a.5.5 0 1 1 .664-.748l4.138 3.678 8.167-8.647a.5.5 0 1 1 .726.686l-8.5 9.001A.5.5 0 0 1 9 12' />
      <path d='M9 18c-4.962 0-9-4.037-9-9 0-4.962 4.038-9 9-9 1.683 0 3.33.476 4.766 1.375a.5.5 0 0 1-.532.848A7.964 7.964 0 0 0 9 1C4.589 1 1 4.589 1 9s3.589 8 8 8 8-3.589 8-8c0-.782-.123-1.573-.365-2.352a.5.5 0 1 1 .955-.296c.272.875.41 1.766.41 2.648 0 4.963-4.037 9-9 9' />
    </g>
  </svg>
)
 
export default SmallSuccess