@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
43 lines (41 loc) • 1.47 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagBdi = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 100 60",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "#ce1126"
}, /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", {
id: "bdi_svg__a"
}, /*#__PURE__*/ React.createElement("path", {
d: "M-50-30H50v60H-50z"
}))), /*#__PURE__*/ React.createElement("path", {
d: "M-50-30H50v60H-50z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#1eb53a",
strokeWidth: 8,
stroke: "#fff",
clipPath: "url(#bdi_svg__a)",
d: "M-60-36v72L60-36v72z"
}), /*#__PURE__*/ React.createElement("circle", {
fill: "#fff",
r: 17
}), /*#__PURE__*/ React.createElement("path", {
stroke: "#1eb53a",
strokeWidth: 0.36,
id: "bdi_svg__b",
d: "M1.05-10.62h2.1L2.1-8.8l1.05 1.82h-2.1L0-5.16l-1.05-1.82h-2.1L-2.1-8.8l-1.05-1.82h2.1L0-12.44z"
}), /*#__PURE__*/ React.createElement("use", {
x: -7.62,
y: 13.2,
href: "#bdi_svg__b"
}), /*#__PURE__*/ React.createElement("use", {
x: 7.62,
y: 13.2,
href: "#bdi_svg__b"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagBdi);
export default ForwardRef;