@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
41 lines (39 loc) • 1.21 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagBih = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 16 8",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#002395",
d: "M0 0h16v8H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M4.24 0h8v8z",
fill: "#fecb00"
}), /*#__PURE__*/ React.createElement("g", {
id: "bih_svg__b"
}, /*#__PURE__*/ React.createElement("path", {
d: "M2.353.525L2.8-.85 3.247.525l-1.17-.85h1.446z",
fill: "#fff",
id: "bih_svg__a"
}), /*#__PURE__*/ React.createElement("use", {
x: 1,
y: 1,
href: "#bih_svg__a"
}), /*#__PURE__*/ React.createElement("use", {
x: 2,
y: 2,
href: "#bih_svg__a"
})), /*#__PURE__*/ React.createElement("use", {
x: 3,
y: 3,
href: "#bih_svg__b"
}), /*#__PURE__*/ React.createElement("use", {
x: 6,
y: 6,
href: "#bih_svg__b"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagBih);
export default ForwardRef;