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">
      <g transform="translate(0.000000, -1.000000)">
        <g transform="translate(0.000000, 1.000000)">
          <g >
            <rect fill="#FF6F00" x="0" y="0" width="16" height="16" rx="3" />
            <polygon fill="#FFFFFF" points="6.58578644 9.82842712 12.2426407 4.17157288 13.6568542 5.58578644 6.58578644 12.6568542 2.34314575 8.41421356 3.75735931 7 6.58578644 9.82842712" />
          </g>
        </g>
      </g>
    </g>
  </svg>
);
