@ozen-ui/icons
Version:
A collection of icons
22 lines (21 loc) • 2.3 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagTcIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagTcIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagTcIcon__a)" },
react_1.default.createElement("path", { fill: "#0052B4", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16C0 16.004 16 .002 16 0c8.837 0 16 7.164 16 16" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M15.957 16H16v-.042z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 8.348V0h-.003C7.162.002 0 7.164 0 16h8.348v-4.7l4.7 4.7h2.91l.042-.043V13.05l-4.7-4.701z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M8.095 2.087a16.1 16.1 0 0 0-6.008 6.008V16H6.26V6.26H16V2.088z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "m16 14.032-5.685-5.685H8.348L16 16z" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "M18.087 8.349v7.652c0 3.728 4.87 4.87 4.87 4.87s4.869-1.142 4.869-4.87V8.35z" }),
react_1.default.createElement("path", { fill: "#FF9811", d: "M22.26 11.13c0 .77-.622 2.784-1.39 2.784-.769 0-1.392-2.015-1.392-2.783S20.87 9.74 20.87 9.74s1.392.623 1.392 1.39" }),
react_1.default.createElement("path", { fill: "#A2001D", d: "M25.953 12.646c.224-.548.399-1.348.399-1.747 0-.64-.835-1.16-.835-1.16s-.835.52-.835 1.16c0 .399.175 1.2.4 1.747l-.483 1.088a2.43 2.43 0 0 0 1.835 0z" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "M21.913 16.001s-.696 1.391-.696 2.783h3.479C24.696 17.392 24 16 24 16l-1.044-.696z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M24 16v-.347a1.044 1.044 0 0 0-2.087 0V16z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagTcIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagTcIcon.displayName = 'FlagTcIcon';