@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.96 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagNuIcon = 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(#FlagNuIcon__a)" },
React.createElement("path", { fill: "#FFDA44", d: "M32 15.628c0 8.598-7.163 15.568-16 15.568S0 24.226 0 15.628L16 .061c8.837 0 16 6.97 16 15.567" }),
React.createElement("path", { fill: "#0052B4", fillRule: "evenodd", d: "M16 12.757v-5.25h-5.564zm-2.933 2.88H8.356l-.694-1.35.694-4.739z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#F0F0F0", d: "M16 8.182V.06C7.163.06 0 7.03 0 15.628h8.356v-4.584l4.71 4.584h2.907l.045-.043v-2.828l-4.711-4.584H16z" }),
React.createElement("path", { fill: "#D80027", fillRule: "evenodd", d: "M6.311 3.235A17 17 0 0 1 8.09 2.093v-.017H16V6.14H6.276v9.496H2.098V7.939A16 16 0 0 1 4 5.345l.178-.13L5.91 6.443l-.667-1.989 1.725-1.22zm4 4.947L16 13.717v1.902L8.356 8.183z", clipRule: "evenodd" }),
React.createElement("path", { fill: "#0052B4", d: "m6.844 2.871-.506.364L5.27 4.463 4 5.345 2.88 6.71c.402.19.843.287 1.289.286 1.635 0 2.96-1.298 2.96-2.88a2.8 2.8 0 0 0-.293-1.254z" }),
React.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "m11.058 2.768.355 1.037h1.12l-.906.64.355 1.038-.906-.64-.907.64.355-1.038-.906-.64h1.12zM3.982 5.345l.178-.13 1.733 1.228-.666-1.989L6.96 3.226h-.649c-.85.629-1.633 1.339-2.338 2.119zm.551 5.224L4.178 9.53l-.356 1.038H2.738l.906.64-.355 1.037.907-.64.906.64-.355-1.037.906-.64z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagNuIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagNuIcon.displayName = 'FlagNuIcon';