UNPKG

@ozen-ui/icons

Version:

A collection of icons

19 lines (18 loc) 2.48 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagBZIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagBZIcon = (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_5791)" }, react_1.default.createElement("path", { d: "M32 16C32 10.5084 29.2329 5.66399 25.0178 2.78221L16 2.0871L6.98222 2.78221C2.76711 5.66399 0 10.5084 0 16C0 21.4915 2.76711 26.336 6.98222 29.2178L16 29.9129L25.0178 29.2169C29.2329 26.336 32 21.4915 32 16Z", fill: "#003F87" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 -4.35341e-05C19.3458 -4.35341e-05 22.4507 1.02751 25.0178 2.78218H6.98222C9.63811 0.965175 12.7821 -0.00481252 16 -4.35341e-05ZM16 32C12.779 32.0065 9.63172 31.0365 6.97334 29.2177H25.0178C22.3619 31.0347 19.218 32.0047 16 32Z", fill: "#A2001D" }), react_1.default.createElement("path", { d: "M16 23.6524C20.2263 23.6524 23.6524 20.2263 23.6524 16C23.6524 11.7737 20.2263 8.34753 16 8.34753C11.7737 8.34753 8.34756 11.7737 8.34756 16C8.34756 20.2263 11.7737 23.6524 16 23.6524Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M16 22.2605C19.4575 22.2605 22.2604 19.4576 22.2604 16C22.2604 12.5425 19.4575 9.73956 16 9.73956C12.5425 9.73956 9.73956 12.5425 9.73956 16C9.73956 19.4576 12.5425 22.2605 16 22.2605Z", fill: "#6DA544" }), react_1.default.createElement("path", { d: "M16 20.1743C18.3054 20.1743 20.1742 18.3054 20.1742 16C20.1742 13.6947 18.3054 11.8258 16 11.8258C13.6946 11.8258 11.8258 13.6947 11.8258 16C11.8258 18.3054 13.6946 20.1743 16 20.1743Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M16 14.9564L13.7396 16V17.7395L16 19.1306L18.2604 17.7395V16L16 14.9564Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M13.7396 13.9129H18.2613V16H13.7396V13.9129Z", fill: "#FFDA44" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_5791" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagBZIcon.displayName = 'FlagBZIcon';