@ozen-ui/icons
Version:
A collection of icons
26 lines (25 loc) • 4.05 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagKYIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagKYIcon = (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_5976)" },
react_1.default.createElement("g", { clipPath: "url(#clip1_4218_5976)" },
react_1.default.createElement("path", { d: "M32 16C32 24.8365 24.8365 32 16 32C7.1635 32 0 24.8365 0 16C0 16.0038 16 0.00175 16 0C24.8365 0 32 7.1635 32 16Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M15.9572 16.0005H16.0001C16.0001 15.9861 16.0001 15.9721 16.0001 15.9576C15.9858 15.972 15.9715 15.9862 15.9572 16.0005Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M16 8.34781C16 5.5325 16 3.68781 16 0H15.9973C7.16194 0.0015 0 7.16431 0 16H8.34781V11.2993L13.0485 16H15.9572C15.9715 15.9858 15.9858 15.9715 16.0001 15.9572C16.0001 14.8793 16.0001 13.9174 16.0001 13.0486L11.2992 8.34781H16Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M22.9565 11.8263C24.4933 11.8263 25.7391 10.5805 25.7391 9.04367C25.7391 7.50687 24.4933 6.26105 22.9565 6.26105C21.4197 6.26105 20.1739 7.50687 20.1739 9.04367C20.1739 10.5805 21.4197 11.8263 22.9565 11.8263Z", fill: "#6DA544" }),
react_1.default.createElement("path", { d: "M8.09459 2.08722C5.59215 3.51216 3.51172 5.59253 2.08684 8.09497V16.0003H6.26078V6.26128V6.26116H15.9999C15.9999 4.94472 15.9999 3.69059 15.9999 2.08722H8.09459Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M15.9998 14.0321L10.3152 8.34753H8.34766V8.34766L15.9997 15.9996H15.9998C15.9998 15.9996 15.9998 14.643 15.9998 14.0321Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M27.826 8.34827H18.0868V12.5222H27.826V8.34827Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M18.0868 18.7831V21.5657H19.5508C20.4287 22.426 21.6302 22.957 22.9564 22.957C24.2826 22.957 25.4841 22.426 26.362 21.5657H26.4346H27.826V18.7831H18.0868Z", fill: "#FFDA44" }),
react_1.default.createElement("path", { d: "M18.0868 11.8262V16.0002C18.0868 19.7276 22.9564 20.8697 22.9564 20.8697C22.9564 20.8697 27.826 19.7276 27.826 16.0002V11.8262H18.0868Z", fill: "#338AF3" }),
react_1.default.createElement("path", { d: "M22.9562 14.0558C21.7389 14.0558 21.7389 15.1689 20.5215 15.1689C19.3042 15.1689 19.3042 14.0558 18.0869 14.0558V16.0037C19.3042 16.0037 19.3042 17.1167 20.5215 17.1167C21.7389 17.1167 21.7389 16.0037 22.9562 16.0037C24.1736 16.0037 24.1736 17.1167 25.3911 17.1167C26.6086 17.1167 26.6085 16.0037 27.826 16.0037V14.0558C26.6086 14.0558 26.6086 15.1689 25.3911 15.1689C24.1736 15.1689 24.1736 14.0558 22.9562 14.0558Z", fill: "#F3F3F3" }),
react_1.default.createElement("path", { d: "M22.9562 10.1566C21.7389 10.1566 21.7389 11.2696 20.5215 11.2696C19.3042 11.2696 19.3042 10.1566 18.0869 10.1566V12.1044C19.3042 12.1044 19.3042 13.2174 20.5215 13.2174C21.7389 13.2174 21.7389 12.1044 22.9562 12.1044C24.1736 12.1044 24.1736 13.2174 25.3911 13.2174C26.6086 13.2174 26.6085 12.1044 27.826 12.1044V10.1566C26.6086 10.1566 26.6086 11.2696 25.3911 11.2696C24.1736 11.2696 24.1736 10.1566 22.9562 10.1566Z", fill: "#F3F3F3" }))),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5976" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" })),
react_1.default.createElement("clipPath", { id: "clip1_4218_5976" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagKYIcon.displayName = 'FlagKYIcon';