@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.23 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagGFIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_4218_5524)" },
React.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.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.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.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_5524" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagGFIcon.displayName = 'FlagGFIcon';