UNPKG

@ozen-ui/icons

Version:

A collection of icons

23 lines (22 loc) 3.13 kB
"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({ 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_7517)" }, react_1.default.createElement("path", { d: "M30.4 22.96C31.4311 20.8533 32 18.4889 32 16C32 13.5111 31.4311 11.1467 30.4 9.04L16 8.35556L1.6 9.04889C0.568889 11.1467 0 13.5111 0 16C0 18.4889 0.568889 20.8533 1.6 22.96L16 23.6533L30.4 22.96Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M16 1.25935e-07C9.86042 -0.000767932 4.26185 3.51172 1.59113 9.04H30.4C27.7307 3.51461 22.1364 0.00264182 16 1.25935e-07Z", fill: "#3D3D3D" }), react_1.default.createElement("path", { d: "M16 32C9.86042 32.0008 4.26185 28.4883 1.59113 22.96H30.4C27.7307 28.4854 22.1364 31.9973 16 32Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M31.2444 11.1289H0.75556C0.2536 12.7038 -0.0012764 14.347 4.80625e-06 16C-0.0012764 17.653 0.2536 19.2962 0.75556 20.8711H31.2444C31.7464 19.2962 32.0013 17.653 32 16C32.0013 14.347 31.7464 12.7038 31.2444 11.1289Z", fill: "#A2001D" }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23.6445 12.5156H8.35556V13.9111H23.6445V12.5156ZM26.4356 15.2889H5.56445V16.6845H26.4356V15.2889Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M23.7511 16C23.7511 16 20.1778 20.1778 16 20.1778C11.8222 20.1778 11.8222 16 11.8222 16C11.8222 16 11.8222 11.8222 16 11.8222C20.1778 11.8222 23.7511 16 23.7511 16Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M16 20.1778C11.8222 20.1778 8.2489 16 8.2489 16C8.2489 16 11.8222 11.8222 16 11.8222", fill: "#3D3D3D" }), react_1.default.createElement("path", { d: "M13.2178 14.6044H14.6133V17.3867H13.2178L13.2178 14.6044Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M17.3956 14.6044H18.7911V17.3867H17.3956V14.6044Z", fill: "#3D3D3D" }), react_1.default.createElement("path", { d: "M5.56444 17.3955C6.33518 17.3955 6.96 16.7707 6.96 16C6.96 15.2292 6.33518 14.6044 5.56444 14.6044C4.7937 14.6044 4.16888 15.2292 4.16888 16C4.16888 16.7707 4.7937 17.3955 5.56444 17.3955Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M26.4356 17.3955C27.2063 17.3955 27.8311 16.7707 27.8311 16C27.8311 15.2292 27.2063 14.6044 26.4356 14.6044C25.6648 14.6044 25.04 15.2292 25.04 16C25.04 16.7707 25.6648 17.3955 26.4356 17.3955Z", fill: "#0052B4" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7517" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagSZIcon.displayName = 'FlagSZIcon';