UNPKG

@ozen-ui/icons

Version:

A collection of icons

18 lines (17 loc) 1.61 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagReIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagReIcon = (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(#FlagReIcon__a)" }, react_1.default.createElement("path", { fill: "#0052B4", 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("mask", { id: "FlagReIcon__b", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } }, react_1.default.createElement("circle", { cx: "16", cy: "16", r: "16", fill: "#0052B4" })), react_1.default.createElement("g", { mask: "url(#FlagReIcon__b)" }, react_1.default.createElement("path", { fill: "#FFDA44", d: "M17.778 0h-3.556L16 16zM32 17.778v-3.556L16 16zM4.947 2.28 2.433 4.794 15.632 15.48zM29.568 4.947l-2.515-2.515-10.685 13.2zM0 14.222v3.556L16 16z" }), react_1.default.createElement("path", { fill: "#D80027", d: "M0 32h32L16 15.111z" }))), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "FlagReIcon__a" }, react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); exports.FlagReIcon.displayName = 'FlagReIcon';