UNPKG

@comfortdelgro/compass-icons

Version:
21 lines (19 loc) 617 B
import * as React from "react"; import { forwardRef } from "react"; const FlagDeu = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 5 3", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { d: "M0 0h5v3H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#D00", d: "M0 1h5v2H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#FFCE00", d: "M0 2h5v1H0z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagDeu); export default ForwardRef;