@ozen-ui/icons
Version:
A collection of icons
18 lines (17 loc) • 2.01 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagAGIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagAGIcon = (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_5684)" },
react_1.default.createElement("path", { d: "M0 16C0 17.096 0.110222 18.1662 0.32 19.2L16 20.1743L31.68 19.2C31.8934 18.1468 32.0007 17.0747 32 16C32 14.904 31.8898 13.8338 31.68 12.8L16 11.8258L0.32 12.8C0.110222 13.8338 0 14.904 0 16Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M31.68 19.2H0.320007C1.80267 26.5031 8.25956 32 16 32C23.7405 32 30.1973 26.5031 31.68 19.2Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M0.320007 12.8H31.68C30.1973 5.49689 23.7405 0 16 0C8.25956 0 1.80267 5.49689 0.320007 12.8Z", fill: "#3D3D3D" }),
react_1.default.createElement("path", { d: "M22.9564 12.8H9.04355L11.8862 11.4631L10.3733 8.71114L13.4595 9.30136L13.8507 6.18314L16 8.47558L18.1511 6.18225L18.5422 9.30047L21.6267 8.71114L20.1129 11.464L22.9564 12.8Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M-1.28604e-05 16C-1.28604e-05 24.8356 7.16443 32 16 32L3.19999 6.40002C1.11821 9.16714 -0.00516706 12.5373 -1.28604e-05 16Z", fill: "#A2001D" }),
react_1.default.createElement("path", { d: "M16 32C24.8356 32 32 24.8356 32 16C32.0053 12.5369 30.882 9.16647 28.8 6.39911L16 32Z", fill: "#A2001D" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5684" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagAGIcon.displayName = 'FlagAGIcon';