@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
35 lines (33 loc) • 1.21 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagAze = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 1200 600",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#3f9c35",
d: "M0 0h1200v600H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#ed2939",
d: "M0 0h1200v400H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#00b9e4",
d: "M0 0h1200v200H0z"
}), /*#__PURE__*/ React.createElement("circle", {
cx: 580,
cy: 300,
r: 90,
fill: "#fff"
}), /*#__PURE__*/ React.createElement("circle", {
cx: 600,
cy: 300,
r: 75,
fill: "#ed2939"
}), /*#__PURE__*/ React.createElement("path", {
d: "M680 250l9.567 26.903 25.788-12.258-12.258 25.788L730 300l-26.903 9.567 12.258 25.788-25.788-12.258L680 350l-9.567-26.903-25.788 12.258 12.258-25.788L630 300l26.903-9.567-12.258-25.788 25.788 12.258L680 250z",
fill: "#fff"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagAze);
export default ForwardRef;