UNPKG

@ozen-ui/icons

Version:

A collection of icons

22 lines (21 loc) 3.71 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FlagAIIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.FlagAIIcon = (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_5666)" }, react_1.default.createElement("path", { d: "M32 16C32 24.8365 24.8365 32 16 32C7.1635 32 0 24.8365 0 16C0 16.0038 16 0.00175 16 0C24.8365 0 32 7.1635 32 16Z", fill: "#0052B4" }), react_1.default.createElement("path", { d: "M15.9572 16.0005H16C16 15.9861 16 15.9721 16 15.9576C15.9858 15.972 15.9715 15.9862 15.9572 16.0005Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M16 8.34781C16 5.5325 16 3.68781 16 0H15.9973C7.16194 0.0015 0 7.16431 0 16H8.34781V11.2993L13.0485 16H15.9572C15.9715 15.9858 15.9858 15.9715 16.0001 15.9572C16.0001 14.8793 16.0001 13.9174 16.0001 13.0486L11.2992 8.34781H16Z", fill: "#F0F0F0" }), react_1.default.createElement("path", { d: "M8.09454 2.08679C5.5921 3.51173 3.51167 5.5921 2.08679 8.09454V15.9999H6.26073V6.26085V6.26073H15.9999C15.9999 4.94429 15.9999 3.69017 15.9999 2.08679H8.09454Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M15.9998 14.0317L10.3151 8.34711H8.3476V8.34723L15.9997 15.9992H15.9998C15.9998 15.9992 15.9998 14.6425 15.9998 14.0317Z", fill: "#D80027" }), react_1.default.createElement("path", { d: "M27.0585 18.3431C27.5186 17.7101 27.8259 16.9371 27.8259 16.001V9.0445C27.2445 9.48125 26.522 9.74013 25.739 9.74013C24.6011 9.74013 23.5909 9.19369 22.9564 8.34894C22.3217 9.19369 21.3115 9.74013 20.1737 9.74013C19.3906 9.74013 18.6681 9.48119 18.0868 9.04463V16.001C18.0868 16.9371 18.3941 17.7101 18.8542 18.3431H27.0585Z", fill: "#F3F3F3" }), react_1.default.createElement("path", { d: "M25.6113 14.7093C25.8328 14.1689 26.005 13.3791 26.005 12.986C26.005 12.3545 25.1817 11.8425 25.1817 11.8425C25.1817 11.8425 24.3583 12.3545 24.3583 12.986C24.3583 13.3792 24.5306 14.169 24.752 14.7093L24.2767 15.7825C24.556 15.8961 24.8614 15.9592 25.1817 15.9592C25.502 15.9592 25.8074 15.896 26.0868 15.7825L25.6113 14.7093Z", fill: "#FF9811" }), react_1.default.createElement("path", { d: "M22.3932 11.2346C21.8147 11.313 21.0446 11.5589 20.7042 11.7554C20.1572 12.0713 20.1255 13.0402 20.1255 13.0402C20.1255 13.0402 20.9806 13.4973 21.5275 13.1815C21.868 12.9849 22.4657 12.4409 22.8228 11.9789L23.99 11.8539C23.9487 11.5553 23.8505 11.2593 23.6906 10.9819C23.5303 10.7046 23.3231 10.4716 23.085 10.2864L22.3932 11.2346Z", fill: "#FF9811" }), react_1.default.createElement("path", { d: "M20.9931 15.759C21.3502 16.2207 21.9481 16.7647 22.2886 16.9613C22.8356 17.277 23.6906 16.8201 23.6906 16.8201C23.6906 16.8201 23.6587 15.851 23.1119 15.5352C22.7714 15.3387 22.0013 15.093 21.4227 15.0147L20.731 14.0664C20.4929 14.2515 20.2857 14.4847 20.1255 14.7617C19.9654 15.0392 19.8674 15.3351 19.8259 15.6339L20.9931 15.759Z", fill: "#FF9811" }), react_1.default.createElement("path", { d: "M18.6823 18.0868C19.9816 20.1715 22.9566 20.8693 22.9566 20.8693C22.9566 20.8693 25.9316 20.1715 27.2309 18.0868H18.6823Z", fill: "#338AF3" })), react_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "clip0_4218_5666" }, react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); }); exports.FlagAIIcon.displayName = 'FlagAIIcon';