UNPKG

@ozen-ui/icons

Version:

A collection of icons

20 lines (19 loc) 2.52 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagWFIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagWFIcon = (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_6364)" }, react_1.default.createElement("path", { d: "M32 16C32 24.8365 24.8365 32 16 32C7.1635 32 0 24.8365 0 16C0 16.0038 16 0.00175 16 0C24.8365 0 32 7.1635 32 16Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M16 7.65106V13.0475L10.4348 7.65106H16Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M8.34776 15.9992H13.0484L8.34776 9.73834L7.65213 14.6079L8.34776 15.9992Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M15.9572 16.0005H16.0001C16.0001 15.9861 16.0001 15.9721 16.0001 15.9576C15.9858 15.972 15.9716 15.9862 15.9572 16.0005Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M16 8.34781C16 5.5325 16 3.68781 16 0H15.9973C7.16194 0.0015 0 7.16431 0 16H8.34781V11.2993L13.0485 16H15.9572C15.9715 15.9858 15.9858 15.9715 16.0001 15.9572C16.0001 14.8793 16.0001 13.9174 16.0001 13.0486L11.2992 8.34781H16Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M8.09456 2.08679C5.59212 3.51173 3.51168 5.5921 2.08681 8.09454V16.6955H6.26075V6.26085V6.26073H16.6955C16.6955 4.94429 16.6955 3.69017 16.6955 2.08679H8.09456Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M16.6359 14.6684L10.3151 8.34784H8.34763V8.34796L16.6357 16.636H16.6358C16.6359 16.6361 16.6359 15.2794 16.6359 14.6684Z", fill: "#D80027" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.125 12.4767V19.4039L21.5886 15.9403L18.125 12.4767ZM23.0028 17.3545L19.5449 20.8125H26.4608L23.0028 17.3545ZM27.8125 19.3358L24.417 15.9403L27.8125 12.5449V19.3358ZM23.0028 14.5261L19.6017 11.125H26.4039L23.0028 14.5261Z", fill: "white" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6364" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagWFIcon.displayName = 'FlagWFIcon';