@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.63 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagGiIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagGiIcon = (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(#FlagGiIcon__a)" },
react_1.default.createElement("path", { fill: "#F0F0F0", 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: "#D80027", d: "M16 32c6.88 0 12.744-4.342 15.005-10.435H.995C3.255 27.658 9.121 32 16 32M22.26 13.217V11.13h.696V9.74h-1.39v.695h-1.392v-.696h-1.391v1.391h.695v2.087h-1.391v-4.87h.696v-1.39H17.39v.695h-.695v-.695h-1.392v.695h-.695v-.695h-1.392v1.39h.696v4.87h-1.391V11.13h.695V9.74h-1.39v.695h-1.392v-.696H9.043v1.391h.696v2.087H8.348v5.566h15.304v-5.566z" }),
react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M13.913 20.174a2.087 2.087 0 1 1 2.783 1.968v5.684h-3.479v-2.782h2.087v-2.902a2.09 2.09 0 0 1-1.39-1.968m1.391 0a.696.696 0 1 0 1.392 0 .696.696 0 0 0-1.392 0", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagGiIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagGiIcon.displayName = 'FlagGiIcon';