@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.47 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagTkIcon = 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(#FlagTkIcon__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: "#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.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.createElement("defs", null,
React.createElement("clipPath", { id: "FlagTkIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagTkIcon.displayName = 'FlagTkIcon';