UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 2.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagERIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagERIcon = (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_6259)" }, react_1.default.createElement("path", { d: "M14.6089 14.6089L4.68622 27.3138C7.58222 30.2089 11.5822 32 16 32C24.8356 32 32 24.8356 32 16L14.6089 14.6089Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M14.6089 16L4.68622 4.68622C7.58222 1.79111 11.5822 0 16 0C24.8356 0 32 7.16444 32 16H14.6089Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M4.68618 4.68622C-1.56271 10.9351 -1.56271 21.0649 4.68618 27.3138C4.68618 27.3156 32 16 32 16L4.68618 4.68622Z", fill: "#D80027" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.78137 14.9564C2.78578 11.8846 5.27488 9.39552 8.34671 9.39111C11.4185 9.39552 13.9076 11.8846 13.912 14.9564V17.0436C13.9076 20.1154 11.4185 22.6045 8.34671 22.6089C5.27488 22.6045 2.78578 20.1154 2.78137 17.0436V14.9564ZM9.39026 20.3627C10.8381 19.9052 11.823 18.5628 11.8249 17.0444L11.8258 17.0436V14.9564C11.8224 13.0369 10.2671 11.4816 8.34759 11.4782C6.42805 11.4816 4.8728 13.0369 4.86937 14.9564V17.0436C4.87126 18.562 5.85618 19.9043 7.30404 20.3618V18.9511L5.82848 17.4756L7.30404 16V13.9147H9.38937V14.6116L9.39026 15.136L10.8658 16.6116L9.39026 18.0871V20.3627Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6259" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagERIcon.displayName = 'FlagERIcon';