UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 2.37 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagGBIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagGBIcon = (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("path", { d: "M16 31.9998C24.8365 31.9998 31.9998 24.8365 31.9998 16C31.9998 7.1636 24.8365 0.000263148 16 0.000263148C7.1636 0.000263148 0.000263148 7.1636 0.000263148 16C0.000263148 24.8365 7.1636 31.9998 16 31.9998Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.7411 3.30786L25.7421 3.30864V3.30686L25.7411 3.30786ZM25.7411 3.30786C24.1058 2.05138 22.2217 1.10233 20.1742 0.551343V8.87478L25.7411 3.30786ZM0.551343 11.8267C1.10245 9.77965 2.04999 7.89523 3.30686 6.2597L8.87478 11.8267H0.551343ZM28.6932 6.2597C29.9679 7.91669 30.9042 9.80829 31.4487 11.8267H23.1261L28.6932 6.2597ZM0.551582 20.1751H8.87389L3.30686 25.7421C2.05195 24.1068 1.10272 22.2227 0.551582 20.1751ZM6.2597 28.6931C7.89523 29.95 9.77965 30.8976 11.8267 31.4487V23.1252L6.2597 28.6931ZM6.2597 3.30686C7.91669 2.03212 9.80829 1.09583 11.8267 0.551343V8.87389L6.2597 3.30686ZM20.1733 31.4487C22.1917 30.9042 24.0833 29.9679 25.7403 28.6932L20.1733 23.1261V31.4487ZM28.6914 25.7412L23.1243 20.1742H31.4469C30.8958 22.2213 29.9482 24.1057 28.6914 25.7412Z", fill: "#0052B4" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M31.8647 13.9129H18.0871V0.135343C16.7015 -0.0451144 15.2985 -0.0451144 13.9129 0.135343V13.9129H0.135343C-0.0451144 15.2985 -0.0451144 16.7015 0.135343 18.0871H13.9129V31.8647C15.2985 32.0451 16.7015 32.0451 18.0871 31.8647V18.0871H31.8647C32.0451 16.7015 32.0451 15.2985 31.8647 13.9129ZM27.3136 27.3136L28.254 26.2861L22.1412 20.1733H20.1733L27.3136 27.3136ZM4.68639 27.3136L11.8258 20.1742L11.8267 22.1412L5.71393 28.254L4.68639 27.3136ZM11.8258 11.8258L4.68639 4.68639L3.74596 5.71393L9.85876 11.8267H11.8267L11.8258 11.8258ZM27.3136 4.68639L20.1733 11.8267V9.85876L26.2861 3.74596L27.3136 4.68639Z", fill: "#D80027" }))); }); exports.FlagGBIcon.displayName = 'FlagGBIcon';