@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.4 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagTfIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#FlagTfIcon__a)" },
React.createElement("path", { fill: "#002395", d: "M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16C0 16.004 16 .002 16 0c8.837 0 16 7.164 16 16" }),
React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "m21.094 18 .98 1.522h2.59v5.054l-1.957-2.989L20 25.663h1.094l.288-.49h2.419L25.5 28l1.699-2.826h2.419l.288.489H31l-2.707-4.076-1.958 2.99v-2.881h1.141l.889-1.413h-2.03v-.761h2.592L29.906 18zm.98 6.25.633-.978.576.978zm6.853 0-.634-.978-.576.978z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#D80027", d: "M12 1.024A18 18 0 0 1 18 0v18h-6z" }),
React.createElement("path", { fill: "#F0F0F0", d: "M6 4.583a18 18 0 0 1 6-3.559V18H6z" }),
React.createElement("path", { fill: "#0052B4", d: "M0 18h6V4.583A17.95 17.95 0 0 0 0 18" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagTfIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagTfIcon.displayName = 'FlagTfIcon';