UNPKG

@ozen-ui/icons

Version:

A collection of icons

20 lines (19 loc) 2.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagSXIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagSXIcon = (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_7383)" }, react_1.default.createElement("path", { d: "M14.6086 17.3913C14.6086 17.3913 4.69558 4.68406 4.6862 4.68631C7.58158 1.79088 11.5816 0 16 0C24.8365 0 32 7.1635 32 16L14.6086 17.3913Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M14.6086 16C14.6086 16 4.69558 27.3159 4.6862 27.3137C7.58158 30.2091 11.5816 32 16 32C24.8365 32 32 24.8365 32 16H14.6086Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M4.68628 4.68576C-1.56209 10.9341 -1.56209 21.0648 4.68628 27.3133C7.26834 24.7312 9.75166 22.2479 16 15.9995L4.68628 4.68576Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M1.75384 15.9998C1.74509 16.1147 1.73915 16.2304 1.73915 16.3475C1.73915 18.8448 3.76365 20.8693 6.2609 20.8693C8.75815 20.8693 10.7827 18.8448 10.7827 16.3475C10.7827 16.2304 10.7767 16.1146 10.768 15.9998H1.75384Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M6.26097 13.9128C7.02937 13.9128 7.65228 13.2899 7.65228 12.5215C7.65228 11.7531 7.02937 11.1302 6.26097 11.1302C5.49257 11.1302 4.86966 11.7531 4.86966 12.5215C4.86966 13.2899 5.49257 13.9128 6.26097 13.9128Z", fill: "#FFDA44" }), react_1.default.createElement("path", { d: "M3.13043 12.1736V16.6954C3.13043 19.0916 6.26087 19.8258 6.26087 19.8258C6.26087 19.8258 9.39131 19.0916 9.39131 16.6954V12.1736H3.13043Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M6.26239 18.3708C5.68164 18.1618 4.5217 17.6277 4.5217 16.6964V13.566H8.00001V16.6964C8.00001 17.6307 6.8402 18.1635 6.26239 18.3708Z", fill: "#338AF3" }), react_1.default.createElement("path", { d: "M6.95658 15.3039V14.6082L6.26095 14.2604L5.56527 14.6082V15.3039L5.21745 15.6517V17.043H7.30445V15.6517L6.95658 15.3039Z", fill: "#F3F3F3" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_7383" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagSXIcon.displayName = 'FlagSXIcon';