UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.14 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagBJIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4218_5802)" }, React.createElement("path", { d: "M10.4356 14.6089L11.8267 31.4489C13.1875 31.8154 14.5907 32.0007 16 32C24.8356 32 32 24.8356 32 16L10.4356 14.6089Z", fill: "#D80027" }), React.createElement("path", { d: "M10.4356 16L11.8258 0.551113C13.1869 0.18454 14.5904 -0.000764042 16 2.36762e-06C24.8356 2.36762e-06 32 7.16445 32 16H10.4356Z", fill: "#FFDA44" }), React.createElement("path", { d: "M0 16C0 23.392 5.01333 29.6124 11.8258 31.4489V0.551086C5.01333 2.38753 0 8.60798 0 16Z", fill: "#6DA544" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_5802" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagBJIcon.displayName = 'FlagBJIcon';