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

export default props => (
  <svg className={classnames(props.className)} width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g className="t-radio-selected-outer" transform="translate(-16.000000, -397.000000)" fill="#FF6F00">
        <g transform="translate(0.000000, 381.000000)">
          <path d="M28,16 C34.627417,16 40,21.372583 40,28 C40,34.627417 34.627417,40 28,40 C21.372583,40 16,34.627417 16,28 C16,21.372583 21.372583,16 28,16 Z M28,22 C24.6862915,22 22,24.6862915 22,28 C22,31.3137085 24.6862915,34 28,34 C31.3137085,34 34,31.3137085 34,28 C34,24.6862915 31.3137085,22 28,22 Z" />
        </g>
      </g>
    </g>
  </svg>
);
