@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
25 lines (23 loc) • 821 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagSur = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 900 600",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#377e3f",
d: "M0 0h900v600H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
d: "M0 120h900v360H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#b40a2d",
d: "M0 180h900v240H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M450 191.459l70.534 217.082-184.661-134.164h228.254L379.466 408.541z",
fill: "#ecc81d"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagSur);
export default ForwardRef;