@ozen-ui/icons
Version:
A collection of icons
16 lines (15 loc) • 2.6 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagEuIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagEuIcon = (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(#FlagEuIcon__a)" },
react_1.default.createElement("path", { fill: "#D8D8D8", fillRule: "evenodd", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#D8D8D8", fillRule: "evenodd", d: "M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#039", d: "M-8 0h48v32H-8z" }),
react_1.default.createElement("path", { fill: "#FC0", d: "m16 3.556-.397 1.226h-1.292l1.043.759-.397 1.232L16 6.015l1.043.758-.397-1.232 1.043-.759h-1.292zM16.397 26.116 16 24.889l-.397 1.227h-1.292l1.043.758-.397 1.233L16 27.348l1.043.759-.397-1.233 1.043-.758zM5.333 16.682l1.043.758-.397-1.233 1.043-.758H5.73l-.397-1.227-.397 1.227H3.644l1.043.758-.397 1.233zM10.667 4.984 10.27 6.21H8.978l1.043.765L9.624 8.2l1.043-.758 1.043.758-.397-1.226 1.043-.765h-1.292zM6.761 8.889l-.397 1.227H5.073l1.043.758-.397 1.233 1.042-.759 1.043.759-.397-1.233 1.043-.758H7.164zM7.164 20.782l-.403-1.226-.397 1.226H5.073l1.043.759-.397 1.232 1.042-.758 1.043.758-.397-1.232 1.043-.759zM11.064 24.687l-.397-1.226-.397 1.226H8.978l1.043.759-.397 1.232 1.043-.764 1.043.764-.397-1.232 1.043-.759zM28.356 15.449h-1.292l-.397-1.227-.397 1.227h-1.292l1.043.758-.397 1.233 1.043-.759 1.043.759-.397-1.233zM21.333 4.984l-.397 1.226h-1.292l1.043.765L20.29 8.2l1.043-.758 1.043.758-.397-1.226 1.043-.765H21.73zM24.593 10.874l-.397 1.233 1.042-.759 1.044.759-.398-1.233 1.043-.758h-1.291l-.398-1.227-.402 1.227H23.55zM25.636 20.782l-.398-1.226-.402 1.226H23.55l1.043.759-.397 1.232 1.042-.758 1.044.758-.398-1.232 1.043-.759zM21.73 24.687l-.397-1.226-.397 1.226h-1.292l1.043.759-.397 1.232 1.043-.764 1.043.764-.397-1.232 1.043-.759z" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagEuIcon__a" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "#fff", rx: "16" }))))); });
exports.FlagEuIcon.displayName = 'FlagEuIcon';