@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.3 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagCOIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagCOIcon = (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_6058)" },
react_1.default.createElement("path", { d: "M0 16C0 7.16444 7.16444 0 16 0C24.8356 0 32 7.16444 32 16L16 17.3911L0 16Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M2.14221 24C4.90843 28.7822 10.08 32 16 32C21.92 32 27.0933 28.7822 29.8578 24L16 22.9564L2.14221 24Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M29.8578 24C31.2196 21.6462 32 18.9156 32 16H0C0 18.9156 0.779556 21.6462 2.14222 24H29.8578Z", fill: "#0052B4" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6058" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagCOIcon.displayName = 'FlagCOIcon';