UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.53 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGpIcon = 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(#FlagGpIcon__a)" }, React.createElement("circle", { cx: "16", cy: "16", r: "16", fill: "#F0F0F0" }), React.createElement("path", { fill: "#338AF3", fillRule: "evenodd", d: "M9.092 16.517V9.113h8.02s-3.379 1.672-4.641 6.312c-.922.649-3.379 1.092-3.379 1.092", clipRule: "evenodd" }), React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M8.05 17.442a3.62 3.62 0 1 1 5.904-4.174c-.22.587-.744 1.178-1.072 2.44-2.675.24-3.994 1.446-4.832 1.734", clipRule: "evenodd" }), React.createElement("path", { fill: "#6DA544", fillRule: "evenodd", d: "M9.092 17.78v1.16h9.998V9.966c-4.435 2.082-5.903 6.21-5.903 6.21s-2.32.307-4.095 1.604", clipRule: "evenodd" }), React.createElement("path", { fill: "#000", fillRule: "evenodd", d: "M23.833 7.611s-8.098 1.285-10.896 7.792C15.212 7.736 23.833 7.61 23.833 7.61M12.882 15.709s-4.904.785-8.27 5.108c3.32-5.324 8.27-5.108 8.27-5.108", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagGpIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagGpIcon.displayName = 'FlagGpIcon';