UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.65 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagBbIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagBbIcon = (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(#FlagBbIcon__a)" }, react_1.default.createElement("path", { fill: "#FFDA44", d: "M22.956 1.588A15.9 15.9 0 0 0 16 0a15.9 15.9 0 0 0-6.956 1.588L7.654 16l1.39 14.413A15.94 15.94 0 0 0 16 32c2.409.003 4.787-.54 6.956-1.587L24.346 16z" }), react_1.default.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "M0 16C0 9.657 3.692 4.176 9.044 1.588v28.824C3.692 27.824 0 22.343 0 16m22.956 14.412V1.588C28.308 4.176 32 9.657 32 16s-3.692 11.824-9.044 14.412", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#000", d: "m20.87 9.74.933.466-1.867-.933c-.056.113-1.275 2.592-1.474 6.38h-1.418V9.74L16 8.347l-1.044 1.39v5.914h-1.418c-.2-3.787-1.418-6.267-1.474-6.38l-1.867.933c.013.027 1.28 2.608 1.28 6.49v1.043h3.479v5.913h2.087v-5.913h3.478v-1.044c0-2.007.347-3.662.64-4.697.317-1.13.64-1.787.643-1.796l-.933-.464z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagBbIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagBbIcon.displayName = 'FlagBbIcon';