UNPKG

@ozen-ui/icons

Version:

A collection of icons

24 lines (23 loc) 3.58 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagFKIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagFKIcon = (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_6312)" }, react_1.default.createElement("g", { clipPath: "url(#clip1_4218_6312)" }, 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: "#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.162 0.0015 0 7.16431 0 16H8.34781V11.2993L13.0486 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.0946 2.08722C5.59217 3.51216 3.51179 5.59253 2.08685 8.09497V16.0003H6.26079V6.26128V6.26116H15.9999C15.9999 4.94472 15.9999 3.69059 15.9999 2.08722H8.0946Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M15.9999 14.0321L10.3153 8.34753H8.34775V8.34766L15.9997 15.9996H15.9999C15.9999 15.9996 15.9999 14.643 15.9999 14.0321Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M25.739 18.7831V19.4787H20.1738V18.7831H18.0868V21.5656H19.4781V22.2613H26.4347V21.5656H27.8259V18.7831H25.739Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M18.0868 8.34827V16.0005C18.0868 19.7279 22.9564 20.87 22.9564 20.87C22.9564 20.87 27.8259 19.7279 27.8259 16.0005V8.34827H18.0868Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M22.9562 14.0558C21.7389 14.0558 21.7389 15.1689 20.5215 15.1689C19.3042 15.1689 19.3042 14.0558 18.0869 14.0558V16.0037C19.3042 16.0037 19.3042 17.1167 20.5215 17.1167C21.7389 17.1167 21.7389 16.0037 22.9562 16.0037C24.1736 16.0037 24.1736 17.1167 25.3911 17.1167C26.6086 17.1167 26.6085 16.0037 27.826 16.0037V14.0558C26.6086 14.0558 26.6086 15.1689 25.3911 15.1689C24.1736 15.1689 24.1736 14.0558 22.9562 14.0558Z", fill: "#F3F3F3" }), react_1.default.createElement("path", { d: "M22.9562 10.1566C21.7389 10.1566 21.7389 11.2696 20.5215 11.2696C19.3042 11.2696 19.3042 10.1566 18.0869 10.1566V12.1044C19.3042 12.1044 19.3042 13.2174 20.5215 13.2174C21.7389 13.2174 21.7389 12.1044 22.9562 12.1044C24.1736 12.1044 24.1736 13.2174 25.3911 13.2174C26.6086 13.2174 26.6085 12.1044 27.826 12.1044V10.1566C26.6086 10.1566 26.6086 11.2696 25.3911 11.2696C24.1736 11.2696 24.1736 10.1566 22.9562 10.1566Z", fill: "#F3F3F3" }))), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6312" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" })), react_1.default.createElement("clipPath", { id: "clip1_4218_6312" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagFKIcon.displayName = 'FlagFKIcon';