UNPKG

@comfortdelgro/compass-icons

Version:
44 lines (42 loc) 1.49 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagAtg = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 138 92", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#fff", d: "M0 0h138v92H0z" }), /*#__PURE__*/ React.createElement("path", { d: "M0 0h138v46H0z" }), /*#__PURE__*/ React.createElement("g", { transform: "translate(69 36)" }, /*#__PURE__*/ React.createElement("g", { id: "atg_svg__b" }, /*#__PURE__*/ React.createElement("path", { id: "atg_svg__a", d: "M-30 0L0-5.742V5.742z", fill: "#fcd116" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(22.5)", href: "#atg_svg__a" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(45)", href: "#atg_svg__a" })), /*#__PURE__*/ React.createElement("use", { transform: "rotate(67.5)", href: "#atg_svg__b" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(135)", href: "#atg_svg__b" })), /*#__PURE__*/ React.createElement("path", { fill: "#0072c6", d: "M0 36h138v20H0z" }), /*#__PURE__*/ React.createElement("path", { d: "M0 0v92h138V0L69 92z", fill: "#ce1126" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagAtg); export default ForwardRef;