@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
51 lines (49 loc) • 1.61 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagCom = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 500 300",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#3A75C4",
d: "M0 0h500v300H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#CE1126",
d: "M0 0h500v225H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#FFF",
d: "M0 0h500v150H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#FFC61E",
d: "M0 0h500v75H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#3D8E33",
d: "M0 300l250-150L0 0v300z"
}), /*#__PURE__*/ React.createElement("circle", {
fill: "#FFF",
cx: 85,
cy: 150,
r: 67.5
}), /*#__PURE__*/ React.createElement("circle", {
fill: "#3D8E33",
cx: 115,
cy: 150,
r: 67.5
}), /*#__PURE__*/ React.createElement("path", {
id: "com_svg__a",
fill: "#FFF",
d: "M100.01 89.2l7.36 22.588-19.258-13.949h23.776L92.63 111.788l7.38-22.588z"
}), /*#__PURE__*/ React.createElement("use", {
y: 32.208,
href: "#com_svg__a"
}), /*#__PURE__*/ React.createElement("use", {
y: 64.417,
href: "#com_svg__a"
}), /*#__PURE__*/ React.createElement("use", {
y: 96.625,
href: "#com_svg__a"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagCom);
export default ForwardRef;