@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 2.79 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagTJIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagTJIcon = (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_7560)" },
react_1.default.createElement("path", { d: "M1.6 9.04C0.568889 11.1467 0 13.5111 0 16C0 18.4889 0.568889 20.8533 1.6 22.96L16 24.3556L30.4 22.96C31.4311 20.8533 32 18.4889 32 16C32 13.5111 31.4311 11.1467 30.4 9.04L16 7.64444L1.6 9.04Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M1.60001 22.96C4.26761 28.4949 9.86912 32.0134 16.0133 32.0134C22.1576 32.0134 27.7591 28.4949 30.4267 22.96H1.60001V22.96Z", fill: "#006600" }),
react_1.default.createElement("path", { d: "M1.6 9.03999H30.4C27.7324 3.50507 22.1309 -0.0133667 15.9867 -0.0133667C9.84244 -0.0133667 4.24094 3.50507 1.57333 9.03999H1.6Z", fill: "#D80027" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.2667 12.2844L16 11.4844L15.7689 12.2844H14.9333L15.6089 12.7733L15.3422 13.5733L16.0178 13.0844L16.6933 13.5733L16.4267 12.7733L17.1022 12.2844H16.2667ZM13.3867 13.3333L13.12 12.5333L12.8889 13.3333H12.0533L12.7289 13.8222L12.4622 14.6222L13.1378 14.1333L13.8133 14.6222L13.5467 13.8222L14.2222 13.3333H13.3867ZM10.8356 14.6133L11.1022 15.4133H11.9378L11.2622 15.9022L11.5289 16.7022L10.8533 16.2133L10.1778 16.7022L10.4444 15.9022L9.76889 15.4133H10.6044L10.8356 14.6133ZM17.6711 18.3733L18.7822 17.8133V20.1778H13.2178V17.8222L14.3289 18.3822L16 16.7111L17.6711 18.3733ZM10.2844 18.1955L10.0178 17.3955L9.77778 18.1955H8.95111L9.62667 18.6844L9.36 19.4844L10.0356 18.9955L10.7111 19.4844L10.4444 18.6844L11.12 18.1955H10.2844ZM21.9467 17.3955L21.68 18.1955H20.8444L21.52 18.6844L21.2533 19.4844L21.9289 18.9955L22.6044 19.4844L22.3378 18.6844L23.0133 18.1955H22.2222L21.9467 17.3955ZM20.88 15.4133L21.1467 14.6133L21.3778 15.4133H22.2133L21.5378 15.9022L21.8044 16.7022L21.1289 16.2133L20.4533 16.7022L20.72 15.9022L20.0444 15.4133H20.88ZM18.8533 12.5333L18.5867 13.3333H17.7778L18.4533 13.8222L18.1867 14.6222L18.8622 14.1333L19.5378 14.6222L19.2711 13.8222L19.9467 13.3333H19.1111L18.8533 12.5333Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7560" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagTJIcon.displayName = 'FlagTJIcon';