@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 2.64 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagSKIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagSKIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "32", height: "32", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_4218_7393)" },
react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M16 32C24.8366 32 32 24.8365 32 16C32 14.0444 31.6444 12.1778 31.0044 10.4355H0.995556C0.355556 12.1778 0 14.0444 0 16C0 24.8365 7.16344 32 16 32Z", fill: "#0052B4" }),
react_1.default.createElement("path", { d: "M16 32C22.6916 32.0014 28.6772 27.8383 31.0044 21.5645H0.995552C3.32274 27.8383 9.3084 32.0014 16 32Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M4.13333 9.04001V17.0222C4.13333 21.5556 10.0622 22.9511 10.0622 22.9511C10.0622 22.9511 16 21.5645 16 17.0222V9.04001L4.13333 9.04001Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M5.52888 9.04001V17.0222C5.52888 17.5556 5.64444 18.0622 5.88444 18.5333H14.2578C14.4889 18.0622 14.6133 17.5556 14.6133 17.0222V9.04001L5.52888 9.04001Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M12.8533 14.6044H10.7556V13.2089H12.1511V11.8222H10.7556V10.4267H9.36V11.8222H7.98222V13.2178H9.37778V14.6133H7.28889V16H9.37778V17.3956H10.7733V16H12.8622L12.8533 14.6044Z", fill: "#F0F0F0" }),
react_1.default.createElement("path", { d: "M7.77778 20.48C8.66667 21.04 9.59111 21.3689 10.0711 21.52C10.5422 21.3778 11.4667 21.0489 12.3644 20.48C13.2711 19.9111 13.9022 19.2622 14.2667 18.5422C13.8667 18.2578 13.3778 18.0978 12.8622 18.0978C12.6844 18.0978 12.4889 18.1244 12.3111 18.16C11.9378 17.3067 11.0667 16.7022 10.0889 16.7022C9.11111 16.7022 8.24 17.2978 7.86667 18.16C7.68889 18.1155 7.51111 18.0978 7.31555 18.0978C6.78222 18.0978 6.31111 18.2755 5.91111 18.5422C6.26667 19.2533 6.90667 19.92 7.80444 20.48H7.77778Z", fill: "#0052B4" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7393" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagSKIcon.displayName = 'FlagSKIcon';