@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.45 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagGFIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagGFIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_4218_5524)" },
react_1.default.createElement("path", { d: "M4.68628 4.4272C-1.56209 10.7349 -1.5621 20.9616 4.68628 27.2693C10.9347 33.5769 21.0653 33.5769 27.3136 27.2693L4.68628 4.4272Z", fill: "#FFDA43" }),
react_1.default.createElement("path", { d: "M4.68635 4.73075C10.9347 -1.57691 21.0653 -1.57692 27.3137 4.73075C33.5621 11.0384 33.5621 21.2651 27.3137 27.5728L4.68635 4.73075Z", fill: "#019E48" }),
react_1.default.createElement("path", { d: "M16.6281 17.9396L15.6089 14.8669L18.2009 12.9692H14.9974L13.9783 9.89648L12.9592 12.9692H9.75568L12.3477 14.8669L11.3285 17.9396L13.9206 16.0419L16.6281 17.9396Z", fill: "#EE0132" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_5524" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagGFIcon.displayName = 'FlagGFIcon';