@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.69 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagMkIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagMkIcon = (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(#FlagMkIcon__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: "#D80027", d: "M18.434 31.816a15.9 15.9 0 0 0 7.028-2.914L16 16l2.433 15.816M13.567.184A15.9 15.9 0 0 0 6.54 3.098L16 16zM6.539 28.903a15.94 15.94 0 0 0 7.028 2.914L16 16zM3.098 6.539a15.9 15.9 0 0 0-2.914 7.028L16 16zM.184 18.434a15.9 15.9 0 0 0 2.914 7.028L16 16zM31.816 13.567a15.9 15.9 0 0 0-2.914-7.028L16 16zM25.462 3.098A15.9 15.9 0 0 0 18.434.184L16 16zM28.903 25.462a15.93 15.93 0 0 0 2.914-7.028L16 16z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M16 21.565a5.565 5.565 0 1 0 0-11.13 5.565 5.565 0 0 0 0 11.13" }),
react_1.default.createElement("path", { fill: "#FFDA44", d: "M16 20.174a4.174 4.174 0 1 0 0-8.348 4.174 4.174 0 0 0 0 8.348" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagMkIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagMkIcon.displayName = 'FlagMkIcon';