UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagBjIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagBjIcon = (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(#FlagBjIcon__a)" }, react_1.default.createElement("path", { fill: "#D80027", d: "m10.436 14.609 1.39 16.84c1.361.366 2.765.552 4.174.551 8.836 0 16-7.164 16-16z" }), react_1.default.createElement("path", { fill: "#FFDA44", d: "M10.436 16 11.826.551A16 16 0 0 1 16 0c8.836 0 16 7.164 16 16z" }), react_1.default.createElement("path", { fill: "#6DA544", d: "M0 16c0 7.392 5.013 13.612 11.826 15.449V.55C5.013 2.388 0 8.608 0 16" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagBjIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagBjIcon.displayName = 'FlagBjIcon';