UNPKG

@comfortdelgro/compass-icons

Version:
86 lines (84 loc) 2.77 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagCpv = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1020 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#003893", d: "M0 0h1020v600H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#fff", d: "M0 300h1020v150H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#cf2027", d: "M0 350h1020v50H0z" }), /*#__PURE__*/ React.createElement("g", { transform: "matrix(2 0 0 2 382.5 375)", fill: "#f7d116" }, /*#__PURE__*/ React.createElement("g", { id: "cpv_svg__d" }, /*#__PURE__*/ React.createElement("g", { id: "cpv_svg__c", transform: "translate(0 -75)" }, /*#__PURE__*/ React.createElement("g", { id: "cpv_svg__b" }, /*#__PURE__*/ React.createElement("path", { id: "cpv_svg__a", d: "M0-15V0h7.5", transform: "rotate(18 0 -15)" }), /*#__PURE__*/ React.createElement("use", { transform: "scale(-1 1)", width: "100%", height: "100%", href: "#cpv_svg__a" })), /*#__PURE__*/ React.createElement("use", { transform: "rotate(72)", width: "100%", height: "100%", href: "#cpv_svg__b" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(144)", width: "100%", height: "100%", href: "#cpv_svg__b" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(-144)", width: "100%", height: "100%", href: "#cpv_svg__b" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(-72)", width: "100%", height: "100%", href: "#cpv_svg__b" })), /*#__PURE__*/ React.createElement("use", { y: 150, width: "100%", height: "100%", href: "#cpv_svg__c" })), /*#__PURE__*/ React.createElement("use", { transform: "rotate(72)", width: "100%", height: "100%", href: "#cpv_svg__d" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(144)", width: "100%", height: "100%", href: "#cpv_svg__d" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(-144)", width: "100%", height: "100%", href: "#cpv_svg__d" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(-72)", width: "100%", height: "100%", href: "#cpv_svg__d" }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagCpv); export default ForwardRef;