UNPKG

@ozen-ui/icons

Version:

A collection of icons

16 lines (15 loc) 2.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagGTIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagGTIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("g", { clipPath: "url(#clip0_4218_6480)" }, react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.04356 30.4125C3.69156 27.824 0 22.3431 0 16C0 9.65692 3.69156 4.17603 9.04356 1.58759V30.4125ZM22.9564 1.58759C28.3084 4.17603 32 9.65692 32 16C32 22.3431 28.3084 27.8249 22.9564 30.4125V1.58759Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M20.1813 18.7058L17.4756 16L20.0507 13.4249L19.9351 12.0649L19.1973 11.3271L16 14.5244L12.8027 11.3271L12.0649 12.0649L11.9493 13.4249L14.5244 16L11.8187 18.7058L13.2942 20.1813L16 17.4755L18.7058 20.1804L20.1813 18.7058Z", fill: "#ACABB1" }), react_1.default.createElement("path", { d: "M19.9351 12.0649L18.4596 13.5404C19.1129 14.192 19.4796 15.0772 19.4783 16C19.4783 17.92 17.9209 19.4782 16 19.4782C14.0791 19.4782 12.5218 17.92 12.5218 16C12.5205 15.0772 12.8871 14.192 13.5405 13.5404L12.0649 12.0649C11.0195 13.1073 10.4327 14.5236 10.4347 16C10.4347 17.9883 11.4954 19.8256 13.2174 20.8197C14.9393 21.8139 17.0608 21.8139 18.7827 20.8197C20.5046 19.8256 21.5654 17.9883 21.5654 16C21.5673 14.5236 20.9806 13.1073 19.9351 12.0649V12.0649Z", fill: "#6DA544" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6480" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagGTIcon.displayName = 'FlagGTIcon';