react-obsidian 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +4 -1
- package/dist/src/index.js.map +1 -1
- package/dist/testkit/index.d.ts +6 -1
- package/dist/testkit/index.d.ts.map +1 -1
- package/dist/testkit/index.js +11 -17
- package/dist/testkit/index.js.map +1 -1
- package/dist/testkit/mockGraphs.d.ts +4 -0
- package/dist/testkit/mockGraphs.d.ts.map +1 -0
- package/dist/testkit/mockGraphs.js +23 -0
- package/dist/testkit/mockGraphs.js.map +1 -0
- package/dist/testkit/mockModel.d.ts +3 -0
- package/dist/testkit/mockModel.d.ts.map +1 -0
- package/dist/testkit/mockModel.js +14 -0
- package/dist/testkit/mockModel.js.map +1 -0
- package/package.json +1 -1
- package/src/index.ts +1 -0
- package/testkit/index.ts +11 -14
- package/testkit/mockGraphs.ts +20 -0
- package/testkit/mockModel.ts +10 -0
- package/.buildkite/pipeline.yml +0 -10
- package/.eslintignore +0 -1
- package/.eslintrc.json +0 -105
- package/.vscode/settings.json +0 -6
- package/babel.config.js +0 -13
- package/documentation/README.md +0 -41
- package/documentation/babel.config.js +0 -3
- package/documentation/blog/2019-05-28-first-blog-post.md +0 -12
- package/documentation/blog/2019-05-29-long-blog-post.md +0 -44
- package/documentation/blog/2021-08-01-mdx-blog-post.mdx +0 -20
- package/documentation/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg +0 -0
- package/documentation/blog/2021-08-26-welcome/index.md +0 -25
- package/documentation/blog/authors.yml +0 -17
- package/documentation/docs/documentation/documentation.mdx +0 -190
- package/documentation/docs/documentation/installation.mdx +0 -56
- package/documentation/docs/documentation/meta/clearingGraphs.mdx +0 -13
- package/documentation/docs/documentation/meta/middlewares.mdx +0 -27
- package/documentation/docs/documentation/usage/ClassComponents.mdx +0 -18
- package/documentation/docs/documentation/usage/Classes.mdx +0 -41
- package/documentation/docs/documentation/usage/FunctionalComponents.mdx +0 -57
- package/documentation/docs/documentation/usage/Graphs.mdx +0 -154
- package/documentation/docs/documentation/usage/Hooks.mdx +0 -85
- package/documentation/docs/documentation/usage/Reactivity.mdx +0 -116
- package/documentation/docs/documentation/usage/ServiceLocator.mdx +0 -38
- package/documentation/docs/documentation/usage/_category_.json +0 -9
- package/documentation/docs/guides/configurableApplications.mdx +0 -205
- package/documentation/docs/guides/mockDependencies.mdx +0 -141
- package/documentation/docusaurus.config.js +0 -151
- package/documentation/package-lock.json +0 -22975
- package/documentation/package.json +0 -47
- package/documentation/sidebars.js +0 -34
- package/documentation/src/components/HomepageFeatures/index.tsx +0 -71
- package/documentation/src/components/HomepageFeatures/styles.module.css +0 -11
- package/documentation/src/css/custom.css +0 -30
- package/documentation/src/pages/index.module.css +0 -23
- package/documentation/src/pages/index.tsx +0 -41
- package/documentation/src/pages/playground/index.mdx +0 -21
- package/documentation/src/theme/SearchBar.js +0 -19
- package/documentation/static/.nojekyll +0 -0
- package/documentation/static/img/api.svg +0 -101
- package/documentation/static/img/favicon.ico +0 -0
- package/documentation/static/img/logo.svg +0 -265
- package/documentation/static/img/obsidian.png +0 -0
- package/documentation/static/img/prototype.svg +0 -1
- package/documentation/static/img/stethoscope.svg +0 -37
- package/documentation/tsconfig.json +0 -7
- package/documentation/yarn.lock +0 -8167
- package/example/.buckconfig +0 -6
- package/example/.editorconfig +0 -3
- package/example/.eslintrc.js +0 -4
- package/example/.flowconfig +0 -65
- package/example/.gitattributes +0 -3
- package/example/.prettierrc.js +0 -7
- package/example/.watchmanconfig +0 -1
- package/example/App.tsx +0 -31
- package/example/MyInjectedComponent.tsx +0 -37
- package/example/__tests__/App-test.js +0 -14
- package/example/android/app/BUCK +0 -55
- package/example/android/app/build.gradle +0 -227
- package/example/android/app/build_defs.bzl +0 -19
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +0 -10
- package/example/android/app/src/debug/AndroidManifest.xml +0 -13
- package/example/android/app/src/debug/java/com/example/ReactNativeFlipper.java +0 -72
- package/example/android/app/src/main/AndroidManifest.xml +0 -25
- package/example/android/app/src/main/java/com/example/MainActivity.java +0 -15
- package/example/android/app/src/main/java/com/example/MainApplication.java +0 -80
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/values/strings.xml +0 -3
- package/example/android/app/src/main/res/values/styles.xml +0 -8
- package/example/android/build.gradle +0 -38
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/example/android/gradle.properties +0 -28
- package/example/android/gradlew +0 -185
- package/example/android/gradlew.bat +0 -89
- package/example/android/settings.gradle +0 -3
- package/example/app.json +0 -4
- package/example/babel.config.js +0 -8
- package/example/index.js +0 -9
- package/example/ios/Podfile +0 -30
- package/example/ios/Podfile.lock +0 -526
- package/example/ios/example/AppDelegate.h +0 -8
- package/example/ios/example/AppDelegate.m +0 -62
- package/example/ios/example/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- package/example/ios/example/Images.xcassets/Contents.json +0 -6
- package/example/ios/example/Info.plist +0 -55
- package/example/ios/example/LaunchScreen.storyboard +0 -47
- package/example/ios/example/main.m +0 -9
- package/example/ios/example.xcodeproj/project.pbxproj +0 -689
- package/example/ios/example.xcodeproj/xcshareddata/xcschemes/example.xcscheme +0 -88
- package/example/ios/example.xcworkspace/contents.xcworkspacedata +0 -10
- package/example/ios/example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/example/ios/exampleTests/Info.plist +0 -24
- package/example/ios/exampleTests/exampleTests.m +0 -65
- package/example/metro.config.js +0 -44
- package/example/package.json +0 -35
- package/example/tsconfig.json +0 -42
- package/global.d.ts +0 -1
- package/jest.config.js +0 -17
- package/jest.setup-after-env.js +0 -4
- package/tsconfig.base.json +0 -42
- package/tsconfig.json +0 -3
- package/tsconfig.prod.json +0 -7
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "documentation",
|
|
3
|
-
"version": "0.0.0",
|
|
4
|
-
"private": true,
|
|
5
|
-
"scripts": {
|
|
6
|
-
"docusaurus": "docusaurus",
|
|
7
|
-
"start": "docusaurus start",
|
|
8
|
-
"build": "docusaurus build",
|
|
9
|
-
"swizzle": "docusaurus swizzle",
|
|
10
|
-
"deploy": "docusaurus deploy",
|
|
11
|
-
"clear": "docusaurus clear",
|
|
12
|
-
"serve": "docusaurus serve",
|
|
13
|
-
"write-translations": "docusaurus write-translations",
|
|
14
|
-
"write-heading-ids": "docusaurus write-heading-ids",
|
|
15
|
-
"typecheck": "tsc"
|
|
16
|
-
},
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"@docusaurus/core": "2.2.0",
|
|
19
|
-
"@docusaurus/preset-classic": "2.2.0",
|
|
20
|
-
"@mdx-js/react": "^1.6.22",
|
|
21
|
-
"clsx": "^1.2.1",
|
|
22
|
-
"enhancedocs-search": "^1.1.0",
|
|
23
|
-
"prism-react-renderer": "^1.3.5",
|
|
24
|
-
"react": "^17.0.2",
|
|
25
|
-
"react-dom": "^17.0.2"
|
|
26
|
-
},
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@docusaurus/module-type-aliases": "2.2.0",
|
|
29
|
-
"@tsconfig/docusaurus": "^1.0.5",
|
|
30
|
-
"typescript": "^4.7.4"
|
|
31
|
-
},
|
|
32
|
-
"browserslist": {
|
|
33
|
-
"production": [
|
|
34
|
-
">0.5%",
|
|
35
|
-
"not dead",
|
|
36
|
-
"not op_mini all"
|
|
37
|
-
],
|
|
38
|
-
"development": [
|
|
39
|
-
"last 1 chrome version",
|
|
40
|
-
"last 1 firefox version",
|
|
41
|
-
"last 1 safari version"
|
|
42
|
-
]
|
|
43
|
-
},
|
|
44
|
-
"engines": {
|
|
45
|
-
"node": ">=16.14"
|
|
46
|
-
}
|
|
47
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Creating a sidebar enables you to:
|
|
3
|
-
- create an ordered group of docs
|
|
4
|
-
- render a sidebar for each doc of that group
|
|
5
|
-
- provide next/previous navigation
|
|
6
|
-
|
|
7
|
-
The sidebars can be generated from the filesystem, or explicitly defined here.
|
|
8
|
-
|
|
9
|
-
Create as many sidebars as you want.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
// @ts-check
|
|
13
|
-
|
|
14
|
-
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
|
15
|
-
const sidebars = {
|
|
16
|
-
// By default, Docusaurus generates a sidebar from the docs folder structure
|
|
17
|
-
docs2: [{ type: 'autogenerated', dirName: 'documentation' }],
|
|
18
|
-
guides: [{ type: 'autogenerated', dirName: 'guides' }],
|
|
19
|
-
|
|
20
|
-
// But you can create a sidebar manually
|
|
21
|
-
/*
|
|
22
|
-
tutorialSidebar: [
|
|
23
|
-
'intro',
|
|
24
|
-
'hello',
|
|
25
|
-
{
|
|
26
|
-
type: 'category',
|
|
27
|
-
label: 'Tutorial',
|
|
28
|
-
items: ['tutorial-basics/create-a-document'],
|
|
29
|
-
},
|
|
30
|
-
],
|
|
31
|
-
*/
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
module.exports = sidebars;
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
|
-
import styles from './styles.module.css';
|
|
4
|
-
|
|
5
|
-
type FeatureItem = {
|
|
6
|
-
title: string;
|
|
7
|
-
Svg: React.ComponentType<React.ComponentProps<'svg'>>;
|
|
8
|
-
description: JSX.Element;
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
const FeatureList: FeatureItem[] = [
|
|
12
|
-
{
|
|
13
|
-
title: 'Easy to Pick Up',
|
|
14
|
-
Svg: require('@site/static/img/api.svg').default,
|
|
15
|
-
description: (
|
|
16
|
-
<>
|
|
17
|
-
Obsidian is easy learn. It can be integrated into new projects or
|
|
18
|
-
adopted gradually in existing projects.
|
|
19
|
-
</>
|
|
20
|
-
),
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
title: 'Improves Code Structure',
|
|
24
|
-
Svg: require('@site/static/img/prototype.svg').default,
|
|
25
|
-
description: (
|
|
26
|
-
<>
|
|
27
|
-
Better understand relationships between objects to convert implicit dependencies into explicit.
|
|
28
|
-
</>
|
|
29
|
-
),
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
// title: 'Powered by React',
|
|
33
|
-
title: 'Strongly Typed Dependency Injection Container that Scales as you grow',
|
|
34
|
-
Svg: require('@site/static/img/stethoscope.svg').default,
|
|
35
|
-
description: (
|
|
36
|
-
<>
|
|
37
|
-
Start small with a single dependency-graph, and create additional graphs as your app grows.
|
|
38
|
-
{/* Extend or customize your website layout by reusing React. Docusaurus can
|
|
39
|
-
be extended while reusing the same header and footer. */}
|
|
40
|
-
</>
|
|
41
|
-
),
|
|
42
|
-
},
|
|
43
|
-
];
|
|
44
|
-
|
|
45
|
-
function Feature({ title, Svg, description }: FeatureItem) {
|
|
46
|
-
return (
|
|
47
|
-
<div className={clsx('col col--4')}>
|
|
48
|
-
<div className="text--center">
|
|
49
|
-
<Svg className={styles.featureSvg} role="img" />
|
|
50
|
-
</div>
|
|
51
|
-
<div className="text--center padding-horiz--md">
|
|
52
|
-
<h3>{title}</h3>
|
|
53
|
-
<p>{description}</p>
|
|
54
|
-
</div>
|
|
55
|
-
</div>
|
|
56
|
-
);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
export default function HomepageFeatures(): JSX.Element {
|
|
60
|
-
return (
|
|
61
|
-
<section className={styles.features}>
|
|
62
|
-
<div className="container">
|
|
63
|
-
<div className="row">
|
|
64
|
-
{FeatureList.map((props, idx) => (
|
|
65
|
-
<Feature key={idx} {...props} />
|
|
66
|
-
))}
|
|
67
|
-
</div>
|
|
68
|
-
</div>
|
|
69
|
-
</section>
|
|
70
|
-
);
|
|
71
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Any CSS included here will be global. The classic template
|
|
3
|
-
* bundles Infima by default. Infima is a CSS framework designed to
|
|
4
|
-
* work well for content-centric websites.
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/* You can override the default Infima variables here. */
|
|
8
|
-
:root {
|
|
9
|
-
--ifm-color-primary: #B94BEE;
|
|
10
|
-
--ifm-color-primary-dark: #B648EA;
|
|
11
|
-
--ifm-color-primary-darker: #A72FE0;
|
|
12
|
-
--ifm-color-primary-darkest: #9806DD;
|
|
13
|
-
--ifm-color-primary-light: #CF6AFF;
|
|
14
|
-
--ifm-color-primary-lighter: #D57DFF;
|
|
15
|
-
--ifm-color-primary-lightest: #DC93FF;
|
|
16
|
-
--ifm-code-font-size: 95%;
|
|
17
|
-
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
|
21
|
-
[data-theme='dark'] {
|
|
22
|
-
--ifm-color-primary: #C751FF;
|
|
23
|
-
--ifm-color-primary-dark: #B648EA;
|
|
24
|
-
--ifm-color-primary-darker: #A72FE0;
|
|
25
|
-
--ifm-color-primary-darkest: #9806DD;
|
|
26
|
-
--ifm-color-primary-light: #CF6AFF;
|
|
27
|
-
--ifm-color-primary-lighter: #D57DFF;
|
|
28
|
-
--ifm-color-primary-lightest: #DC93FF;
|
|
29
|
-
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
|
30
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CSS files with the .module.css suffix will be treated as CSS modules
|
|
3
|
-
* and scoped locally.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
.heroBanner {
|
|
7
|
-
padding: 4rem 0;
|
|
8
|
-
text-align: center;
|
|
9
|
-
position: relative;
|
|
10
|
-
overflow: hidden;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@media screen and (max-width: 996px) {
|
|
14
|
-
.heroBanner {
|
|
15
|
-
padding: 2rem;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.buttons {
|
|
20
|
-
display: flex;
|
|
21
|
-
align-items: center;
|
|
22
|
-
justify-content: center;
|
|
23
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
|
-
import Link from '@docusaurus/Link';
|
|
4
|
-
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
|
|
5
|
-
import Layout from '@theme/Layout';
|
|
6
|
-
import HomepageFeatures from '@site/src/components/HomepageFeatures';
|
|
7
|
-
|
|
8
|
-
import styles from './index.module.css';
|
|
9
|
-
|
|
10
|
-
function HomepageHeader() {
|
|
11
|
-
const { siteConfig } = useDocusaurusContext();
|
|
12
|
-
return (
|
|
13
|
-
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
|
14
|
-
<div className="container">
|
|
15
|
-
<h1 className="hero__title">{siteConfig.title}</h1>
|
|
16
|
-
<p className="hero__subtitle">{siteConfig.tagline}</p>
|
|
17
|
-
<div className={styles.buttons}>
|
|
18
|
-
<Link
|
|
19
|
-
className="button button--secondary button--lg"
|
|
20
|
-
to="/docs/documentation">
|
|
21
|
-
Get started in under 5 minutes ⏱️
|
|
22
|
-
</Link>
|
|
23
|
-
</div>
|
|
24
|
-
</div>
|
|
25
|
-
</header>
|
|
26
|
-
);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export default function Home(): JSX.Element {
|
|
30
|
-
const { siteConfig } = useDocusaurusContext();
|
|
31
|
-
return (
|
|
32
|
-
<Layout
|
|
33
|
-
title={`Hello from ${siteConfig.title}`}
|
|
34
|
-
description="Description will go into a meta tag in <head />">
|
|
35
|
-
<HomepageHeader />
|
|
36
|
-
<main>
|
|
37
|
-
<HomepageFeatures />
|
|
38
|
-
</main>
|
|
39
|
-
</Layout>
|
|
40
|
-
);
|
|
41
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Obsidian playground
|
|
3
|
-
description: A live playground for Obsidian demonstrating both state and dependency management in a React application.
|
|
4
|
-
hide_table_of_contents: true
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Obsidian playground
|
|
8
|
-
|
|
9
|
-
The following is a live playground for Obsidian. You can fork the code to edit it or use it as a template for your own project.
|
|
10
|
-
It's adapted from the state management example in the [React docs](https://react.dev/learn/scaling-up-with-reducer-and-context) and is meant to demonstrate how Obsidian can be used to manage both state and dependencies in a React application.
|
|
11
|
-
|
|
12
|
-
export const Playground = ({children, color}) => (
|
|
13
|
-
<iframe
|
|
14
|
-
style={{border: "1px solid rgba(0, 0, 0, 0.1)", borderRadius: "2px"}}
|
|
15
|
-
width="100%"
|
|
16
|
-
height="600"
|
|
17
|
-
src="https://codesandbox.io/p/sandbox/obsidian-task-list-c16w8r?file=/src/App.tsx:,C11&embed=1&hidenavigation=1"
|
|
18
|
-
allowfullscreen></iframe>
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
<Playground />
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import EnhancedSearch from 'enhancedocs-search';
|
|
3
|
-
|
|
4
|
-
import 'enhancedocs-search/dist/style.css';
|
|
5
|
-
|
|
6
|
-
export default function SearchBarWrapper(props) {
|
|
7
|
-
return (
|
|
8
|
-
<EnhancedSearch
|
|
9
|
-
config={{
|
|
10
|
-
projectId: '642ef48a9b7dab8fff36a55b',
|
|
11
|
-
accessToken: 'pk_b6c6de86cb63d0857b2a96b3f90ec2906be49358981ac67f'
|
|
12
|
-
}}
|
|
13
|
-
theme={{
|
|
14
|
-
primaryColor: '#B94BEE'
|
|
15
|
-
}}
|
|
16
|
-
{...props}
|
|
17
|
-
/>
|
|
18
|
-
);
|
|
19
|
-
}
|
|
File without changes
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
-
<circle style="fill:#78D2FA;" cx="33.999" cy="477.991" r="23.999"/>
|
|
6
|
-
<circle style="fill:#F5C86E;" cx="478.001" cy="477.991" r="23.999"/>
|
|
7
|
-
<circle style="fill:#FF5A5A;" cx="33.999" cy="34.009" r="23.999"/>
|
|
8
|
-
<circle style="fill:#A5DC69;" cx="478.001" cy="34.009" r="23.999"/>
|
|
9
|
-
<polygon style="fill:#6E87F5;" points="140.964,99.54 171.428,117.853 218.102,98.51 226.698,64.007 285.282,64.007 293.878,98.51
|
|
10
|
-
340.552,117.853 371.016,99.54 412.449,140.974 394.137,171.438 413.48,218.112 447.982,226.708 447.982,285.292 413.48,293.887
|
|
11
|
-
394.137,340.562 412.449,371.025 371.016,412.459 340.552,394.147 293.878,413.49 285.282,447.992 226.698,447.992 218.102,413.49
|
|
12
|
-
171.428,394.147 140.964,412.459 99.531,371.025 117.843,340.562 98.5,293.887 63.997,285.292 63.997,226.708 98.5,218.112
|
|
13
|
-
117.843,171.438 99.531,140.974 "/>
|
|
14
|
-
<circle style="fill:#FFFFFF;" cx="255.99" cy="256" r="117.995"/>
|
|
15
|
-
<path d="M421.02,365.874l-15.714-26.142l15.482-37.36l29.612-7.378c4.456-1.109,7.583-5.111,7.583-9.703V266h43.998
|
|
16
|
-
c5.523,0,10-4.478,10-10c0-5.523-4.477-10-10-10h-43.998v-19.292c0-4.592-3.127-8.593-7.583-9.704l-29.612-7.377l-15.482-37.36
|
|
17
|
-
l15.714-26.142c2.366-3.935,1.747-8.976-1.5-12.223l-41.434-41.434c-3.248-3.247-8.289-3.865-12.223-1.5l-26.142,15.714
|
|
18
|
-
l-37.36-15.482l-7.377-29.612c-1.11-4.456-5.112-7.583-9.704-7.583H265.99V10.009c0-5.523-4.477-10-10-10s-10,4.477-10,10v43.998
|
|
19
|
-
h-19.292c-4.592,0-8.593,3.127-9.704,7.583l-7.377,29.612l-37.36,15.482l-26.142-15.714c-3.937-2.366-8.976-1.748-12.223,1.5
|
|
20
|
-
l-41.434,41.434c-3.247,3.247-3.865,8.288-1.5,12.223l15.714,26.142l-15.482,37.36l-29.612,7.377
|
|
21
|
-
c-4.456,1.11-7.583,5.112-7.583,9.704V246H10c-5.523,0-10,4.477-10,10c0,5.522,4.477,10,10,10h43.998v19.292
|
|
22
|
-
c0,4.592,3.127,8.594,7.583,9.703l29.612,7.378l15.482,37.36L90.96,365.874c-2.366,3.936-1.747,8.977,1.5,12.224l41.434,41.434
|
|
23
|
-
c3.247,3.246,8.288,3.864,12.224,1.499l26.141-15.714l37.36,15.482l7.377,29.611c1.11,4.456,5.112,7.583,9.704,7.583h19.291v43.998
|
|
24
|
-
c0,5.522,4.477,10,10,10c5.523,0,10-4.478,10-10v-43.998h19.292c4.592,0,8.593-3.127,9.704-7.583l7.377-29.611l37.36-15.482
|
|
25
|
-
l26.141,15.714c3.936,2.365,8.976,1.747,12.224-1.499l41.434-41.434C422.766,374.85,423.385,369.809,421.02,365.874z
|
|
26
|
-
M385.567,345.714l14.286,23.766l-30.383,30.384l-23.766-14.286c-2.719-1.635-6.051-1.883-8.981-0.668l-46.674,19.343
|
|
27
|
-
c-2.929,1.214-5.108,3.744-5.875,6.821l-6.707,26.92h-42.956l-6.707-26.92c-0.767-3.077-2.946-5.607-5.875-6.821l-46.674-19.343
|
|
28
|
-
c-2.93-1.215-6.262-0.967-8.981,0.668l-23.766,14.286l-30.383-30.384l14.286-23.766c1.634-2.719,1.881-6.051,0.667-8.98
|
|
29
|
-
l-19.342-46.674c-1.214-2.929-3.745-5.108-6.821-5.875l-26.92-6.708v-42.956l26.921-6.707c3.076-0.767,5.607-2.946,6.821-5.875
|
|
30
|
-
l19.342-46.674c1.214-2.93,0.966-6.262-0.667-8.98l-14.286-23.766l30.383-30.383l23.766,14.286c2.718,1.634,6.05,1.882,8.98,0.667
|
|
31
|
-
l46.674-19.342c2.929-1.214,5.108-3.745,5.875-6.821l6.707-26.921h42.956l6.707,26.921c0.767,3.076,2.946,5.607,5.875,6.821
|
|
32
|
-
l46.674,19.342c2.931,1.214,6.262,0.966,8.98-0.667l23.766-14.286l30.383,30.383l-14.286,23.766c-1.634,2.718-1.881,6.05-0.667,8.98
|
|
33
|
-
l19.342,46.674c1.214,2.929,3.745,5.108,6.821,5.875l26.921,6.707v42.956l-26.921,6.708c-3.076,0.767-5.607,2.946-6.821,5.875
|
|
34
|
-
l-19.342,46.674C383.685,339.664,383.933,342.996,385.567,345.714z"/>
|
|
35
|
-
<path d="M300.089,135.808c-5.184-1.9-10.93,0.758-12.832,5.942c-1.903,5.185,0.758,10.93,5.942,12.833
|
|
36
|
-
c42.34,15.539,70.787,56.296,70.787,101.418c0,59.55-48.447,107.996-107.996,107.996S147.994,315.55,147.994,256
|
|
37
|
-
c0-42.696,25.228-81.47,64.269-98.78c5.049-2.238,7.327-8.146,5.088-13.195c-2.238-5.048-8.147-7.327-13.194-5.088
|
|
38
|
-
c-46.266,20.513-76.162,66.463-76.162,117.062c0,70.576,57.418,127.995,127.995,127.995S383.985,326.576,383.985,256
|
|
39
|
-
C383.985,202.526,350.269,154.224,300.089,135.808z"/>
|
|
40
|
-
<path d="M255.99,148.004l0.471,0.001c0.01,0,0.02,0,0.03,0c5.509,0,9.983-4.458,10-9.971c0.016-5.523-4.448-10.013-9.971-10.029
|
|
41
|
-
l-0.53-0.001c-5.523,0-10,4.477-10,10S250.467,148.004,255.99,148.004z"/>
|
|
42
|
-
<path d="M335.654,284.505V226.22c0-5.523-4.477-10-10-10s-10,4.477-10,10v58.285c0,5.522,4.477,10,10,10
|
|
43
|
-
S335.654,290.027,335.654,284.505z"/>
|
|
44
|
-
<path d="M246.558,226.22v19.938V259.8v24.705c0,5.522,4.477,10,10,10c5.523,0,10-4.478,10-10v-14.705h10.603
|
|
45
|
-
c13.95,0,25.3-11.351,25.3-25.3v-2.979c0-13.95-11.35-25.3-25.3-25.3h-20.602C251.035,216.221,246.558,220.697,246.558,226.22z
|
|
46
|
-
M266.558,236.22h10.603c2.923,0,5.301,2.378,5.301,5.301v2.979c0,2.923-2.378,5.301-5.301,5.301h-10.603v-3.642V236.22z"/>
|
|
47
|
-
<path d="M200.992,216.221c-3.999,0-7.613,2.382-9.19,6.057l-25.666,59.814c-2.178,5.075,0.171,10.955,5.247,13.132
|
|
48
|
-
c5.076,2.177,10.955-0.171,13.132-5.246l16.476-38.398l16.477,38.398c1.626,3.79,5.316,6.06,9.194,6.06
|
|
49
|
-
c1.315,0,2.653-0.262,3.938-0.813c5.075-2.178,7.424-8.058,5.246-13.132l-25.666-59.814
|
|
50
|
-
C208.605,218.602,204.991,216.221,200.992,216.221z"/>
|
|
51
|
-
<path d="M416.768,105.222c2.559,0,5.119-0.976,7.071-2.929l38.251-38.252c4.751,2.527,10.166,3.966,15.911,3.966
|
|
52
|
-
c18.747,0,33.999-15.251,33.999-33.999S496.749,0.01,478.001,0.01s-33.999,15.251-33.999,33.999c0,5.736,1.433,11.141,3.952,15.884
|
|
53
|
-
l-38.259,38.258c-3.905,3.905-3.905,10.237,0,14.142C411.649,104.246,414.209,105.222,416.768,105.222z M478.001,20.009
|
|
54
|
-
c7.72,0,13.999,6.28,13.999,13.999s-6.28,13.999-13.999,13.999c-7.72,0-13.999-6.28-13.999-13.999S470.282,20.009,478.001,20.009z"
|
|
55
|
-
/>
|
|
56
|
-
<path d="M88.142,409.706l-38.244,38.246c-4.748-2.523-10.158-3.959-15.898-3.959C15.251,443.993,0,459.244,0,477.991
|
|
57
|
-
s15.251,33.999,33.999,33.999s33.999-15.251,33.999-33.999c0-5.741-1.436-11.151-3.959-15.898l38.245-38.246
|
|
58
|
-
c3.905-3.905,3.905-10.237,0-14.142C98.378,405.802,92.046,405.802,88.142,409.706z M33.999,491.991
|
|
59
|
-
c-7.72,0-13.999-6.28-13.999-13.999s6.28-13.999,13.999-13.999s13.999,6.28,13.999,13.999S41.718,491.991,33.999,491.991z"/>
|
|
60
|
-
<path d="M416.764,406.774c-2.63,0-5.21,1.069-7.07,2.93c-1.86,1.859-2.93,4.439-2.93,7.07c0,2.63,1.07,5.21,2.93,7.069
|
|
61
|
-
c1.86,1.86,4.44,2.931,7.07,2.931c2.64,0,5.21-1.07,7.08-2.931c1.86-1.859,2.92-4.43,2.92-7.069c0-2.631-1.06-5.211-2.92-7.07
|
|
62
|
-
C421.973,407.844,419.394,406.774,416.764,406.774z"/>
|
|
63
|
-
<path d="M478.001,443.993c-5.746,0-11.161,1.438-15.911,3.966l-16.894-16.894c-3.905-3.903-10.237-3.904-14.141,0
|
|
64
|
-
c-3.905,3.905-3.906,10.237,0,14.142l16.9,16.901c-2.518,4.745-3.952,10.15-3.952,15.884c0,18.747,15.251,33.999,33.999,33.999
|
|
65
|
-
S512,496.74,512,477.992S496.749,443.993,478.001,443.993z M478.001,491.991c-7.72,0-13.999-6.28-13.999-13.999
|
|
66
|
-
s6.28-13.999,13.999-13.999c7.72,0,13.999,6.28,13.999,13.999S485.721,491.991,478.001,491.991z"/>
|
|
67
|
-
<path d="M33.999,68.007c5.741,0,11.151-1.436,15.898-3.959l38.245,38.244c1.953,1.953,4.512,2.929,7.071,2.929
|
|
68
|
-
s5.119-0.976,7.071-2.929c3.905-3.905,3.905-10.237,0-14.142L64.038,49.907c2.523-4.748,3.959-10.158,3.959-15.898
|
|
69
|
-
c0-18.747-15.251-33.999-33.999-33.999S0,15.261,0,34.009S15.251,68.007,33.999,68.007z M33.999,20.009
|
|
70
|
-
c7.72,0,13.999,6.28,13.999,13.999s-6.28,13.999-13.999,13.999s-13.999-6.28-13.999-13.999S26.279,20.009,33.999,20.009z"/>
|
|
71
|
-
<g>
|
|
72
|
-
</g>
|
|
73
|
-
<g>
|
|
74
|
-
</g>
|
|
75
|
-
<g>
|
|
76
|
-
</g>
|
|
77
|
-
<g>
|
|
78
|
-
</g>
|
|
79
|
-
<g>
|
|
80
|
-
</g>
|
|
81
|
-
<g>
|
|
82
|
-
</g>
|
|
83
|
-
<g>
|
|
84
|
-
</g>
|
|
85
|
-
<g>
|
|
86
|
-
</g>
|
|
87
|
-
<g>
|
|
88
|
-
</g>
|
|
89
|
-
<g>
|
|
90
|
-
</g>
|
|
91
|
-
<g>
|
|
92
|
-
</g>
|
|
93
|
-
<g>
|
|
94
|
-
</g>
|
|
95
|
-
<g>
|
|
96
|
-
</g>
|
|
97
|
-
<g>
|
|
98
|
-
</g>
|
|
99
|
-
<g>
|
|
100
|
-
</g>
|
|
101
|
-
</svg>
|
|
Binary file
|