@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.36 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagCZIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagCZIcon = (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_3422_2295)" },
react_1.default.createElement("path", { d: "M16 32C24.8365 32 32 24.8366 32 16C32 7.16344 24.8365 0 16 0C7.16343 0 -1.3207e-05 7.16344 -1.3207e-05 16C-1.3207e-05 24.8366 7.16343 32 16 32Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M14.6089 16L4.68621 27.3138C7.58221 30.2089 11.5822 32 16 32C24.8355 32 32 24.8356 32 16H14.6089Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M4.68621 4.68622C-1.56268 10.9351 -1.56268 21.0649 4.68621 27.3138L16 16L4.68621 4.68622Z", fill: "#0052B4" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_3422_2295" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagCZIcon.displayName = 'FlagCZIcon';