UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.95 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagPKIcon = 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_7124)" }, 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: "M0 16C0 22.0649 3.37422 27.3404 8.34667 30.0533V1.94666C3.37422 4.65954 0 9.9351 0 16Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M16 -1.33514e-05C13.3263 -0.00393816 10.6946 0.665212 8.34753 1.94576V30.0533C10.6945 31.3342 13.3262 32.0036 16 32C24.8355 32 32 24.8355 32 16C32 7.16443 24.8355 -1.33514e-05 16 -1.33514e-05Z", fill: "#496E2D" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.528 17.6293C17.9914 19.6518 20.8164 20.1069 22.8409 18.6462L22.8427 18.6471C23.4519 18.2079 23.9417 17.6233 24.2676 16.9467C24.0223 18.3805 23.2236 19.6605 22.0436 20.5111C20.8472 21.3759 19.3563 21.7298 17.8989 21.4951C16.4416 21.2604 15.1372 20.4562 14.2729 19.2595C12.4729 16.7689 13.0329 13.2889 15.5244 11.4889C16.7026 10.6356 18.1688 10.2794 19.6071 10.4969C18.8618 10.5924 18.1525 10.8743 17.5449 11.3164C15.5224 12.7798 15.0673 15.6048 16.528 17.6293ZM23.8942 11.6641L22.7538 10.4357L22.936 12.0988L21.4249 12.8037L23.0693 13.1281L23.2693 14.7921L24.0853 13.3281L25.7298 13.6526L24.5893 12.4232L25.4053 10.9592L23.8942 11.6641Z", fill: "#F0F0F0" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7124" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagPKIcon.displayName = 'FlagPKIcon';