UNPKG

@comfortdelgro/compass-icons

Version:
19 lines (17 loc) 542 B
import * as React from "react"; import { forwardRef } from "react"; const FlagPol = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 8 5", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#dc143c", d: "M0 0h8v5H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#fff", d: "M0 0h8v2.5H0z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagPol); export default ForwardRef;