@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 2.06 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagTWIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagTWIcon = (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_7553)" },
react_1.default.createElement("path", { d: "M32 16C32 24.8356 24.8356 32 16 32C7.16444 32 0 24.8356 0 16L16 0C24.8356 0 32 7.16444 32 16Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M16 16V0C7.16444 0 0 7.16444 0 16H16Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M13.9129 9.36357L11.9591 10.2827L12.9991 12.176L10.8773 11.7698L10.608 13.9138L9.12977 12.3369L7.65155 13.9138L7.38311 11.7698L5.26133 12.176L6.30133 10.2827L4.34755 9.36357L6.30222 8.44446L5.26222 6.55112L7.38399 6.95735L7.65333 4.81512L9.13066 6.40001L10.6089 4.82312L10.8773 6.96535L12.9991 6.55912L11.9591 8.45246L13.9129 9.36357Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M9.13156 12.3422C10.7766 12.3422 12.1102 11.0086 12.1102 9.36355C12.1102 7.71848 10.7766 6.38489 9.13156 6.38489C7.48649 6.38489 6.15289 7.71848 6.15289 9.36355C6.15289 11.0086 7.48649 12.3422 9.13156 12.3422Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M9.13067 10.9511C8.25539 10.9487 7.54645 10.2397 7.54401 9.36444C7.54645 8.48916 8.25539 7.78021 9.13067 7.77777C10.006 7.78021 10.7149 8.48916 10.7173 9.36444C10.7149 10.2397 10.006 10.9487 9.13067 10.9511Z", fill: "#F0F0F0" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7553" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagTWIcon.displayName = 'FlagTWIcon';