UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagBFIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagBFIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_4218_5919)" }, react_1.default.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_1.default.createElement("path", { d: "M32 16C32 24.8356 24.8356 32 16 32C7.16444 32 0 24.8356 0 16", fill: "#009E49" }), react_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_5919" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagBFIcon.displayName = 'FlagBFIcon';