@ozen-ui/icons
Version:
A collection of icons
11 lines (10 loc) • 1.09 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagNfIcon = 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(#FlagNfIcon__a)" },
React.createElement("path", { fill: "#F0F0F0", d: "M22.956 1.588A15.9 15.9 0 0 0 16 0c-2.493 0-4.853.57-6.957 1.588L7.653 16l1.39 14.412A15.9 15.9 0 0 0 16 32c2.493 0 4.853-.57 6.956-1.588L24.348 16z" }),
React.createElement("path", { fill: "#6DA544", d: "M9.044 1.589C3.691 4.176 0 9.657 0 16c0 6.344 3.692 11.824 9.044 14.412zM22.957 1.589v28.823C28.307 27.824 32 22.344 32 16c0-6.343-3.692-11.824-9.044-14.411M20.174 20.87 16 7.653 11.826 20.87h3.13v3.479h2.088V20.87z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagNfIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagNfIcon.displayName = 'FlagNfIcon';