UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.64 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagTfIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagTfIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#FlagTfIcon__a)" }, react_1.default.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_1.default.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_1.default.createElement("path", { fill: "#D80027", d: "M12 1.024A18 18 0 0 1 18 0v18h-6z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "M6 4.583a18 18 0 0 1 6-3.559V18H6z" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M0 18h6V4.583A17.95 17.95 0 0 0 0 18" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagTfIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagTfIcon.displayName = 'FlagTfIcon';