UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 1.56 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagTgIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagTgIcon = (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(#FlagTgIcon__a)" }, react_1.default.createElement("path", { fill: "#FFDA44", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), react_1.default.createElement("path", { fill: "#496E2D", fillRule: "evenodd", d: "M16 0c-.012 0-.696 6.4-.696 6.4H28.8C25.882 2.514 21.244 0 16 0m0 32c5.244 0 9.882-2.514 12.8-6.4H3.2C6.118 29.486 10.756 32 16 32m-.696-19.2H31.68c.213 1.053.32 2.125.32 3.2s-.107 2.147-.32 3.2H16z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#D80027", d: "M16 19.2V0C7.164 0 0 7.164 0 16c0 1.096.11 2.166.32 3.2z" }), react_1.default.createElement("path", { fill: "#F0F0F0", d: "m8.828 7.653 1.036 3.189h3.353l-2.711 1.97L11.54 16l-2.71-1.97L6.115 16l1.036-3.188-2.711-1.971h3.353z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagTgIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagTgIcon.displayName = 'FlagTgIcon';