@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.76 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagTNIcon = 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_7624)" },
React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#D80027" }),
React.createElement("path", { d: "M16 23.6525C20.2263 23.6525 23.6524 20.2263 23.6524 16C23.6524 11.7737 20.2263 8.34756 16 8.34756C11.7737 8.34756 8.34755 11.7737 8.34755 16C8.34755 20.2263 11.7737 23.6525 16 23.6525Z", fill: "#F0F0F0" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.2178 16C13.2242 18.4932 15.2463 20.5114 17.7396 20.5129L17.7387 20.5209C18.4899 20.522 19.2294 20.335 19.8898 19.9769C18.8514 20.9953 17.4545 21.5651 16 21.5635C14.012 21.5635 12.175 20.503 11.1811 18.7813C10.1871 17.0597 10.1871 14.9385 11.1811 13.2169C12.175 11.4952 14.012 10.4347 16 10.4347C17.4534 10.4302 18.8505 10.9965 19.8907 12.0115C19.2507 11.6738 18.5182 11.4782 17.7396 11.4782C15.2429 11.4797 13.2193 13.5033 13.2178 16ZM18.2551 14.8755L16.9422 13.0667L16.9245 15.3013L14.7982 15.9911L16.9316 16.6827L16.9298 18.9173L18.2453 17.1102L20.3787 17.8018L19.0658 15.9929L20.3813 14.1858L18.2551 14.8755Z", fill: "#D80027" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7624" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagTNIcon.displayName = 'FlagTNIcon';