UNPKG

@ozen-ui/icons

Version:

A collection of icons

19 lines (18 loc) 1.94 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagVgIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#FlagVgIcon__a)" }, React.createElement("path", { fill: "#0052B4", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16C0 16.004 16 .002 16 0c8.837 0 16 7.164 16 16" }), React.createElement("path", { fill: "#F0F0F0", d: "M15.957 16H16v-.042z" }), React.createElement("path", { fill: "#F0F0F0", d: "M16 8.348V0h-.003C7.162.002 0 7.164 0 16h8.348v-4.7l4.7 4.7h2.91l.042-.043V13.05l-4.7-4.701z" }), React.createElement("path", { fill: "#D80027", d: "M8.095 2.087a16.1 16.1 0 0 0-6.008 6.008V16H6.26V6.26H16V2.088z" }), React.createElement("path", { fill: "#FFDA44", d: "m22.957 16-4.325 4.325a4.868 4.868 0 0 0 8.65 0z" }), React.createElement("path", { fill: "#D80027", d: "m16 14.032-5.685-5.685H8.348L16 16z" }), React.createElement("path", { fill: "#6DA544", d: "M18.087 8.349V16c0 3.728 4.87 4.87 4.87 4.87s4.869-1.142 4.869-4.87V8.35z" }), React.createElement("path", { fill: "#F0F0F0", d: "M24 11.826h-2.087v5.566H24z" }), React.createElement("path", { fill: "#A2001D", d: "M22.957 12.87a1.044 1.044 0 1 0 0-2.087 1.044 1.044 0 0 0 0 2.087" }), React.createElement("path", { fill: "#FFDA44", d: "M20.87 9.74h-1.392v1.39h1.392zM20.87 12.87h-1.392v1.39h1.392zM20.87 16h-1.392v1.392h1.392zM26.435 9.74h-1.391v1.39h1.39zM26.435 12.87h-1.391v1.39h1.39zM26.435 16h-1.391v1.392h1.39z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagVgIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagVgIcon.displayName = 'FlagVgIcon';