@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.75 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagKHIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagKHIcon = (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_5939)" },
react_1.default.createElement("path", { d: "M-5.722e-06 16C-0.00393053 18.6737 0.66522 21.3053 1.94577 23.6524L16 25.0435L30.0533 23.6524C31.3342 21.3054 32.0036 18.6737 32 16C32.0039 13.3263 31.3348 10.6946 30.0542 8.34753L16 6.95642L1.94666 8.34664C0.665655 10.6939 -0.00380717 13.3259 -5.722e-06 16Z", fill: "#D80027" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.0649 8.35556H1.95556C4.65956 3.37422 9.93511 0 16 0C22.0649 0 27.3422 3.37422 30.0649 8.35556ZM30.0444 23.6444C27.3404 28.6258 22.0649 32 16 32C9.936 32 4.65956 28.6258 1.95556 23.6444H30.0444Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M21.5644 19.1307V17.0435H20.1733V14.2613L18.7822 12.8702L17.3911 14.2613V11.4791L16 10.0871L14.6089 11.4782V14.2604L13.2178 12.8693L11.8267 14.2604V17.0427H10.4356V19.1298H9.04445V21.2169H22.9573V19.1298L21.5644 19.1307Z", fill: "#F0F0F0" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5939" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagKHIcon.displayName = 'FlagKHIcon';