import React from 'react';
import classnames from 'classnames';

export default props => (
  <svg className={classnames(props.className)} width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd" fillOpacity="0.04" strokeOpacity="0.2">
      <g transform="translate(0.000000, -1.000000)" fill="#1F3858" stroke="#1F3858">
        <rect x="0.5" y="1.5" width="15" height="15" rx="3" />
      </g>
    </g>
  </svg>
);
