@ozen-ui/icons
Version:
A collection of icons
17 lines (16 loc) • 1.83 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagKnIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagKnIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "32", height: "32", fill: "none", viewBox: "0 0 32 32" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#FlagKnIcon__a)" },
react_1.default.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_1.default.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_1.default.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_1.default.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_1.default.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_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagKnIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagKnIcon.displayName = 'FlagKnIcon';