@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.48 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagGyIcon = 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(#FlagGyIcon__a)" },
React.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.createElement("path", { fill: "#6DA544", d: "M16 0a15.93 15.93 0 0 0-7.791 2.023v27.954A15.93 15.93 0 0 0 16 32c8.836 0 16-7.164 16-16S24.836 0 16 0" }),
React.createElement("path", { fill: "#F0F0F0", d: "M8.256 1.997a16 16 0 0 0-2.805 1.975l.263-.226L17.968 16 5.714 28.254l-.263-.226a16 16 0 0 0 2.805 1.974L32 16z" }),
React.createElement("path", { fill: "#FFDA44", d: "M6.904 2.836A16 16 0 0 0 5.5 3.926L16 16 5.502 28.074q.672.583 1.404 1.09L29.262 16z" }),
React.createElement("path", { fill: "#3D3D3D", d: "m5.714 3.746-1.028.94L14.61 16 4.686 27.314l1.028.94L17.968 16z" }),
React.createElement("path", { fill: "#D80027", d: "M4.686 4.686c-6.249 6.25-6.249 16.379 0 22.628L16 16z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagGyIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagGyIcon.displayName = 'FlagGyIcon';