@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
38 lines (36 loc) • 1.55 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagSgp = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 4320 2880",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#ed2939",
d: "M0 0h4320v2880H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
d: "M0 1440h4320v1440H0zM1481.678 720a541.5 541.5 0 11-1083 0 541.5 541.5 0 111083 0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#ed2939",
d: "M1651.835 720a511.735 511.735 0 11-1023.47 0 511.735 511.735 0 111023.47 0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
id: "sgp_svg__a",
d: "M1007.195 733.064l-73.56-56.43-73.542 56.457 28.313-90.994-73.795-56.092 91.06.193 27.934-91.123 27.964 91.113 91.06-.226-73.777 56.119 28.343 90.983z"
}), /*#__PURE__*/ React.createElement("use", {
transform: "translate(577.189)",
href: "#sgp_svg__a"
}), /*#__PURE__*/ React.createElement("use", {
transform: "translate(288.889 -214.211)",
href: "#sgp_svg__a"
}), /*#__PURE__*/ React.createElement("use", {
transform: "translate(108 342.749)",
href: "#sgp_svg__a"
}), /*#__PURE__*/ React.createElement("use", {
transform: "translate(469.189 342.749)",
href: "#sgp_svg__a"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagSgp);
export default ForwardRef;