@ozen-ui/icons
Version:
A collection of icons
14 lines (13 loc) • 1.59 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FlagKnIcon = 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(#FlagKnIcon__a)" },
React.createElement("path", { fill: "#FFDA44", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16" }),
React.createElement("path", { fill: "#3D3D3D", d: "M4.686 27.314a16 16 0 0 0 2.139 1.795L29.109 6.825a16 16 0 0 0-1.795-2.139 16 16 0 0 0-2.139-1.795L2.89 25.175a16 16 0 0 0 1.795 2.139z" }),
React.createElement("path", { fill: "#6DA544", d: "M4.686 4.686c-5.048 5.047-6.017 12.63-2.908 18.65L23.336 1.778C17.316-1.331 9.733-.361 4.686 4.686" }),
React.createElement("path", { fill: "#D80027", d: "M27.314 27.314c5.049-5.05 6.018-12.629 2.91-18.65L8.663 30.223c6.021 3.108 13.602 2.139 18.649-2.91z" }),
React.createElement("path", { fill: "#F0F0F0", fillRule: "evenodd", d: "m20.377 10.925-1.493-.761.76 1.495-1.185 1.185 1.656-.263.76 1.494.263-1.656 1.656-.263-1.494-.76.263-1.656zm-8.711 8.71-1.494-.76.76 1.495-1.184 1.185 1.656-.262.76 1.493.263-1.656 1.656-.262-1.494-.761.263-1.656z", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "FlagKnIcon__a" },
React.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
FlagKnIcon.displayName = 'FlagKnIcon';