@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.97 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagKNIcon = 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_7241)" },
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: "#FFDA44" }),
React.createElement("path", { d: "M4.68622 27.3138C5.35733 27.9849 6.07289 28.5849 6.82489 29.1093L29.1093 6.82488C28.5822 6.07377 27.984 5.35821 27.3138 4.68621C26.6436 4.01421 25.9271 3.41688 25.1751 2.89066L2.88889 25.1751C3.416 25.9262 4.01422 26.6418 4.68444 27.3138H4.68622Z", fill: "#3D3D3D" }),
React.createElement("path", { d: "M4.68628 4.6863C-0.361716 9.73341 -1.3306 17.3156 1.77784 23.3361L23.3361 1.77786C17.3156 -1.33059 9.7334 -0.360807 4.68628 4.6863Z", fill: "#6DA544" }),
React.createElement("path", { d: "M27.3138 27.3138C32.3627 22.2649 33.3316 14.6853 30.2231 8.66489L8.664 30.2222C14.6853 33.3298 22.2658 32.3609 27.3129 27.3129L27.3138 27.3138Z", fill: "#D80027" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.3769 10.9245L18.8836 10.1636L19.6436 11.6587L18.4587 12.8436L20.1147 12.5813L20.8756 14.0747L21.1378 12.4187L22.7938 12.1565L21.3004 11.3956L21.5627 9.73956L20.3769 10.9245ZM11.6658 19.6356L10.1724 18.8747L10.9324 20.3698L9.74756 21.5547L11.4036 21.2925L12.1644 22.7858L12.4267 21.1298L14.0827 20.8676L12.5893 20.1067L12.8516 18.4507L11.6658 19.6356Z", fill: "#F0F0F0" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_4218_7241" },
React.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
FlagKNIcon.displayName = 'FlagKNIcon';