UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 1.73 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagGyIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagGyIcon = (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(#FlagGyIcon__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: "#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_1.default.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_1.default.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_1.default.createElement("path", { fill: "#3D3D3D", d: "m5.714 3.746-1.028.94L14.61 16 4.686 27.314l1.028.94L17.968 16z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M4.686 4.686c-6.249 6.25-6.249 16.379 0 22.628L16 16z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagGyIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagGyIcon.displayName = 'FlagGyIcon';