@ozen-ui/icons
Version:
A collection of icons
21 lines (20 loc) • 2.64 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagNRIcon = 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_7000)" },
React.createElement("mask", { id: "mask0_4218_7000", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C7.16444 0 0 7.16444 0 16C0 24.8356 7.16444 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "white" })),
React.createElement("g", { mask: "url(#mask0_4218_7000)" },
React.createElement("path", { d: "M0 32H32V0H0V32Z", fill: "#002B7F" })),
React.createElement("mask", { id: "mask1_4218_7000", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C7.16444 0 0 7.16444 0 16C0 24.8356 7.16444 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "white" })),
React.createElement("g", { mask: "url(#mask1_4218_7000)" },
React.createElement("path", { d: "M-5.33334 17.3334H58.6667V14.6667H-5.33334V17.3334Z", fill: "#FFC61E" })),
React.createElement("mask", { id: "mask2_4218_7000", style: { maskType: 'luminance' }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "32", height: "32" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 0C7.16444 0 0 7.16444 0 16C0 24.8356 7.16444 32 16 32C24.8356 32 32 24.8356 32 16C32 7.16444 24.8356 0 16 0Z", fill: "white" })),
React.createElement("g", { mask: "url(#mask2_4218_7000)" },
React.createElement("path", { d: "M10.6667 28L9.97601 25.2426L8.00001 27.2853L8.78223 24.552L6.0489 25.3342L8.09157 23.3582L5.33334 22.6666L8.09068 21.976L6.04801 20L8.78134 20.7822L8.00001 18.048L9.97601 20.0906L10.6667 17.3333L11.3573 20.0906L13.3333 18.048L12.5511 20.7813L15.2845 19.9991L13.2418 21.9751L16 22.6666L13.2427 23.3573L15.2853 25.3333L12.552 24.5511L13.3342 27.2844L11.3582 25.2418L10.6667 28Z", fill: "white" }))),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7000" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagNRIcon.displayName = 'FlagNRIcon';