UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.53 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagNoIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagNoIcon = (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(#FlagNoIcon__a)" }, react_1.default.createElement("path", { fill: "#F0F0F0", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }), react_1.default.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M31.449 11.826C29.613 5.013 23.393 0 16 0q-.696 0-1.391.06v11.766zM6.26 28.693a16.04 16.04 0 0 1-5.709-8.519h5.71zM16 32l-1.391-.06V20.174h16.84C29.612 26.987 23.392 32 16 32M6.26 3.307h.001m0 0a16 16 0 0 0-5.709 8.519h5.71z", clipRule: "evenodd" }), react_1.default.createElement("path", { fill: "#0052B4", d: "M31.865 13.913H12.523V.38c-1.479.33-2.88.86-4.175 1.565v11.968H.135a16.2 16.2 0 0 0 0 4.174h8.213v11.966a15.9 15.9 0 0 0 4.175 1.565v-13.53h19.342c.18-1.387.18-2.79 0-4.175" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagNoIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagNoIcon.displayName = 'FlagNoIcon';