UNPKG

@particle-network/connectkit

Version:
38 lines (36 loc) 1.9 kB
"use client"; "use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/assets/social/microsoft.tsx var microsoft_exports = {}; __export(microsoft_exports, { default: () => microsoft_default }); module.exports = __toCommonJS(microsoft_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Microsoft = () => { return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "12.9231", y: "12.923", width: "9.23077", height: "9.23077", fill: "#FEBA08" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "1.84619", y: "12.923", width: "9.23077", height: "9.23077", fill: "#05A6F0" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "12.9231", y: "1.84613", width: "9.23077", height: "9.23077", fill: "#80BC06" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "1.84619", y: "1.84613", width: "9.23077", height: "9.23077", fill: "#F25325" }) ] }); }; var microsoft_default = Microsoft; //# sourceMappingURL=microsoft.cjs.map