UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 2.36 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagTKIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagTKIcon = (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_7596)" }, react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M25.7391 7.65219C25.5956 8.34188 25.5304 9.07644 25.5304 9.80869C25.5304 14.0296 28.0466 17.6828 31.6526 19.3273C31.8796 18.2538 32 17.141 32 16C32 7.1635 24.8365 0 16 0C7.1635 0 0 7.1635 0 16C0 24.8365 7.1635 32 16 32C21.4801 32 26.3161 29.2443 29.1998 25.0435H9.0435V22.9566H30.4124C30.6311 22.5043 30.8286 22.04 31.0049 21.5653H9.0435L25.7391 7.65219Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M11.7544 8.34775L12.0998 9.41062H13.2173L12.3132 10.0676L12.6586 11.1304L11.7544 10.4736L10.8504 11.1304L11.1957 10.0676L10.2915 9.41062H11.409L11.7544 8.34775Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M7.21472 15.9995L7.64647 17.3282H9.04334L7.91315 18.1491L8.3449 19.4777L7.21472 18.6566L6.08459 19.4777L6.51628 18.1491L5.38615 17.3282H6.78303L7.21472 15.9995Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M7.21472 4.86978L7.64647 6.19847H9.04334L7.91315 7.0194L8.3449 8.34803L7.21472 7.5269L6.08459 8.34803L6.51628 7.0194L5.38615 6.19847H6.78303L7.21472 4.86978Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M3.73655 11.1308L4.1683 12.4595H5.56511L4.43499 13.2804L4.86674 14.609L3.73655 13.7879L2.60642 14.609L3.03811 13.2804L1.90799 12.4595H3.3048L3.73655 11.1308Z", fill: "#F0F0F0" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7596" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagTKIcon.displayName = 'FlagTKIcon';