Current File : /home/resuelf/www/wp-content/plugins/really-simple-ssl/settings/src/utils/Flag/Flags/DzAlgeria.js
import * as React from "react";
const SvgDzAlgeria = (props) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    width={16}
    height={12}
    fill="none"
    {...props}
  >
    <path
      fill="#F7FCFF"
      fillRule="evenodd"
      d="M8 0h8v12H8V0Z"
      clipRule="evenodd"
    />
    <path
      fill="#36A400"
      fillRule="evenodd"
      d="M0 0h8v12H0V0Z"
      clipRule="evenodd"
    />
    <path
      fill="red"
      fillRule="evenodd"
      d="M9.313 2.816c.775 0 1.49.26 2.061.696a4.268 4.268 0 1 0-.276 5.595 3.398 3.398 0 1 1-1.785-6.291Zm1.432 1.252-1.07 1.213-1.537-.424.852 1.333-.852 1.419 1.612-.58.881 1.375V6.807l1.44-.617-1.44-.516.114-1.606Z"
      clipRule="evenodd"
    />
  </svg>
);
export default SvgDzAlgeria;