UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 2.09 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagNPIcon = 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_7011)" }, React.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M31.8969 17.7386L14.3591 0.0826416C13.577 0.16218 12.8019 0.299443 12.04 0.493308C5.11822 2.25597 0 16 0 16C0 16 22.4 30.9893 24.9556 29.2604C25.4661 28.9149 25.9564 28.5404 26.424 28.1386L16.024 17.7386H31.9049H31.8969Z", fill: "#0052B4" }), React.createElement("path", { d: "M27.8258 16L12.2649 0.439087C5.23022 2.12175 0 8.44975 0 16C0 24.8355 7.16444 32 16 32C19.3511 32 22.4622 30.9689 25.0329 29.2071L11.8258 16H27.8258Z", fill: "#D80027" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.9129 8.87375L12.4907 8.20531L13.2462 6.82931L11.7031 7.12442L11.5075 5.56531L10.4409 6.72086L9.37421 5.56531L9.17866 7.12442L7.63555 6.82931L8.3911 8.20531L6.96888 8.87375L6.26044 8.87375C6.26044 11.1795 8.12888 13.048 10.4347 13.048C12.7404 13.048 14.6089 11.1786 14.6089 8.87375L13.9129 8.87375ZM13.9129 8.87375H6.96888L10.4471 9.56975L13.9129 8.87375ZM15.2178 23.6249L13.264 22.7058L14.304 20.8124L12.1822 21.2186L11.9138 19.0746L10.4355 20.6515L8.95732 19.0746L8.68799 21.2186L6.56621 20.8124L7.60621 22.7058L5.65244 23.6249L7.60621 24.544L6.56621 26.4373L8.68799 26.0311L8.95644 28.1644L10.4347 26.5875L11.9129 28.1644L12.1813 26.0311L14.3031 26.4373L13.2631 24.544L15.2178 23.6249Z", fill: "#F0F0F0" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7011" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagNPIcon.displayName = 'FlagNPIcon';