import React from 'react';

export default () => (
  <svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" viewBox="0 0 12 10">
    <title>Green checkmark icon</title>
    <path fill="none" fillRule="evenodd" stroke="#46B8A6" strokeLinecap="round" strokeWidth="2" d="M1 5.378C3.64 12.376 2.832 8.312 11 1" />
  </svg>
);
