UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.56 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagNaIcon = 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(#FlagNaIcon__a)" }, React.createElement("path", { fill: "#F0F0F0", 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("path", { fill: "#A2001D", d: "M4.686 27.314q.992.991 2.139 1.796L29.109 6.826a16 16 0 0 0-1.795-2.139 16 16 0 0 0-2.139-1.795L2.89 25.175c.536.764 1.137 1.48 1.796 2.139z" }), React.createElement("path", { fill: "#0052B4", d: "M4.686 4.686c-5.048 5.047-6.017 12.63-2.908 18.65L23.336 1.778C17.316-1.331 9.733-.361 4.686 4.686" }), React.createElement("path", { fill: "#496E2D", d: "M27.314 27.314c5.049-5.05 6.018-12.629 2.91-18.65L8.663 30.223c6.021 3.108 13.602 2.139 18.649-2.91z" }), React.createElement("path", { fill: "#FFDA44", d: "m13.218 9.044-1.793.844.955 1.736-1.956-.373-.247 1.966L8.82 11.77l-1.356 1.446-.246-1.966-1.956.373.955-1.736-1.793-.844 1.793-.845-.938-1.735 1.956.373.247-1.967 1.355 1.446 1.357-1.446.247 1.967 1.955-.373-.954 1.736z" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FlagNaIcon__a" }, React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); }); FlagNaIcon.displayName = 'FlagNaIcon';