UNPKG

@comfortdelgro/compass-icons

Version:
22 lines (20 loc) 642 B
import * as React from "react"; import { forwardRef } from "react"; const FlagIta = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 3 2", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#009246", d: "M0 0h3v2H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#fff", d: "M1 0h2v2H1z" }), /*#__PURE__*/ React.createElement("path", { fill: "#ce2b37", d: "M2 0h1v2H2z" })); const ForwardRef = /*#__PURE__*/ forwardRef(FlagIta); export default ForwardRef;