UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.66 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBzIcon = 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(#FlagBzIcon__a)" }, React.createElement("path", { fill: "#003F87", d: "M32 16c0-5.492-2.767-10.336-6.982-13.218L16 2.087l-9.018.695C2.767 5.664 0 10.508 0 16c0 5.491 2.767 10.336 6.982 13.218l9.018.695 9.018-.696C29.233 26.336 32 21.492 32 16" }), React.createElement("path", { fill: "#A2001D", fillRule: "evenodd", d: "M16 0c3.346 0 6.45 1.028 9.018 2.782H6.982A15.93 15.93 0 0 1 16 0m0 32a15.93 15.93 0 0 1-9.027-2.782h18.045A15.93 15.93 0 0 1 16 32", clipRule: "evenodd" }), React.createElement("path", { fill: "#F0F0F0", d: "M16 23.652a7.652 7.652 0 1 0 0-15.304 7.652 7.652 0 0 0 0 15.304" }), React.createElement("path", { fill: "#6DA544", d: "M16 22.26a6.26 6.26 0 1 0 0-12.52 6.26 6.26 0 0 0 0 12.52" }), React.createElement("path", { fill: "#F0F0F0", d: "M16 20.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348" }), React.createElement("path", { fill: "#0052B4", d: "M16 14.956 13.74 16v1.74L16 19.13l2.26-1.39V16z" }), React.createElement("path", { fill: "#FFDA44", d: "M13.74 13.913h4.521V16H13.74z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagBzIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagBzIcon.displayName = 'FlagBzIcon';