@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.51 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagHtIcon = 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(#FlagHtIcon__a)" },
React.createElement("path", { fill: "#A2001D", d: "M32 16c0 8.836-7.164 16-16 16S0 24.836 0 16 16 0 16 0s16 7.164 16 16" }),
React.createElement("path", { fill: "#0052B4", d: "M0 16C0 7.164 7.164 0 16 0s16 7.164 16 16" }),
React.createElement("path", { fill: "#F0F0F0", d: "M21.564 20.174 16 19.478l-5.565.696v-8.346h11.13z" }),
React.createElement("path", { fill: "#0052B4", d: "M16 19.478a2.782 2.782 0 1 0 0-5.564 2.782 2.782 0 0 0 0 5.564" }),
React.createElement("path", { fill: "#A2001D", d: "M16 18.087a1.391 1.391 0 1 0 0-2.782 1.391 1.391 0 0 0 0 2.782" }),
React.createElement("path", { fill: "#6DA544", d: "M13.913 13.218h4.174L16 15.304z" }),
React.createElement("path", { fill: "#FFDA44", d: "M15.304 14.609h1.391v4.174h-1.391z" }),
React.createElement("path", { fill: "#6DA544", d: "M18.226 18.364h-4.454l-3.338 1.81h11.13z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagHtIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagHtIcon.displayName = 'FlagHtIcon';