@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.33 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagTgIcon = 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(#FlagTgIcon__a)" },
React.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.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.createElement("path", { fill: "#D80027", d: "M16 19.2V0C7.164 0 0 7.164 0 16c0 1.096.11 2.166.32 3.2z" }),
React.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.createElement("defs", null,
React.createElement("clipPath", { id: "FlagTgIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagTgIcon.displayName = 'FlagTgIcon';