@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 1.71 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagErIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagErIcon = (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(#FlagErIcon__a)" },
react_1.default.createElement("path", { fill: "#338AF3", d: "M14.609 14.609 4.686 27.314A15.95 15.95 0 0 0 16 32c8.836 0 16-7.164 16-16z" }),
react_1.default.createElement("path", { fill: "#6DA544", d: "M14.609 16 4.686 4.686A15.95 15.95 0 0 1 16 0c8.836 0 16 7.164 16 16z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M4.686 4.686c-6.249 6.25-6.249 16.379 0 22.628C4.686 27.316 32 16 32 16z" }),
react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M2.781 14.956a5.573 5.573 0 0 1 5.566-5.565 5.573 5.573 0 0 1 5.565 5.565v2.088a5.573 5.573 0 0 1-5.565 5.565 5.573 5.573 0 0 1-5.566-5.565zm6.61 5.407a3.485 3.485 0 0 0 2.434-3.319v-2.088a3.484 3.484 0 0 0-3.477-3.478 3.484 3.484 0 0 0-3.479 3.478v2.088a3.48 3.48 0 0 0 2.435 3.318v-1.41l-1.476-1.476L7.304 16v-2.085h2.085v.697l.001.524 1.476 1.476-1.476 1.475z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagErIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagErIcon.displayName = 'FlagErIcon';