UNPKG

@ozen-ui/icons

Version:

A collection of icons

14 lines (13 loc) 1.82 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FlagKPIcon = 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_7082)" }, 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.87111 5.56444C6.80533 2.15733 11.1502 0 16 0C20.8498 0 25.1947 2.15733 28.1378 5.56444H3.87111ZM3.86222 26.4356H28.1289C25.1947 29.8427 20.8498 32 16 32C11.1502 32 6.80533 29.8427 3.86222 26.4356Z", fill: "#0052B4" }), React.createElement("path", { d: "M29.6516 7.65332H2.34844C0.858667 10.0827 0 12.9404 0 16C0 19.0595 0.858667 21.9173 2.34844 24.3467H29.6516C31.1413 21.9173 32 19.0595 32 16C32 12.9404 31.1413 10.0827 29.6516 7.65332Z", fill: "#D80027" }), React.createElement("path", { d: "M9.84356 22.1565C13.2437 22.1565 16 19.4001 16 16C16 12.5999 13.2437 9.84357 9.84356 9.84357C6.44344 9.84357 3.68711 12.5999 3.68711 16C3.68711 19.4001 6.44344 22.1565 9.84356 22.1565Z", fill: "#F0F0F0" }), React.createElement("path", { d: "M9.84355 9.84357L11.2249 14.0951H15.7022L12.0782 16.7227L13.4702 20.9867L9.84355 18.3467L6.22222 20.9813L7.60889 16.7236L3.98844 14.096H8.46222L9.84355 9.84357Z", fill: "#D80027" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_4218_7082" }, React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); FlagKPIcon.displayName = 'FlagKPIcon';