@ozen-ui/icons
Version:
A collection of icons
19 lines (18 loc) • 3.47 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlagISIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FlagISIcon = (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_6550)" },
react_1.default.createElement("path", { d: "M15.9904 31.9789C24.8206 31.9789 31.9789 24.8206 31.9789 15.9905C31.9789 7.16028 24.8206 0.00201416 15.9904 0.00201416C7.16027 0.00201416 0.0019989 7.16028 0.0019989 15.9905C0.0019989 24.8206 7.16027 31.9789 15.9904 31.9789Z", fill: "white" }),
react_1.default.createElement("path", { d: "M31.0649 10.6667C29.0133 4.87468 23.7493 0.629351 17.4258 0.0657959C19.8729 1.40802 20.5876 5.65691 21.2124 10.6587C21.6391 14.0747 21.6427 17.8374 21.2213 21.2578C20.6009 26.2854 19.8827 30.5645 17.4258 31.9129C23.7618 31.3485 29.0329 27.0889 31.0702 21.3031L31.0853 21.2587C31.6613 19.6089 31.9778 17.8365 31.9778 15.9911C31.9778 14.1209 31.6533 12.3289 31.064 10.6596L31.0649 10.6667Z", fill: "#2B479D" }),
react_1.default.createElement("path", { d: "M22.0356 10.6667C21.4107 5.65778 19.872 1.40711 17.4249 0.0657778C16.9473 0.022689 16.468 0.000741594 15.9884 0C9.03289 0 3.11822 4.44267 0.919112 10.6444C0.310317 12.3607 -0.000533263 14.1683 6.86706e-07 15.9893C-0.000520137 17.7829 0.301185 19.5636 0.892445 21.2569C0.897674 21.2719 0.902711 21.287 0.907556 21.3022C3.09867 27.52 9.02311 31.9689 15.9884 31.9689C16.4729 31.9689 16.9511 31.9449 17.4249 31.9031C19.8827 30.5564 21.4231 26.2764 22.0444 21.248C22.4667 17.8276 22.464 14.0658 22.0356 10.6489V10.6667Z", fill: "#2B479D" }),
react_1.default.createElement("path", { d: "M31.552 12.3289H21.5733C21.725 14.647 21.7336 16.9723 21.5991 19.2916H31.6347C31.8629 18.2059 31.9779 17.0996 31.9778 15.9902C31.9778 14.728 31.8267 13.5049 31.5511 12.328L31.552 12.3289Z", fill: "#F3F4F5" }),
react_1.default.createElement("path", { d: "M22.3573 19.2907C22.4917 16.9715 22.4831 14.6462 22.3316 12.328H15.1707V0.0213623C12.6507 0.148473 10.2871 0.861362 8.20711 2.02136V12.3289H0.426667C0.151111 13.5049 0 14.7289 0 15.9911C-3.90318e-06 17.1005 0.114981 18.2068 0.343111 19.2925H8.208V29.9591C10.288 31.12 12.6524 31.8347 15.1716 31.9591V19.2925H22.3582L22.3573 19.2907Z", fill: "#F3F4F5" }),
react_1.default.createElement("path", { d: "M31.7067 13.0684H20.8222C20.9433 14.9175 20.9501 16.7723 20.8427 18.6222H31.7582C31.9004 17.7653 31.9769 16.8862 31.9769 15.9893C31.9769 14.9911 31.8827 14.016 31.7067 13.0684Z", fill: "#ED2A3D" }),
react_1.default.createElement("path", { d: "M22.2622 13.0684H14.5316V0.0684204C12.6011 0.242097 10.7188 0.767804 8.97778 1.61953V13.0684H0.271111C0.091341 14.0317 0.000588078 15.0094 0 15.9893C0 16.8782 0.0764444 17.7671 0.219556 18.6222H8.97778V30.3582C10.6818 31.192 12.5538 31.7315 14.5316 31.9102V18.6222H22.2827C22.3901 16.7723 22.3833 14.9175 22.2622 13.0684Z", fill: "#ED2A3D" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_4218_6550" },
react_1.default.createElement("rect", { width: "32", height: "32", fill: "white" }))))); });
exports.FlagISIcon.displayName = 'FlagISIcon';