@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.69 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagTkIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagTkIcon = (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(#FlagTkIcon__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: "#0052B4", d: "M25.74 7.652c-.144.69-.21 1.424-.21 2.157 0 4.22 2.517 7.874 6.123 9.518C31.88 18.254 32 17.141 32 16c0-8.836-7.163-16-16-16S0 7.164 0 16s7.164 16 16 16c5.48 0 10.316-2.756 13.2-6.956H9.044v-2.087h21.368q.33-.68.593-1.392H9.044z" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M11.754 8.348 12.1 9.41h1.117l-.904.657.346 1.062-.905-.656-.904.656.346-1.062-.905-.657h1.118zM7.215 16l.431 1.328h1.397l-1.13.821.432 1.329-1.13-.821-1.13.82.431-1.328-1.13-.82h1.397zM7.215 4.87l.431 1.328h1.397l-1.13.821.432 1.329-1.13-.821-1.13.821.431-1.329-1.13-.82h1.397zM3.737 11.13l.431 1.33h1.397l-1.13.82.432 1.329-1.13-.821-1.13.821.431-1.329-1.13-.82h1.397z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagTkIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagTkIcon.displayName = 'FlagTkIcon';