UNPKG

@ozen-ui/icons

Version:

A collection of icons

15 lines (14 loc) 1.36 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagReIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#FlagReIcon__a)" }, React.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.createElement("mask", { id: "FlagReIcon__b", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'alpha' } }, React.createElement("circle", { cx: "16", cy: "16", r: "16", fill: "#0052B4" })), React.createElement("g", { mask: "url(#FlagReIcon__b)" }, React.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.createElement("path", { fill: "#D80027", d: "M0 32h32L16 15.111z" }))), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagReIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagReIcon.displayName = 'FlagReIcon';