@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.11 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagBFIcon = 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_5919)" },
React.createElement("path", { d: "M0 16C0 7.16444 7.16444 0 16 0C24.8356 0 32 7.16444 32 16C31.304 16 16 18.0871 16 18.0871L0 16Z", fill: "#D80027" }),
React.createElement("path", { d: "M32 16C32 24.8356 24.8356 32 16 32C7.16444 32 0 24.8356 0 16", fill: "#009E49" }),
React.createElement("path", { d: "M16 10.4355L17.2089 14.1555H21.12L17.9556 16.4533L19.1644 20.1733L16 17.8755L12.8356 20.1742L14.0444 16.4542L10.88 14.1547H14.7911L16 10.4355Z", fill: "#FFDA44" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_5919" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagBFIcon.displayName = 'FlagBFIcon';