UNPKG

@ozen-ui/icons

Version:

A collection of icons

11 lines (10 loc) 1.62 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({ 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("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.164 0 16s7.164 16 16 16" }), react_1.default.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "M25.741 3.308h.001v-.001m0 0A15.9 15.9 0 0 0 20.174.55v8.324zM.551 11.827A15.9 15.9 0 0 1 3.307 6.26l5.568 5.567zM28.693 6.26a15.9 15.9 0 0 1 2.756 5.567h-8.323zM.552 20.175h8.322l-5.567 5.567a16 16 0 0 1-2.755-5.567m5.708 8.518a15.9 15.9 0 0 0 5.567 2.756v-8.324zm0-25.386A15.9 15.9 0 0 1 11.827.55v8.323zm13.913 28.142a15.9 15.9 0 0 0 5.567-2.756l-5.567-5.567zm8.518-5.708-5.567-5.567h8.323a15.9 15.9 0 0 1-2.756 5.567", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M31.865 13.913H18.087V.135a16.2 16.2 0 0 0-4.174 0v13.778H.135a16.2 16.2 0 0 0 0 4.174h13.778v13.778c1.386.18 2.788.18 4.174 0V18.087h13.778c.18-1.386.18-2.788 0-4.174m-4.551 13.4.94-1.027-6.113-6.113h-1.968zm-22.628 0 7.14-7.139v1.967l-6.112 6.113zm7.14-15.487-7.14-7.14-.94 1.028 6.113 6.113zm15.488-7.14-7.14 7.14V9.86l6.112-6.113z", clipRule: "evenodd" }))); }); exports.FlagGbIcon.displayName = 'FlagGbIcon';