@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 2 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagWSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagWSIcon = (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_7288)" },
react_1.default.createElement("path", { d: "M32 16C32 24.8356 24.8356 32 16 32C7.16444 32 0 24.8356 0 16L16 0C24.8356 0 32 7.16444 32 16Z", fill: "#D80027" }),
react_1.default.createElement("path", { d: "M16 16V0C7.16444 0 0 7.16444 0 16H16Z", fill: "#0052B4" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.6062 4.17422L9.0382 5.50311H10.4355L9.30487 6.32445L9.73687 7.65334L8.6062 6.832L7.47731 7.65334L7.90931 6.32445L6.78042 5.50311H8.17598L8.6062 4.17422ZM12.816 10.4356L13.0826 11.2329H13.9209L13.2426 11.7253L13.5093 12.5227L12.8311 12.0302L12.1529 12.5227L12.4195 11.7253L11.7413 11.2329H12.5795L12.816 10.4356ZM13.2124 6.89334L12.7804 5.56445L12.3538 6.89334H10.9582L12.0871 7.71467L11.6551 9.04356L12.784 8.22222L13.9129 9.04356L13.4809 7.71467L14.6098 6.89334H13.2124ZM9.48087 11.1307L9.91287 12.4596H11.3084L10.1795 13.2809L10.6115 14.6098L9.48264 13.7884L8.35376 14.6098L8.78576 13.2809L7.65687 12.4596H9.0542L9.48087 11.1307ZM6.25598 8.97334L5.82398 7.64445L5.38664 8.97334H3.99109L5.11998 9.79467L4.68798 11.1236L5.81687 10.3022L6.94576 11.1236L6.51376 9.79467L7.64442 8.97334H6.25598Z", fill: "#F0F0F0" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_7288" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagWSIcon.displayName = 'FlagWSIcon';