UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.85 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagGRIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagGRIcon = (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_6420)" }, 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: "M31.4489 11.8258H16V7.65155H29.6516C30.4473 8.94979 31.0526 10.3555 31.4489 11.8258ZM25.9511 28.5218H6.04001C4.57606 27.3557 3.32681 25.9431 2.34845 24.3476H29.6427C28.6645 25.9432 27.4152 27.3558 25.9511 28.5218Z", fill: "#338AF3" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.73956 1.27111C11.6622 0.444444 13.7778 0 16 0C19.7653 0 23.2267 1.30133 25.96 3.47822H16V7.64444H9.73956V1.27111ZM5.56445 3.87111C4.30287 4.95743 3.21764 6.23307 2.34756 7.65244H5.56534V3.87111H5.56445ZM16 16V11.8258H9.73956V16H5.56445V11.8258H0.551114C0.18454 13.1869 -0.000764041 14.5904 2.36762e-06 16C-0.000764041 17.4096 0.18454 18.8131 0.551114 20.1742H31.4489C31.8071 18.8436 32 17.4453 32 16H16Z", fill: "#338AF3" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_6420" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagGRIcon.displayName = 'FlagGRIcon';