const UploadCloudIcon = (props) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    width="1em"
    height="1em"
    fill="none"
    stroke="currentColor"
    strokeLinecap="round"
    strokeLinejoin="round"
    strokeWidth={2}
    class="prefix__feather prefix__feather-upload-cloud"
    viewBox="0 0 24 24"
    {...props}
  >
    <path d="m16 16-4-4-4 4M12 12v9" />
    <path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3" />
    <path d="m16 16-4-4-4 4" />
  </svg>
);
export default UploadCloudIcon;
