@ozen-ui/icons
Version:
A collection of icons
22 lines (21 loc) • 2.37 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagSzIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagSzIcon = (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(#FlagSzIcon__a)" },
react_1.default.createElement("path", { fill: "#FFDA44", d: "M30.4 22.96A15.8 15.8 0 0 0 32 16a15.8 15.8 0 0 0-1.6-6.96L16 8.356l-14.4.693A15.7 15.7 0 0 0 0 16c0 2.489.569 4.853 1.6 6.96l14.4.693z" }),
react_1.default.createElement("path", { fill: "#3D3D3D", d: "M16 0A16 16 0 0 0 1.591 9.04H30.4A16 16 0 0 0 16 0" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M16 32a16 16 0 0 1-14.409-9.04H30.4A16 16 0 0 1 16 32" }),
react_1.default.createElement("path", { fill: "#A2001D", d: "M31.244 11.129H.756A16 16 0 0 0 0 16a16 16 0 0 0 .756 4.871h30.488c.502-1.575.757-3.218.756-4.871a16 16 0 0 0-.756-4.871" }),
react_1.default.createElement("path", { fill: "#FFDA44", fillRule: "evenodd", d: "M23.645 12.516H8.355v1.395h15.29zm2.79 2.773H5.566v1.396h20.87z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M23.751 16S20.178 20.178 16 20.178 11.822 16 11.822 16s0-4.178 4.178-4.178S23.751 16 23.751 16" }),
react_1.default.createElement("path", { fill: "#3D3D3D", d: "M16 20.178C11.822 20.178 8.249 16 8.249 16s3.573-4.178 7.751-4.178" }),
react_1.default.createElement("path", { fill: "#F0F0F0", d: "M13.218 14.604h1.395v2.783h-1.395z" }),
react_1.default.createElement("path", { fill: "#3D3D3D", d: "M17.396 14.604h1.395v2.783h-1.395z" }),
react_1.default.createElement("path", { fill: "#0052B4", d: "M5.564 17.396a1.396 1.396 0 1 0 0-2.792 1.396 1.396 0 0 0 0 2.791M26.436 17.396a1.396 1.396 0 1 0 0-2.792 1.396 1.396 0 0 0 0 2.791" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FlagSzIcon__a" },
react_1.default.createElement("path", { fill: "#fff", d: "M0 0h32v32H0z" }))))); });
exports.FlagSzIcon.displayName = 'FlagSzIcon';