UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.01 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBjIcon = 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(#FlagBjIcon__a)" }, React.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.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.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.createElement("defs", null, React.createElement("clipPath", { id: "FlagBjIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagBjIcon.displayName = 'FlagBjIcon';