UNPKG

@ozen-ui/icons

Version:

A collection of icons

21 lines (20 loc) 2.1 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagAmIcon = 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(#FlagAmIcon__a)" }, React.createElement("mask", { id: "FlagAmIcon__b", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })), React.createElement("g", { mask: "url(#FlagAmIcon__b)" }, React.createElement("path", { fill: "#D90012", d: "M0 32h32V0H0z" })), React.createElement("mask", { id: "FlagAmIcon__c", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })), React.createElement("g", { mask: "url(#FlagAmIcon__c)" }, React.createElement("path", { fill: "#0033A0", d: "M0 21.333h32V10.667H0z" })), React.createElement("mask", { id: "FlagAmIcon__d", width: "32", height: "32", x: "0", y: "0", maskUnits: "userSpaceOnUse", style: { maskType: 'luminance' } }, React.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16 0C7.164 0 0 7.164 0 16s7.164 16 16 16 16-7.164 16-16S24.836 0 16 0", clipRule: "evenodd" })), React.createElement("g", { mask: "url(#FlagAmIcon__d)" }, React.createElement("path", { fill: "#F2A800", d: "M0 32h32V21.333H0z" }))), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagAmIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagAmIcon.displayName = 'FlagAmIcon';