UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 2.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagETIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagETIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_4218_6272)" }, react_1.default.createElement("path", { d: "M7.92927e-06 16C-0.00188527 17.8996 0.335252 19.7842 0.995563 21.5654L16 22.9565L31.0044 21.5654C31.6648 19.7842 32.0019 17.8996 32 16C32 14.0694 31.6578 12.2196 31.0311 10.5067L16 9.04358L0.968897 10.5067C0.34223 12.2196 7.92927e-06 14.0694 7.92927e-06 16Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M16 32C22.88 32 28.744 27.6578 31.0044 21.5645H0.995544C3.25599 27.6578 9.11999 32 16 32Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M16 0C9.11999 0 3.25599 4.34222 0.995544 10.4356H31.0044C28.744 4.34222 22.88 0 16 0Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M16 23.6524C20.2263 23.6524 23.6524 20.2263 23.6524 16C23.6524 11.7737 20.2263 8.34753 16 8.34753C11.7737 8.34753 8.34753 11.7737 8.34753 16C8.34753 20.2263 11.7737 23.6524 16 23.6524Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M16 10.0738L17.3813 14.3253H21.8667L18.2427 16.9529L19.6347 21.2169L16 18.5778L12.3787 21.2133L13.7653 16.9538L10.1449 14.3262H14.6187L16 10.0738Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M21.5084 17.0667L17.1262 15.6427L19.8347 11.9156L18.7093 11.0978L16 14.816L13.2915 11.088L12.1662 11.9058L14.8747 15.6338L10.4924 17.0578L10.9227 18.3822L15.3049 16.9582V21.5662H16.696V16.9582L21.0782 18.3822L21.5084 17.0667Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6272" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagETIcon.displayName = 'FlagETIcon';