@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
33 lines (31 loc) • 1.02 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagLby = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 960 480",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#239e46",
d: "M0 0h960v480H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0h960v360H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#e70013",
d: "M0 0h960v120H0z"
}), /*#__PURE__*/ React.createElement("circle", {
cx: 480,
cy: 240,
r: 60,
fill: "#fff"
}), /*#__PURE__*/ React.createElement("circle", {
cx: 492.132,
cy: 240,
r: 52.132
}), /*#__PURE__*/ React.createElement("path", {
d: "M509.175 240l80.7-26.221L540 282.426v-84.852l49.875 68.647z",
fill: "#fff"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagLby);
export default ForwardRef;