UNPKG

@ozen-ui/icons

Version:

A collection of icons

19 lines (18 loc) 1.8 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagREIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_4218_7493)" }, React.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: "#0052B4" }), React.createElement("mask", { id: "mask0_4218_7493", style: { maskType: 'alpha' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" }, React.createElement("circle", { cx: "16", cy: "16", r: "16", fill: "#0052B4" })), React.createElement("g", { mask: "url(#mask0_4218_7493)" }, React.createElement("path", { d: "M17.7778 0H14.2222L16 16L17.7778 0Z", fill: "#FFDA44" }), React.createElement("path", { d: "M32 17.7778V14.2222L16 16L32 17.7778Z", fill: "#FFDA44" }), React.createElement("path", { d: "M4.94667 2.27998L2.43251 4.79414L15.6318 15.4793L4.94667 2.27998Z", fill: "#FFDA44" }), React.createElement("path", { d: "M29.5677 4.94664L27.0535 2.43248L16.3683 15.6318L29.5677 4.94664Z", fill: "#FFDA44" }), React.createElement("path", { d: "M0 14.2222V17.7778L16 16L0 14.2222Z", fill: "#FFDA44" }), React.createElement("path", { d: "M0 32H32L16 15.1111L0 32Z", fill: "#D80027" }))), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7493" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagREIcon.displayName = 'FlagREIcon';