@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
48 lines (46 loc) • 1.77 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagGeo = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 300 200",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("g", {
id: "geo_svg__c"
}, /*#__PURE__*/ React.createElement("clipPath", {
id: "geo_svg__a"
}, /*#__PURE__*/ React.createElement("path", {
d: "M-109 104a104 104 0 000-208h218a104 104 0 000 208z"
})), /*#__PURE__*/ React.createElement("path", {
id: "geo_svg__b",
d: "M-55 74a55 55 0 01110 0V-74a55 55 0 01-110 0z",
clipPath: "url(#geo_svg__a)"
}), /*#__PURE__*/ React.createElement("use", {
transform: "rotate(90)",
href: "#geo_svg__b"
}))), /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
d: "M0 0h300v200H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M130 0v80H0v40h130v80h40v-80h130V80H170V0h-40z",
fill: "red"
}), /*#__PURE__*/ React.createElement("use", {
transform: "translate(64.45 39.45)",
fill: "red",
href: "#geo_svg__c"
}), /*#__PURE__*/ React.createElement("use", {
transform: "translate(235.55 160.55)",
fill: "red",
href: "#geo_svg__c"
}), /*#__PURE__*/ React.createElement("use", {
transform: "translate(235.55 39.45)",
fill: "red",
href: "#geo_svg__c"
}), /*#__PURE__*/ React.createElement("use", {
transform: "translate(64.45 160.55)",
fill: "red",
href: "#geo_svg__c"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagGeo);
export default ForwardRef;