UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 2.06 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagGPIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4218_6460)" }, React.createElement("circle", { cx: "16", cy: "16", r: "16", fill: "#F0F0F0" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.09247 16.5172V9.11261H17.1113C17.1113 9.11261 13.7332 10.7846 12.4705 15.4252C11.5493 16.0736 9.09247 16.5172 9.09247 16.5172Z", fill: "#338AF3" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.04956 17.4418C7.56593 16.8264 7.27753 16.0505 7.27753 15.2072C7.27753 13.2084 8.89793 11.588 10.8967 11.588C12.1823 11.588 13.3113 12.2582 13.9533 13.2683C13.7331 13.855 13.21 14.4465 12.8823 15.7084C10.2072 15.948 8.88776 17.1537 8.04956 17.4418Z", fill: "#FFDA44" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.09247 17.7802C9.09247 18.4285 9.09247 18.9403 9.09247 18.9403H19.0904C19.0904 18.9403 19.0904 10.9557 19.0904 9.96606C14.6545 12.0475 13.1872 16.1763 13.1872 16.1763C13.1872 16.1763 10.8669 16.4833 9.09247 17.7802Z", fill: "#6DA544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.8333 7.61108C23.8333 7.61108 15.7349 8.89633 12.937 15.4025C15.2117 7.73623 23.8333 7.61108 23.8333 7.61108Z", fill: "black" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.8822 15.7088C12.8822 15.7088 7.97785 16.4944 4.61108 20.8165C7.93234 15.4934 12.8822 15.7088 12.8822 15.7088Z", fill: "black" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_6460" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagGPIcon.displayName = 'FlagGPIcon';