UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.28 kB
"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({ 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(#FlagGfIcon__a)" }, react_1.default.createElement("path", { fill: "#FFDA43", d: "M4.686 4.427c-6.248 6.308-6.248 16.535 0 22.842a15.894 15.894 0 0 0 22.628 0z" }), react_1.default.createElement("path", { fill: "#019E48", d: "M4.686 4.73a15.894 15.894 0 0 1 22.628 0c6.248 6.308 6.248 16.535 0 22.843z" }), react_1.default.createElement("path", { fill: "#EE0132", d: "m16.628 17.94-1.02-3.073 2.593-1.898h-3.204l-1.019-3.073-1.019 3.073H9.756l2.592 1.898-1.02 3.073 2.593-1.898z" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagGfIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagGfIcon.displayName = 'FlagGfIcon';