UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 2.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagBaIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagBaIcon = (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(#FlagBaIcon__a)" }, react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), react_1.default.createElement("path", { fill: "#FFDA44", d: "M16 0C10.327 0 5.344 2.953 2.503 7.404L24.192 29.74C28.872 26.947 32 21.84 32 16c0-8.836-7.164-16-16-16" }), react_1.default.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "M32 16a15.95 15.95 0 0 0-4.174-10.777v21.554A15.95 15.95 0 0 0 32 16M19.995 30.117h1.667l.518-1.595.519 1.594h.84c.516-.267 1.014-.58 1.494-.909L2.793 6.967q-.55.803-1.001 1.671l.197.607h1.676l-1.354.977.52 1.594-1.357-.984-.8.588A15.7 15.7 0 0 0 0 16c0 8.836 7.164 16 16 16a16 16 0 0 0 5.328-.91zM3.576 15.281l-.007.023-.002-.016zm0 0 .508-1.572-1.356-.984h1.676l.517-1.595.519 1.593h1.676L5.76 13.7l.52 1.594-1.357-.984zm3.444 3.501.008-.022 1.346-.972 1.357.984-.52-1.593 1.356-.978H8.892l-.52-1.593-.517 1.595H6.18l1.356.985-.508 1.572-.01.006zm3.459 3.457-.007.021-.002-.015zm0 0 .509-1.573-1.357-.984 1.676-.001.517-1.595.52 1.594h1.675l-1.356.978.52 1.593-1.357-.984zm4.8 2.514-1.355.978.515-1.595-1.356-.984h1.675l.518-1.596.519 1.594h1.675l-1.355.977.519 1.594-1.357-.984zm2.103 4.441-.007.023-.002-.016zm0 0 1.347-.97 1.356.983-.519-1.594 1.356-.977h-1.676l-.519-1.593-.517 1.594-1.676.001 1.357.984z", clipRule: "evenodd" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagBaIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagBaIcon.displayName = 'FlagBaIcon';