@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 1.92 kB
JavaScript
"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({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagBzIcon__a)" },
react_1.default.createElement("path", { fill: "#003F87", d: "M32 16c0-5.492-2.767-10.336-6.982-13.218L16 2.087l-9.018.695C2.767 5.664 0 10.508 0 16c0 5.491 2.767 10.336 6.982 13.218l9.018.695 9.018-.696C29.233 26.336 32 21.492 32 16" }),
react_1.default.createElement("path", { fill: "#A2001D", fillRule: "evenodd", d: "M16 0c3.346 0 6.45 1.028 9.018 2.782H6.982A15.93 15.93 0 0 1 16 0m0 32a15.93 15.93 0 0 1-9.027-2.782h18.045A15.93 15.93 0 0 1 16 32", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 23.652a7.652 7.652 0 1 0 0-15.304 7.652 7.652 0 0 0 0 15.304" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "M16 22.26a6.26 6.26 0 1 0 0-12.52 6.26 6.26 0 0 0 0 12.52" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 20.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M16 14.956 13.74 16v1.74L16 19.13l2.26-1.39V16z" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "M13.74 13.913h4.521V16H13.74z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagBzIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagBzIcon.displayName = 'FlagBzIcon';