@ozen-ui/icons
Version:
A collection of icons
24 lines (23 loc) • 3.81 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagEUIcon = 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_3073_6172)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", 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: "#D8D8D8" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", 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: "#D8D8D8" }),
React.createElement("path", { d: "M-8 0H40V32H-8V0Z", fill: "#003399" }),
React.createElement("path", { d: "M16 3.55556L15.603 4.78222H14.3111L15.3541 5.54074L14.957 6.77333L16 6.01481L17.043 6.77333L16.6459 5.54074L17.6889 4.78222H16.397L16 3.55556Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M16.397 26.1156L16 24.8889L15.603 26.1156H14.3111L15.3541 26.8741L14.957 28.1067L16 27.3481L17.043 28.1067L16.6459 26.8741L17.6889 26.1156H16.397Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M5.33333 16.6815L6.3763 17.44L5.97926 16.2074L7.02222 15.4489H5.73037L5.33333 14.2222L4.9363 15.4489H3.64444L4.68741 16.2074L4.29037 17.44L5.33333 16.6815Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M10.6667 4.9837L10.2696 6.21037H8.97778L10.0207 6.97481L9.6237 8.20148L10.6667 7.44296L11.7096 8.20148L11.3126 6.97481L12.3556 6.21037H11.0637L10.6667 4.9837Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M6.76148 8.88889L6.36444 10.1156H5.07259L6.11556 10.8741L5.71852 12.1067L6.76148 11.3481L7.80444 12.1067L7.40741 10.8741L8.45037 10.1156H7.16444L6.76148 8.88889Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M7.16444 20.7822L6.76148 19.5556L6.36444 20.7822H5.07259L6.11556 21.5407L5.71852 22.7733L6.76148 22.0148L7.80444 22.7733L7.40741 21.5407L8.45037 20.7822H7.16444Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M11.0637 24.6874L10.6667 23.4607L10.2696 24.6874H8.97778L10.0207 25.4459L9.6237 26.6785L10.6667 25.9141L11.7096 26.6785L11.3126 25.4459L12.3556 24.6874H11.0637Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M28.3556 15.4489H27.0637L26.6667 14.2222L26.2696 15.4489H24.9778L26.0207 16.2074L25.6237 17.44L26.6667 16.6815L27.7096 17.44L27.3126 16.2074L28.3556 15.4489Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M21.3333 4.9837L20.9363 6.21037H19.6444L20.6874 6.97481L20.2904 8.20148L21.3333 7.44296L22.3763 8.20148L21.9793 6.97481L23.0222 6.21037H21.7304L21.3333 4.9837Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M24.5926 10.8741L24.1956 12.1067L25.2385 11.3481L26.2815 12.1067L25.8844 10.8741L26.9274 10.1156H25.6356L25.2385 8.88889L24.8356 10.1156H23.5496L24.5926 10.8741Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M25.6356 20.7822L25.2385 19.5556L24.8356 20.7822H23.5496L24.5926 21.5407L24.1956 22.7733L25.2385 22.0148L26.2815 22.7733L25.8844 21.5407L26.9274 20.7822H25.6356Z", fill: "#FFCC00" }),
React.createElement("path", { d: "M21.7304 24.6874L21.3333 23.4607L20.9363 24.6874H19.6444L20.6874 25.4459L20.2904 26.6785L21.3333 25.9141L22.3763 26.6785L21.9793 25.4459L23.0222 24.6874H21.7304Z", fill: "#FFCC00" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_3073_6172" },
React.createElement("rect", { width: "32", height: "32", rx: "16", fill: "white" }))))); });
FlagEUIcon.displayName = 'FlagEUIcon';