UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 2.29 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagKGIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_3422_2300)" }, React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#D80027" }), React.createElement("path", { d: "M23.8249 16L20.6276 17.504L22.3298 20.6009L18.8578 19.9369L18.4178 23.4444L16 20.864L13.5822 23.4436L13.1422 19.936L9.67022 20.6L11.3724 17.5031L8.17511 16L11.3724 14.496L9.67022 11.3991L13.1422 12.0631L13.5822 8.55556L16 11.136L18.4178 8.55644L18.8578 12.064L22.3298 11.4L20.6276 14.4969L23.8249 16Z", fill: "#FFDA44" }), React.createElement("path", { d: "M16 20.8693C18.6893 20.8693 20.8693 18.6893 20.8693 16C20.8693 13.3107 18.6893 11.1307 16 11.1307C13.3107 11.1307 11.1307 13.3107 11.1307 16C11.1307 18.6893 13.3107 20.8693 16 20.8693Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.4089 14.6089C17.912 13.7478 16.9933 13.2173 15.9991 13.2173C15.0049 13.2173 14.0862 13.7478 13.5893 14.6089C14.4361 14.6125 15.2671 14.8384 15.9991 15.264C16.7312 14.8384 17.5621 14.6125 18.4089 14.6089ZM13.2089 16.0178L13.5644 16L13.5564 16.0009C13.9819 16.0007 14.4038 16.0791 14.8009 16.232C14.3926 16.6876 14.0735 17.2159 13.8604 17.7893C13.4428 17.2932 13.2123 16.6663 13.2089 16.0178ZM16 18.7822C15.6711 18.7822 15.3573 18.7253 15.064 18.6204C15.2231 17.9947 15.5529 17.4364 16 16.9973C16.4543 17.4428 16.778 18.0041 16.936 18.6204C16.6357 18.728 16.319 18.7827 16 18.7822ZM18.1316 17.7884C17.9185 17.215 17.5994 16.6867 17.1911 16.2311L17.1831 16.2302C17.5802 16.0773 18.0021 15.9989 18.4276 15.9991L18.7831 16.0169C18.7797 16.6654 18.5492 17.2923 18.1316 17.7884Z", fill: "#FFDA44" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_3422_2300" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagKGIcon.displayName = 'FlagKGIcon';