@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 2.04 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagPYIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagPYIcon = (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_7155)" },
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: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M16 0C9.65689 0 4.176 3.69156 1.58755 9.04356H30.4124C27.824 3.69156 22.3431 0 16 0Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M16 32C22.3431 32 27.824 28.3085 30.4124 22.9565H1.58755C4.176 28.3085 9.65689 32 16 32Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M19.9351 11.3778L18.4596 12.8533C19.1129 13.5049 19.4795 14.3901 19.4782 15.3129C19.4782 17.2329 17.9209 18.7911 16 18.7911C14.0791 18.7911 12.5218 17.2338 12.5218 15.3129C12.5205 14.3901 12.8871 13.5049 13.5404 12.8533L12.0649 11.3778C11.0194 12.4202 10.4327 13.8365 10.4347 15.3129C10.4347 18.3865 12.9264 20.8782 16 20.8782C19.0736 20.8782 21.5653 18.3865 21.5653 15.3129C21.5673 13.8365 20.9806 12.4202 19.9351 11.3778V11.3778Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M16 13.2178L16.5182 14.8124H18.1947L16.8382 15.7973L17.3564 17.392L16 16.4062L14.6436 17.3911L15.1618 15.7964L13.8053 14.8116H15.4818L16 13.2178Z", fill: "#FFDA44" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7155" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagPYIcon.displayName = 'FlagPYIcon';