@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.16 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagBdIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagBdIcon = (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", { fillRule: "evenodd", clipPath: "url(#FlagBdIcon__a)", clipRule: "evenodd" },
react_1.default.createElement("path", { fill: "#006A4E", d: "M16 0c8.836 0 16 7.164 16 16s-7.164 16-16 16S0 24.836 0 16 7.164 0 16 0" }),
react_1.default.createElement("path", { fill: "#F42A41", d: "M16 6.222c5.4 0 9.778 4.378 9.778 9.778S21.4 25.778 16 25.778 6.222 21.4 6.222 16 10.6 6.222 16 6.222" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagBdIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagBdIcon.displayName = 'FlagBdIcon';