@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.43 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagBbIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FlagBbIcon__a)" },
React.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.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.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.createElement("defs", null,
React.createElement("clipPath", { id: "FlagBbIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagBbIcon.displayName = 'FlagBbIcon';