@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.8 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagGYIcon = 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_6505)" },
React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M16 0C13.1716 0 10.5156 0.735111 8.20889 2.02311V29.9769C10.5156 31.2649 13.1716 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "#6DA544" }),
React.createElement("path", { d: "M8.25602 1.99731C7.253 2.55319 6.31251 3.21505 5.45068 3.97154L5.71379 3.74576L17.968 16L5.71379 28.2542L5.45068 28.0284C6.30935 28.7822 7.24891 29.4453 8.25602 30.0018L32 16L8.25602 1.99731Z", fill: "#F0F0F0" }),
React.createElement("path", { d: "M6.90402 2.83557C6.41513 3.17335 5.94757 3.53779 5.49957 3.92535L16 16L5.50224 28.0738C5.94966 28.4626 6.41822 28.8264 6.90579 29.1636L29.2622 16L6.90402 2.83557Z", fill: "#FFDA44" }),
React.createElement("path", { d: "M5.7138 3.74579L4.68625 4.68623L14.6089 16L4.68625 27.3138L5.7138 28.2542L17.968 16L5.7138 3.74579Z", fill: "#3D3D3D" }),
React.createElement("path", { d: "M4.68618 4.68622C-1.56271 10.9351 -1.56271 21.0649 4.68618 27.3138L16 16L4.68618 4.68622Z", fill: "#D80027" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_6505" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagGYIcon.displayName = 'FlagGYIcon';