UNPKG

@ozen-ui/icons

Version:

A collection of icons

12 lines (11 loc) 1.06 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGfIcon = 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(#FlagGfIcon__a)" }, React.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.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.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.createElement("defs", null, React.createElement("clipPath", { id: "FlagGfIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagGfIcon.displayName = 'FlagGfIcon';