UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.63 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagTFIcon = 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_5497)" }, React.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: "#002395" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.0942 18L22.0733 19.5217H24.6649V24.5761L22.7068 21.587L20 25.663H21.0942L21.3822 25.1739H23.801L25.5 28L27.199 25.1739H29.6178L29.9058 25.663H31L28.2932 21.587L26.3351 24.5761V21.6957H27.4762L28.3646 20.2826H26.3351V19.5217H28.9267L29.9058 18H21.0942ZM22.0733 24.25L22.7068 23.2717L23.2827 24.25H22.0733ZM28.9267 24.25L28.2932 23.2717L27.7173 24.25H28.9267Z", fill: "white" }), React.createElement("path", { d: "M12 1.02425C13.8767 0.36093 15.8962 0 18 0L18 18H12V1.02425Z", fill: "#D80027" }), React.createElement("path", { d: "M6 4.58342C7.73129 3.03386 9.76428 1.81448 12 1.02426V18H6V4.58342Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M0 18L6 18V4.5834C2.31751 7.87934 0 12.669 0 18Z", fill: "#0052B4" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_5497" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagTFIcon.displayName = 'FlagTFIcon';