chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Kubeflow Documentation
|
||||
url: https://www.kubeflow.org/docs/
|
||||
about: Official Kubeflow Documentation
|
||||
|
||||
- name: Kubeflow Slack
|
||||
url: https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels
|
||||
about: Join the Kubeflow Slack
|
||||
|
||||
- name: Issues - Community & Governance
|
||||
url: https://github.com/kubeflow/community/issues
|
||||
about: Please use the `kubeflow/community` repository
|
||||
|
||||
- name: Issues - KServe
|
||||
url: https://github.com/kserve/kserve/issues
|
||||
about: Please use the `kserve/kserve` repository
|
||||
|
||||
- name: Issues - Kubeflow Katib
|
||||
url: https://github.com/kubeflow/katib/issues
|
||||
about: Please use the `kubeflow/katib` repository
|
||||
|
||||
- name: Issues - Kubeflow Kale
|
||||
url: https://github.com/kubeflow/kale/issues
|
||||
about: Please use the `kubeflow/kale` repository
|
||||
|
||||
- name: Issues - Kubeflow Hub (formerly Model Registry)
|
||||
url: https://github.com/kubeflow/hub/issues
|
||||
about: Please use the `kubeflow/hub` repository
|
||||
|
||||
- name: Issues - Kubeflow MLflow Integration
|
||||
url: https://github.com/kubeflow/mlflow-integration/issues
|
||||
about: Please use the `kubeflow/mlflow-integration` repository
|
||||
|
||||
- name: Issues - Kubeflow MCP Server
|
||||
url: https://github.com/kubeflow/mcp-server/issues
|
||||
about: Please use the `kubeflow/mcp-server` repository
|
||||
|
||||
- name: Issues - Kubeflow MPI Operator
|
||||
url: https://github.com/kubeflow/mpi-operator/issues
|
||||
about: Please use the `kubeflow/mpi-operator` repository
|
||||
|
||||
- name: Issues - Kubeflow Notebooks
|
||||
url: https://github.com/kubeflow/notebooks/issues
|
||||
about: Please use the `kubeflow/notebooks` repository
|
||||
|
||||
- name: Issues - Kubeflow Pipelines
|
||||
url: https://github.com/kubeflow/pipelines/issues
|
||||
about: Please use the `kubeflow/pipelines` repository
|
||||
|
||||
- name: Issues - Kubeflow SDK
|
||||
url: https://github.com/kubeflow/sdk/issues
|
||||
about: Please use the `kubeflow/sdk` repository
|
||||
|
||||
- name: Issues - Kubeflow Spark Operator
|
||||
url: https://github.com/kubeflow/spark-operator/issues
|
||||
about: Please use the `kubeflow/spark-operator` repository
|
||||
|
||||
- name: Issues - Kubeflow MCP Apache Spark History Server
|
||||
url: https://github.com/kubeflow/mcp-apache-spark-history-server/issues
|
||||
about: Please use the `kubeflow/mcp-apache-spark-history-server` repository
|
||||
|
||||
- name: Issues - Kubeflow Trainer
|
||||
url: https://github.com/kubeflow/trainer/issues
|
||||
about: Please use the `kubeflow/trainer` repository
|
||||
|
||||
- name: Issues - Kubeflow Platform - Central Dashboard
|
||||
url: https://github.com/kubeflow/dashboard/issues
|
||||
about: Please use the `kubeflow/dashboard` repository
|
||||
|
||||
- name: Issues - Kubeflow Platform - Profile Controller
|
||||
url: https://github.com/kubeflow/dashboard/issues
|
||||
about: Please use the `kubeflow/dashboard` repository
|
||||
|
||||
- name: Issues - Kubeflow Community Distribution
|
||||
url: https://github.com/kubeflow/community-distribution/issues
|
||||
about: Please use the `kubeflow/community-distribution` repository
|
||||
@@ -0,0 +1,8 @@
|
||||
approvers:
|
||||
- kimwnasptd
|
||||
- thesuperzapper
|
||||
emeritus_approvers:
|
||||
- DavidSpek
|
||||
- elikatsis
|
||||
- StefanoFioravanzo
|
||||
- yanniszark
|
||||
@@ -0,0 +1,9 @@
|
||||
# Editor and IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
@@ -0,0 +1,6 @@
|
||||
# Kubeflow Contributor Guide
|
||||
|
||||
Welcome to the Kubeflow project!
|
||||
We'd love to accept your patches and contributions to this project.
|
||||
|
||||
Please see our [contributor guide](https://www.kubeflow.org/docs/about/contributing/) for more information on how to get started.
|
||||
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -0,0 +1,15 @@
|
||||
# We want to rely on fine grained OWNERs files.
|
||||
# Approvers listed here is just a backup in case someone is out.
|
||||
approvers:
|
||||
- andreyvelich
|
||||
- chasecadet
|
||||
- franciscojavierarceo
|
||||
- juliusvonkohout
|
||||
- thesuperzapper
|
||||
- zijianjoy
|
||||
|
||||
emeritus_approvers:
|
||||
- james-jwu
|
||||
- jbottum
|
||||
- johnugeorge
|
||||
- terrytangyuan
|
||||
@@ -0,0 +1,41 @@
|
||||
# Kubeflow
|
||||
|
||||
[](https://www.kubeflow.org/docs/about/community/#kubeflow-slack-channels)
|
||||
|
||||
<img src="./logo/stacked.svg" width="120">
|
||||
|
||||
## What is Kubeflow
|
||||
|
||||
[Kubeflow](https://www.kubeflow.org/) is the foundation of tools for AI Platforms on Kubernetes.
|
||||
|
||||
AI platform teams can build on top of Kubeflow by using each subproject independently or deploying
|
||||
the entire Kubeflow Community Distribution to meet their specific needs.
|
||||
The Kubeflow Community Distribution is composable, modular, portable, and scalable, backed by an
|
||||
ecosystem of Kubernetes-native projects that cover every stage of
|
||||
[the AI lifecycle](https://www.kubeflow.org/docs/started/architecture/#kubeflow-projects-in-the-ai-lifecycle).
|
||||
|
||||
Whether you’re an AI practitioner, a platform administrator, or a team of developers,
|
||||
Kubeflow offers modular, scalable, and extensible tools to support your AI use cases.
|
||||
|
||||
Kubeflow consists of Kubeflow Subprojects, Kubeflow Ecosystem, Kubeflow Packaged Distribution,
|
||||
and Kubeflow Community Distribution.
|
||||
|
||||
Check out [the official documentation](https://www.kubeflow.org/docs/started/introduction/) for
|
||||
more detailed information.
|
||||
|
||||
## Repository Role
|
||||
|
||||
This repository serves primarily as a gateway to Kubeflow subprojects and shared project metadata.
|
||||
Kubeflow development happens in the individual subproject repositories.
|
||||
|
||||
## Kubeflow Community
|
||||
|
||||
Kubeflow is a community-led project maintained by the
|
||||
[Kubeflow Working Groups](https://www.kubeflow.org/docs/about/governance/#4-working-groups)
|
||||
under the guidance of the
|
||||
[Kubeflow Outreach Committee](https://www.kubeflow.org/docs/about/governance/#3-kubeflow-outreach-committee),
|
||||
[Kubeflow Distribution Committee](https://www.kubeflow.org/docs/about/governance/#4-kubeflow-distribution-committee),
|
||||
and [Kubeflow Steering Committee](https://www.kubeflow.org/docs/about/governance/#2-kubeflow-steering-committee-ksc).
|
||||
|
||||
We encourage you to learn about the [Kubeflow Community](https://www.kubeflow.org/docs/about/community/)
|
||||
and how to [contribute](https://www.kubeflow.org/docs/about/contributing/) to the project!
|
||||
@@ -0,0 +1,7 @@
|
||||
# WeHub 来源说明
|
||||
|
||||
- 原始项目:`kubeflow/kubeflow`
|
||||
- 原始仓库:https://github.com/kubeflow/kubeflow
|
||||
- 导入方式:上游默认分支的最新快照
|
||||
- 原作者、版权和许可证信息以原始仓库及本仓库 LICENSE 为准
|
||||
- 本文件仅用于记录来源,不代表 WeHub 是原项目作者
|
||||
@@ -0,0 +1,7 @@
|
||||
# Kubeflow Subproject Roadmap
|
||||
|
||||
Kubeflow is composed of independently developed subprojects, and detailed component-level
|
||||
roadmap items are tracked in the relevant subproject repositories, release issues, milestones,
|
||||
and release notes.
|
||||
|
||||
You can find ROADMAP links in [these tables](https://www.kubeflow.org/docs/started/installing-kubeflow/#kubeflow-subprojects).
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="1280" height="256" version="1.1" viewBox="0 0 1280 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(1.5553 0 0 1.5553 -62.492 -17.331)" stroke-width=".75465">
|
||||
<path d="m95.883 71.303 3.0941 77.05 55.655-71.028a5.1241 5.1241 0 0 1 7.2446-0.83766l34.714 27.862-11.32-49.513z" fill="#4279f4"/>
|
||||
<path d="m100.9 162.49h49.369l-30.314-24.322z" fill="#0028aa"/>
|
||||
<path d="m159.48 87.732-33.205 42.366 35.378 28.382 33.559-42.079z" fill="#014bd1"/>
|
||||
<path d="m86.571 63.87 0.0075-0.0075 29.197-36.616-47.083 22.677-11.629 50.946z" fill="#bedcff"/>
|
||||
<path d="m57.713 116.51 31.273 39.212-2.9809-74.695z" fill="#6ca1ff"/>
|
||||
<path d="m176.19 46.083-45.022-21.681-28.02 35.137z" fill="#a1c3ff"/>
|
||||
</g>
|
||||
<g transform="matrix(4.5674 0 0 4.5674 177 -839.91)" stroke-miterlimit="10" stroke-width="2.4149">
|
||||
<path d="m24.719 229.67v-33.793h4.3317v17.666l15.455-17.666h4.8298l-13.123 14.867 14.338 18.919h-5.0788l-12.014-15.697-4.4072 5.0184v10.686zm30.201-7.388v-16.761h4.0978v16.897a3.5242 3.5242 0 0 0 1.7734 3.162 8.3012 8.3012 0 0 0 8.3012 0 3.5393 3.5393 0 0 0 1.7583-3.162v-16.897h4.0977v16.746a6.8522 6.8522 0 0 1-3.0941 5.9391 12.225 12.225 0 0 1-13.863 0 6.8447 6.8447 0 0 1-3.0714-5.924zm27.047 7.388v-36.223h4.0977v12.686a22.104 22.104 0 0 1 7.0333-1.3056 9.8859 9.8859 0 0 1 4.6788 1.0641 8.0823 8.0823 0 0 1 3.1544 2.8224 13.637 13.637 0 0 1 1.6829 3.8185 16.044 16.044 0 0 1 0.5509 4.211q0 6.3617-3.3054 9.652-3.3054 3.2903-10.429 3.2752zm4.0977-3.6752h3.4337q5.109 0 7.3352-2.2262 2.2262-2.2262 2.264-7.1767a10.724 10.724 0 0 0-1.5093-5.675 4.943 4.943 0 0 0-4.5279-2.43 18.662 18.662 0 0 0-6.9805 1.1622zm22.24-8.4445q0-5.8184 3.0865-9.2822a10.376 10.376 0 0 1 8.1502-3.4638q10.075 0 10.082 14.233h-17.221a9.2822 9.2822 0 0 0 2.1885 5.3354q1.9545 2.347 5.9617 2.3394a18.806 18.806 0 0 0 7.9616-1.5093v3.7732a20.934 20.934 0 0 1-7.4408 1.4112 14.965 14.965 0 0 1-5.8108-1.0339 10.044 10.044 0 0 1-3.9846-2.8375 12.233 12.233 0 0 1-2.264-4.06 15.727 15.727 0 0 1-0.70938-4.9052zm4.2411-1.5999h13.025a11.252 11.252 0 0 0-1.7885-5.3731 4.8599 4.8599 0 0 0-4.2411-2.0979 6.1881 6.1881 0 0 0-4.6864 2.0526 9.1086 9.1086 0 0 0-2.2941 5.4184z" fill="#4279f4" stroke="#4279f4"/>
|
||||
<path d="m134.69 209.21v-3.6902h3.7732v-5.7278a6.1429 6.1429 0 0 1 1.7432-4.5656 5.8787 5.8787 0 0 1 4.294-1.7206h5.9316v3.7129h-3.7732c-1.6678 0-2.7696 0.33959-3.2978 1.0112-0.52826 0.67164-0.79993 1.9244-0.79993 3.7732v3.5167h6.3843v3.6752h-6.3843v20.474h-4.1053v-20.451zm21.085 20.459v-36.223h4.0978v36.223zm14.452-2.9809a13.478 13.478 0 1 1 9.3048 3.6978 12.505 12.505 0 0 1-9.3048-3.6978zm2.8978-15.584a9.9312 9.9312 0 0 0 0 12.98 9.1086 9.1086 0 0 0 12.829 0 9.8784 9.8784 0 0 0 0-12.98 9.1086 9.1086 0 0 0-12.829 0zm22.79-5.5844h4.3392l5.5089 19.108 5.607-19.108h4.0449l5.5391 19.123 5.5618-19.123h4.3317l-7.5767 24.149h-4.6184l-5.1543-18.549-5.0939 18.549h-4.8826z" fill="#0028aa" stroke="#0028aa"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
Executable
+13
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="256" height="256" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<g data-name="Layer 2">
|
||||
<g transform="matrix(1.2742 0 0 1.2745 -46.441 11.393)">
|
||||
<path d="m95.9 62.15 4.1 102.1 73.75-94.12a6.79 6.79 0 0 1 9.6-1.11l46 36.92-15-65.61z" fill="#4279f4"/>
|
||||
<path d="m102.55 182.98h65.42l-40.17-32.23z" fill="#0028aa"/>
|
||||
<path d="m180.18 83.92-44 56.14 46.88 37.61 44.47-55.76z" fill="#014bd1"/>
|
||||
<path d="m83.56 52.3 0.01-0.01 38.69-48.52-62.39 30.05-15.41 67.51z" fill="#bedcff"/>
|
||||
<path d="m45.32 122.05 41.44 51.96-3.95-98.98z" fill="#6ca1ff"/>
|
||||
<path d="m202.31 28.73-59.66-28.73-37.13 46.56z" fill="#a1c3ff"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 722 B |
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="256" height="256" version="1.1" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
|
||||
<g transform="matrix(.85002 0 0 .85002 10.306 11.309)" data-name="Layer 2">
|
||||
<g data-name="Layer 1">
|
||||
<path d="m95.9 62.15 4.1 102.1 73.75-94.12a6.79 6.79 0 0 1 9.6-1.11l46 36.92-15-65.61z" fill="#4279f4"/>
|
||||
<path d="m102.55 182.98h65.42l-40.17-32.23z" fill="#0028aa"/>
|
||||
<path d="m180.18 83.92-44 56.14 46.88 37.61 44.47-55.76z" fill="#014bd1"/>
|
||||
<path d="m83.56 52.3 0.01-0.01 38.69-48.52-62.39 30.05-15.41 67.51z" fill="#bedcff"/>
|
||||
<path d="m45.32 122.05 41.44 51.96-3.95-98.98z" fill="#6ca1ff"/>
|
||||
<path d="m202.31 28.73-59.66-28.73-37.13 46.56z" fill="#a1c3ff"/>
|
||||
<path d="m1.6 272v-44.78h5.74v23.41l20.48-23.41h6.4l-17.39 19.7 19 25.07h-6.73l-15.92-20.8-5.84 6.65v14.16zm40.02-9.79v-22.21h5.43v22.39a4.67 4.67 0 0 0 2.35 4.19 11 11 0 0 0 11 0 4.69 4.69 0 0 0 2.33-4.19v-22.39h5.43v22.19a9.08 9.08 0 0 1-4.1 7.87 16.2 16.2 0 0 1-18.37 0 9.07 9.07 0 0 1-4.07-7.85zm35.84 9.79v-48h5.43v16.81a29.29 29.29 0 0 1 9.32-1.73 13.1 13.1 0 0 1 6.2 1.41 10.71 10.71 0 0 1 4.18 3.74 18.07 18.07 0 0 1 2.23 5.06 21.26 21.26 0 0 1 0.73 5.58q0 8.43-4.38 12.79t-13.82 4.34zm5.43-4.87h4.55q6.77 0 9.72-2.95t3-9.51a14.21 14.21 0 0 0-2-7.52 6.55 6.55 0 0 0-6-3.22 24.73 24.73 0 0 0-9.25 1.54zm29.47-11.19q0-7.71 4.09-12.3a13.75 13.75 0 0 1 10.8-4.59q13.35 0 13.36 18.86h-22.82a12.3 12.3 0 0 0 2.9 7.07q2.59 3.11 7.9 3.1a24.92 24.92 0 0 0 10.55-2v5a27.74 27.74 0 0 1-9.86 1.87 19.83 19.83 0 0 1-7.7-1.37 13.31 13.31 0 0 1-5.28-3.76 16.21 16.21 0 0 1-3-5.38 20.84 20.84 0 0 1-0.94-6.5zm5.62-2.12h17.26a14.91 14.91 0 0 0-2.37-7.12 6.44 6.44 0 0 0-5.62-2.78 8.2 8.2 0 0 0-6.21 2.72 12.07 12.07 0 0 0-3.04 7.18z" fill="#4279f4" stroke="#4279f4" stroke-miterlimit="10" stroke-width="3.2"/>
|
||||
<path d="m147.32 244.89v-4.89h5v-7.59a8.14 8.14 0 0 1 2.31-6.05 7.79 7.79 0 0 1 5.69-2.28h7.86v4.92h-5c-2.21 0-3.67 0.45-4.37 1.34s-1.06 2.55-1.06 5v4.66h8.46v4.87h-8.46v27.13h-5.44v-27.1zm27.94 27.11v-48h5.43v48zm19.15-3.95a17.86 17.86 0 1 1 12.33 4.9 16.57 16.57 0 0 1-12.33-4.9zm3.84-20.65a13.16 13.16 0 0 0 0 17.2 12.07 12.07 0 0 0 17 0 13.09 13.09 0 0 0 0-17.2 12.07 12.07 0 0 0-17 0zm30.2-7.4h5.75l7.3 25.32 7.43-25.32h5.36l7.34 25.34 7.37-25.34h5.74l-10.04 32h-6.12l-6.83-24.58-6.75 24.58h-6.47z" fill="#0028aa" stroke="#0028aa" stroke-miterlimit="10" stroke-width="3.2"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user