UNPKG

@ozen-ui/icons

Version:

A collection of icons

17 lines (16 loc) 1.77 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagGpIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagGpIcon = (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(#FlagGpIcon__a)" }, react_1.default.createElement("circle", { cx: "16", cy: "16", r: "16", fill: "#F0F0F0" }), react_1.default.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_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagGpIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagGpIcon.displayName = 'FlagGpIcon';