UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.42 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagAgIcon = 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(#FlagAgIcon__a)" }, React.createElement("path", { fill: "#0052B4", d: "M0 16c0 1.096.11 2.166.32 3.2l15.68.974 15.68-.974c.213-1.053.32-2.125.32-3.2 0-1.096-.11-2.166-.32-3.2L16 11.826.32 12.8A16 16 0 0 0 0 16" }), React.createElement("path", { fill: "#F0F0F0", d: "M31.68 19.2H.32C1.803 26.503 8.26 32 16 32s14.197-5.497 15.68-12.8" }), React.createElement("path", { fill: "#3D3D3D", d: "M.32 12.8h31.36C30.197 5.497 23.74 0 16 0S1.803 5.497.32 12.8" }), React.createElement("path", { fill: "#FFDA44", d: "M22.956 12.8H9.044l2.842-1.337-1.513-2.752 3.087.59.39-3.118L16 8.476l2.151-2.294.391 3.118 3.085-.589-1.514 2.753z" }), React.createElement("path", { fill: "#A2001D", d: "M0 16c0 8.836 7.164 16 16 16L3.2 6.4A15.93 15.93 0 0 0 0 16M16 32c8.836 0 16-7.164 16-16a15.93 15.93 0 0 0-3.2-9.6z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagAgIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagAgIcon.displayName = 'FlagAgIcon';