UNPKG

@ozen-ui/icons

Version:

A collection of icons

20 lines (19 loc) 2.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagHTIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagHTIcon = (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_6513)" }, react_1.default.createElement("path", { d: "M32 16C32 24.8356 24.8356 32 16 32C7.16444 32 0 24.8356 0 16C0 7.16444 16 0 16 0C16 0 32 7.16444 32 16Z", fill: "#A2001D" }), react_1.default.createElement("path", { d: "M0 16C0 7.16444 7.16444 0 16 0C24.8356 0 32 7.16444 32 16", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M21.5644 20.1742L16 19.4782L10.4355 20.1742V11.8276H21.5644V20.1742Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M16 19.4782C17.5366 19.4782 18.7822 18.2326 18.7822 16.696C18.7822 15.1594 17.5366 13.9138 16 13.9138C14.4634 13.9138 13.2178 15.1594 13.2178 16.696C13.2178 18.2326 14.4634 19.4782 16 19.4782Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M16 18.0871C16.7683 18.0871 17.3911 17.4643 17.3911 16.696C17.3911 15.9277 16.7683 15.3049 16 15.3049C15.2317 15.3049 14.6089 15.9277 14.6089 16.696C14.6089 17.4643 15.2317 18.0871 16 18.0871Z", fill: "#A2001D" }), react_1.default.createElement("path", { d: "M13.9129 13.2178H18.0871L16 15.304L13.9129 13.2178Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M15.304 14.6089H16.6951V18.7831H15.304V14.6089Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M18.2258 18.3644H13.7724L10.4338 20.1733H21.5644L18.2258 18.3644Z", fill: "#6DA544" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6513" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagHTIcon.displayName = 'FlagHTIcon';