@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 2.98 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagTCIcon = 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_7671)" },
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: "#0052B4" }),
React.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.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.createElement("path", { d: "M8.09454 2.08679C5.5921 3.51173 3.51167 5.5921 2.08679 8.09454V15.9999H6.26073V6.26085V6.26073H15.9999C15.9999 4.94429 15.9999 3.69017 15.9999 2.08679H8.09454Z", fill: "#D80027" }),
React.createElement("path", { d: "M15.9998 14.0316L10.3151 8.34708H8.3476V8.3472L15.9997 15.9992H15.9998C15.9998 15.9992 15.9998 14.6425 15.9998 14.0316Z", fill: "#D80027" }),
React.createElement("path", { d: "M18.0868 8.34897V16.0011C18.0868 19.7286 22.9564 20.8707 22.9564 20.8707C22.9564 20.8707 27.8259 19.7286 27.8259 16.0011V8.34897H18.0868Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M22.2607 11.1309C22.2607 11.8993 21.6378 13.9135 20.8694 13.9135C20.101 13.9135 19.4781 11.8993 19.4781 11.1309C19.4781 10.3625 20.8694 9.73959 20.8694 9.73959C20.8694 9.73959 22.2607 10.3625 22.2607 11.1309Z", fill: "#FF9811" }),
React.createElement("path", { d: "M25.9527 12.6462C26.1772 12.0984 26.3518 11.2977 26.3518 10.899C26.3518 10.2587 25.517 9.73959 25.517 9.73959C25.517 9.73959 24.6822 10.2587 24.6822 10.899C24.6822 11.2977 24.8568 12.0984 25.0813 12.6462L24.5994 13.7343C24.8826 13.8495 25.1923 13.9135 25.517 13.9135C25.8416 13.9135 26.1513 13.8495 26.4345 13.7343L25.9527 12.6462Z", fill: "#A2001D" }),
React.createElement("path", { d: "M21.9131 16.0012C21.9131 16.0012 21.2174 17.3925 21.2174 18.7838C21.2174 18.7838 23.3044 18.7838 24.6957 18.7838C24.6956 17.3925 24 16.0012 24 16.0012L22.9565 15.3055L21.9131 16.0012Z", fill: "#6DA544" }),
React.createElement("path", { d: "M24 16.0007V15.6529C24 15.0766 23.5328 14.6094 22.9565 14.6094C22.3802 14.6094 21.913 15.0766 21.913 15.6529V16.0007H24Z", fill: "#D80027" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7671" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagTCIcon.displayName = 'FlagTCIcon';