UNPKG

@comfortdelgro/compass-icons

Version:
19 lines (17 loc) 554 B
import * as React from "react"; import { forwardRef } from "react"; const FlagAut = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 900 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#ed2939", d: "M0 0h900v600H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#fff", d: "M0 200h900v200H0z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagAut); export default ForwardRef;