// @flow
import React from 'react';

const CopyIcon = () => (
  <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40">
    <desc>Copy Icon</desc>
    <g fill="none" fillRule="evenodd">
      <rect width="40" height="40" fill="#FFF" fillRule="nonzero" rx="4" />
      <path fill="#405064" d="M9.319 22.627l3.035-3.036c.817-.817 1.81-1.225 2.977-1.225 1.186 0 2.198.428 3.035 1.284l1.284-1.284c-.856-.837-1.284-1.853-1.284-3.05 0-1.168.403-2.155 1.211-2.962l3.006-3.02c.807-.828 1.8-1.241 2.977-1.241 1.167 0 2.155.404 2.962 1.211l2.145 2.13c.827.808 1.24 1.795 1.24 2.963 0 1.167-.408 2.16-1.225 2.977l-3.035 3.035c-.818.817-1.81 1.226-2.977 1.226-1.187 0-2.199-.429-3.035-1.285l-1.285 1.285c.856.836 1.285 1.853 1.285 3.05 0 1.167-.404 2.154-1.212 2.962l-3.006 3.02c-.807.827-1.8 1.24-2.976 1.24-1.168 0-2.155-.403-2.963-1.211l-2.145-2.13c-.827-.808-1.24-1.795-1.24-2.963 0-1.167.408-2.159 1.226-2.976zm12.315-6.245c.03-.03.12-.122.27-.278.15-.155.255-.26.314-.313.058-.054.15-.127.277-.22.127-.092.25-.155.372-.19.122-.033.256-.05.402-.05.389 0 .72.136.992.408.272.273.408.603.408.993 0 .145-.017.28-.05.4a1.171 1.171 0 0 1-.19.373 3.513 3.513 0 0 1-.22.277 8.86 8.86 0 0 1-.313.314c-.155.15-.248.24-.277.27a1.41 1.41 0 0 0 1.05.452c.4 0 .73-.131.993-.394l3.035-3.035c.272-.272.409-.603.409-.992 0-.38-.136-.705-.409-.978l-2.145-2.13a1.41 1.41 0 0 0-.992-.394c-.39 0-.72.136-.993.408l-3.006 3.02a1.35 1.35 0 0 0-.408.993c0 .408.16.764.481 1.066zM11.303 26.58l2.145 2.13c.272.253.603.38.992.38.4 0 .73-.131.992-.394l3.006-3.02a1.35 1.35 0 0 0 .409-.993c0-.408-.16-.764-.482-1.065-.03.029-.12.122-.27.277-.15.156-.255.26-.314.314a3.53 3.53 0 0 1-.277.219 1.17 1.17 0 0 1-.372.19c-.122.034-.255.05-.401.05-.39 0-.72-.136-.993-.408a1.351 1.351 0 0 1-.408-.992c0-.146.017-.28.05-.401a1.17 1.17 0 0 1 .19-.372c.094-.127.166-.22.22-.278.053-.058.158-.162.314-.313l.277-.27a1.39 1.39 0 0 0-1.05-.467c-.39 0-.72.136-.993.408l-3.035 3.035a1.351 1.351 0 0 0-.408.993c0 .379.135.705.408.977z" />
    </g>
  </svg>
);

export default CopyIcon;
