UNPKG

@comfortdelgro/compass-icons

Version:
106 lines (104 loc) 3.22 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagUzb = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1000 500", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#1eb53a", d: "M0 0h1000v500H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#0099b5", d: "M0 0h1000v250H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#ce1126", d: "M0 160h1000v180H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#fff", d: "M0 170h1000v160H0z" }), /*#__PURE__*/ React.createElement("circle", { cx: 140, cy: 80, r: 60, fill: "#fff" }), /*#__PURE__*/ React.createElement("circle", { cx: 160, cy: 80, r: 60, fill: "#0099b5" }), /*#__PURE__*/ React.createElement("g", { transform: "matrix(2 0 0 2 272 128)", fill: "#fff" }, /*#__PURE__*/ React.createElement("g", { id: "uzb_svg__e" }, /*#__PURE__*/ React.createElement("g", { id: "uzb_svg__d" }, /*#__PURE__*/ React.createElement("g", { id: "uzb_svg__c" }, /*#__PURE__*/ React.createElement("g", { id: "uzb_svg__b" }, /*#__PURE__*/ React.createElement("path", { id: "uzb_svg__a", d: "M0-6v6h3", transform: "rotate(18 0 -6)" }), /*#__PURE__*/ React.createElement("use", { transform: "scale(-1 1)", width: "100%", height: "100%", href: "#uzb_svg__a" })), /*#__PURE__*/ React.createElement("use", { transform: "rotate(72)", width: "100%", height: "100%", href: "#uzb_svg__b" })), /*#__PURE__*/ React.createElement("use", { transform: "rotate(-72)", width: "100%", height: "100%", href: "#uzb_svg__b" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(144)", width: "100%", height: "100%", href: "#uzb_svg__c" })), /*#__PURE__*/ React.createElement("use", { y: -24, width: "100%", height: "100%", href: "#uzb_svg__d" }), /*#__PURE__*/ React.createElement("use", { y: -48, width: "100%", height: "100%", href: "#uzb_svg__d" })), /*#__PURE__*/ React.createElement("use", { x: 24, width: "100%", height: "100%", href: "#uzb_svg__e" }), /*#__PURE__*/ React.createElement("use", { x: 48, width: "100%", height: "100%", href: "#uzb_svg__e" }), /*#__PURE__*/ React.createElement("use", { x: -48, width: "100%", height: "100%", href: "#uzb_svg__d" }), /*#__PURE__*/ React.createElement("use", { x: -24, width: "100%", height: "100%", href: "#uzb_svg__d" }), /*#__PURE__*/ React.createElement("use", { x: -24, y: -24, width: "100%", height: "100%", href: "#uzb_svg__d" }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagUzb); export default ForwardRef;