@ozen-ui/icons
Version:
A collection of icons
18 lines (17 loc) • 1.86 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagEcIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagEcIcon = (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(#FlagEcIcon__a)" },
react_1.default.createElement("path", { fill: "#FFDA44", d: "M0 16C0 7.164 7.164 0 16 0s16 7.164 16 16l-16 1.391z" }),
react_1.default.createElement("path", { fill: "#D80027", d: "M2.142 24C4.908 28.782 10.08 32 16 32s11.093-3.218 13.858-8L16 22.956z" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M29.858 24A15.9 15.9 0 0 0 32 16H0c0 2.916.78 5.646 2.142 8z" }),
react_1.default.createElement("path", { fill: "#FFDA44", 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: "#338AF3", d: "M16 19.478A3.484 3.484 0 0 1 12.522 16v-2.087A3.484 3.484 0 0 1 16 10.435a3.484 3.484 0 0 1 3.478 3.478V16A3.484 3.484 0 0 1 16 19.478" }),
react_1.default.createElement("path", { fill: "#3D3D3D", d: "M21.564 7.653H17.39a1.39 1.39 0 1 0-2.782 0h-4.172c0 .768.669 1.391 1.437 1.391h-.046a1.39 1.39 0 0 0 1.39 1.391c0 .768.623 1.392 1.392 1.392h2.782c.768 0 1.391-.623 1.391-1.392a1.39 1.39 0 0 0 1.391-1.39h-.046c.768 0 1.437-.623 1.437-1.392" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagEcIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagEcIcon.displayName = 'FlagEcIcon';