@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.33 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagGLIcon = 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_4218_6431)" },
React.createElement("path", { d: "M0 16C0 7.1635 7.1635 0 16 0C24.8365 0 32 7.1635 32 16C31.3044 16 16 18.0869 16 18.0869L0 16Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M32 16C32 24.8365 24.8365 32 16 32C7.1635 32 0 24.8365 0 16", fill: "#D80027" }),
React.createElement("path", { d: "M11.1304 23.6522C15.3566 23.6522 18.7826 20.2262 18.7826 16C18.7826 11.7738 15.3566 8.34784 11.1304 8.34784C6.90426 8.34784 3.47826 11.7738 3.47826 16C3.47826 20.2262 6.90426 23.6522 11.1304 23.6522Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M3.47826 16C3.47826 11.774 6.90426 8.34784 11.1304 8.34784C15.3567 8.34784 18.7826 11.7739 18.7826 16", fill: "#D80027" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6431" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagGLIcon.displayName = 'FlagGLIcon';