UNPKG

@ozen-ui/icons

Version:

A collection of icons

27 lines (26 loc) 3.5 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagVGIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagVGIcon = (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_5566)" }, 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.9716 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: "M8.09456 2.08679C5.59212 3.51173 3.51168 5.5921 2.08681 8.09454V15.9999H6.26074V6.26085V6.26073H15.9999C15.9999 4.94429 15.9999 3.69017 15.9999 2.08679H8.09456Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M22.9565 16L18.6319 20.3246C19.4424 21.8877 21.0742 22.9565 22.9565 22.9565C24.8388 22.9565 26.4706 21.8877 27.2811 20.3246L22.9565 16Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M15.9998 14.0318L10.3152 8.34723H8.34766V8.34735L15.9997 15.9993H15.9998C15.9998 15.9993 15.9998 14.6427 15.9998 14.0318Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M18.0868 8.34894V16.0011V16.0011C18.0869 19.7286 22.9564 20.8707 22.9564 20.8707C22.9564 20.8707 27.8259 19.7286 27.8259 16.0011V16.0011V8.34894H18.0868Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M24.0001 11.8264H21.9132V17.3916H24.0001V11.8264Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M22.9567 12.87C23.533 12.87 24.0002 12.4028 24.0002 11.8265C24.0002 11.2501 23.533 10.783 22.9567 10.783C22.3804 10.783 21.9132 11.2501 21.9132 11.8265C21.9132 12.4028 22.3804 12.87 22.9567 12.87Z", fill: "#A2001D" }), react_1.default.createElement("path", { d: "M20.8696 9.73956H19.4783V11.1309H20.8696V9.73956Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M20.8696 12.8693H19.4783V14.2606H20.8696V12.8693Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M20.8696 16.0005H19.4783V17.3919H20.8696V16.0005Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M26.4349 9.73956H25.0436V11.1309H26.4349V9.73956Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M26.4349 12.8693H25.0436V14.2606H26.4349V12.8693Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M26.4349 16.0005H25.0436V17.3919H26.4349V16.0005Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_5566" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagVGIcon.displayName = 'FlagVGIcon';