@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
28 lines (26 loc) • 897 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagCaf = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 12 8",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
d: "M0 0h12v8H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#003082",
d: "M0 0h12v2H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#289728",
d: "M0 4h12v4H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#ffce00",
d: "M0 6h12v2H0zM2 .187l.529 1.626L1.145.808h1.71L1.471 1.813z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#d21034",
d: "M5 0h2v8H5z"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagCaf);
export default ForwardRef;